What problem does it solve?
This skill guides users through adding new input channels, integrations, and behavioral changes to the NanoClaw codebase so they can extend functionality without guessing which files to change.
Core Features & Use Cases
- Interactive Clarification: Asks targeted questions to understand desired channels, triggers, and routing before making suggestions.
- Implementation Guidance: Identifies key files to edit (channel implementations, router, config, group persona) and outlines where to wire callbacks and authentication flows.
- Deployment & Testing Advice: Provides rebuild and restart steps and explains how to verify new channels and integrations work correctly.
- Use Case: Add Telegram input, scaffold src/channels/telegram.ts, wire it into src/index.ts, and verify authentication and message routing.
Quick Start
Use this skill to add Telegram by answering the interactive prompts to scaffold src/channels/telegram.ts, wire it into src/index.ts, and receive testing instructions.