customize Skill
Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants. Published by microsoft in amplifier-app-nanoclaw.
What is customize Skill?
Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Database workflows
- Testing use cases
- Database workflows use cases
Technical details
- Install or run with Copy skill directory
When to use customize Skill
- Use it for testing.
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/customize/SKILL.md
What it does
Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations. This is an interactive skill that asks questions to understand what the user wants.
Skill instructions
NanoClaw Customization This skill helps users add capabilities or modify behavior. Use AskUserQuestion to understand what they want before making changes. Workflow 1. Understand the request - Ask clarifying questions 3. Plan the changes - Identify files to modify. If a skill exists for the request (e.g., /add-telegram for adding Telegram), invoke it instead of implementing manually. 4. Implement - Make changes directly to the code 5. Test guidance - Tell user how to verify Key Files | File | Purpose | |------|---------| | src/index.ts | Orchestrator: state, message loop, agent invocation | | src/channels/whatsapp.ts | WhatsApp connection, auth, send/receive | | src/ipc.ts | IPC watcher and task processing | | src/router.ts | Message formatting and outbound routing | | src/types.ts | TypeScript interfaces (includes Channel) | | src/config.ts | Assistant name, trigger pattern, directories | | src/db.ts | Database initialization and queries | | src/whatsapp-auth.ts | Standalone WhatsApp a
Explore related resources
Frequently asked questions
What is customize?
customize is a open-source AI agent skill with Copy skill directory. Add new capabilities or modify NanoClaw behavior. Use when user wants to add channels (Telegram, Slack, email input), change triggers, add integrations, modify the router, or make any other customizations.
Who is customize best for?
customize is best for reusing agent instructions, scripts, and references, testing workflows, database workflows.
How do I install customize?
Install or run customize using Copy skill directory. Check customize for the latest setup command.
Is customize actively maintained?
customize may need a closer maintenance check before production use.
Auto-fetched from GitHub.