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.