customize
Extend ClaudeClaw with new input channels, adjust routing rules, and personalize agent responses. This interactive skill guides you through adding Telegram, Slack, Discord, email, or other integrations, then helps rebuild and restart your setup.
Customize skill lets you add input channels like Telegram or Slack, modify ClaudeClaw triggers, and extend agent behavior.
AI-generated summary based on this skill's SKILL.md
Decision gist · record as of 2026-07-26
Customize skill lets you add input channels like Telegram or Slack, modify ClaudeClaw triggers, and extend agent behavior. Extend ClaudeClaw with new input channels, adjust routing rules, and personalize agent responses. This interactive skill guides you through adding Telegram, Slack, Discord, email, or other integrations, then helps rebuild and restart your setup.
Use it when
- ClaudeClaw's customization skill lets you modify assistant behavior, persona, triggers, and response patterns.
- Yes, ClaudeClaw enables adding multiple input channels including Slack, Discord, and email.
Verify before relying
Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.
Install
sbusso/claudeclaw/customize · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I add Telegram to ClaudeClaw?
ClaudeClaw supports adding Telegram as an input channel through its customization framework. To add Telegram, you'll need to configure a new channel in your ClaudeClaw instance by setting up the Telegram bot credentials and routing rules. The skill guides you through obtaining your bot token, configuring the input handler, and rebuilding your deployment so messages from Telegram flow to your assistant with the routing behavior you define.
How can I customize ClaudeClaw behavior and triggers?
ClaudeClaw's customization skill lets you modify assistant behavior, persona, triggers, and response patterns. You can adjust how your agent responds to different inputs, change trigger words that activate specific behaviors, and personalize the assistant's tone and communication style. The skill walks you through editing configuration files, testing your changes locally, and redeploying to apply your customizations across all active channels.
Can I add Slack, Discord, or email channels to my assistant?
Yes, ClaudeClaw enables adding multiple input channels including Slack, Discord, and email. The customize skill provides step-by-step guidance for each platform: connecting your Slack workspace, registering a Discord bot, or configuring email forwarding. Once configured, messages from any channel route through your ClaudeClaw instance according to rules you define, allowing unified assistant management across platforms.
How do I migrate from plugin mode to developer mode?
ClaudeClaw's customization skill supports migrating from plugin mode to developer mode for full customization control. This transition lets you fork your configuration, access underlying code, and make advanced modifications beyond the plugin interface. The skill guides you through exporting your current setup, setting up a development environment, and rebuilding your instance in developer mode with all your existing channels and behaviors preserved.
How can I add new MCP integrations or custom commands?
ClaudeClaw allows integrating new MCP services and adding custom commands through its customization framework. The skill helps you identify compatible MCP providers, configure service credentials, and define custom command handlers that extend your assistant's capabilities. You can then rebuild and restart your deployment to activate the new integrations and make custom commands available across your configured input channels.
What's included in the ClaudeClaw customization guide?
ClaudeClaw's customization skill is a comprehensive guide covering channel integration, behavior modification, and deployment configuration. It addresses adding input channels like Telegram and Slack, adjusting routing rules and triggers, personalizing assistant responses, migrating to developer mode, and integrating MCP services. The skill provides hands-on walkthroughs for each customization task, then helps you rebuild and restart your setup to apply changes.
SKILL.md
Rendered from the published skill. Quoted content, verbatim.
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)
If "Fork to developer mode" is chosen, run the migration flow below. Otherwise, proceed with the normal workflow (limited to invoking existing skills like /add-slack, /add-telegram).
Migration: Plugin →
(truncated - see the full file via the links below)
File tree — 1 file
skills/customize/SKILL.md
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Add new input channels like Telegram, Slack, Discord, or email”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
This skill integrates Telegram into ClaudeClaw for bidirectional messaging. Set up your bot token, register chat IDs, and choose between full message handling or trigger-only mode. Supports group chats and optional agent swarm visibility.
This skill automates ClaudeClaw's first-time setup, handling Node.js verification, dependency installation, environment configuration, and container runtime selection. It detects whether you're working in developer or plugin mode and adapts its workflow accordingly, pausing only when manual actions like channel authentication are required.
Add Telegram Swarm extends your Telegram setup to support agent teams, where each subagent gets its own bot identity in the group. Messages from different agents appear from different bots, making it clear who's speaking. Requires prior Telegram configuration via the base skill.
This skill integrates WhatsApp as a messaging channel into ClaudeClaw, enabling you to route messages through WhatsApp alongside or instead of other channels. It handles authentication via QR code (browser or terminal) or pairing code, then guides you through registration, trigger configuration, and chat setup.
This skill adds Discord channel support to ClaudeClaw, handling bot token setup, code integration via git merge, and interactive channel registration. It guides you through creating a Discord bot application, configuring environment credentials, and registering channels for message routing with optional trigger-based responses.
This skill integrates Telegram into GhostClaw through automated code changes and guided configuration. It lets you use Telegram as your primary channel or run it alongside WhatsApp, with options for full message access or trigger-only responses in groups.