🛠️
AI EngineeringTypeScript

ClaudeClaw Customization

by sbusso

ClaudeClaw Customization is an AI Engineering skill for Claude Code, published by sbusso in claudeclaw.

193 stars60 forkson sbusso/claudeclawAdded 2026/09/06Repository updated 2026/08/12
agentagentic-aiclaude-codeopenclaw
Install in seconds
Install ClaudeClaw Customization
Copy ClaudeClaw Customization into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/sbusso/claudeclaw/tree/main/skills/customize ~/.claude/skills/customize

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/sbusso/claudeclaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/customize/SKILL.md in sbusso/claudeclaw
Installs to
~/.claude/skills/customize
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering3278 skills

What ClaudeClaw Customization does

ClaudeClaw Customization asks clarifying questions and then edits the code to add channels, integrations, triggers, or other behavior changes. Use it when you want to modify how ClaudeClaw works or migrate from plugin mode to developer mode.

ClaudeClaw Customization is cataloged under AI Engineering on DirSkills. ClaudeClaw Customization comes from a repository tagged agent, agentic-ai, claude-code and openclaw.

Documentation

README

ClaudeClaw Customization

This skill helps users add capabilities or modify behavior. Use AskUserQuestion to understand what they want before making changes.

Mode Detection

Check if .claude-plugin/plugin.json exists in cwd:

cat .claude-plugin/plugin.json 2>/dev/null | grep '"name": "claudeclaw"' && echo "DEVELOPER_MODE" || echo "PLUGIN_MODE"

If plugin mode, offer the user a choice via AskUserQuestion:

  • Fork to developer mode (Recommended) — Clone the repo into a new directory, copy state, full self-improvement and customization
  • Continue in plugin mode — Limited to channel setup and config changes (no code editing)

This is the opening of the README. Read the full README on GitHub.

Commands ClaudeClaw Customization provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /add-slack
  • /add-telegram

Frequently asked about ClaudeClaw Customization

  • What else does sbusso publish alongside ClaudeClaw Customization?

    ClaudeClaw Customization is one of 25 skills that DirSkills catalogs from sbusso/claudeclaw, the repository it ships in. Its siblings there include Add Compact Command, Add Gmail and Add Reactions. Each one is a separate skill with its own page in this directory, installs the same way ClaudeClaw Customization does, and is maintained by sbusso in that same repository. The rest of the collection is listed on the sbusso/claudeclaw page.

  • How does ClaudeClaw Customization compare to other AI Engineering skills?

    ClaudeClaw Customization ranks #2880 by stars among the 3278 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of ClaudeClaw Customization against them. Open each page to compare what they document and how they install.

More from sbusso/claudeclaw

ClaudeClaw Customization is one of 25 skills cataloged on DirSkills from sbusso/claudeclaw.

See all 25 skills