customize

Add channels, triggers, or integrations to customize NanoClaw.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill customize-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/customize
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill customize-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to tailor NanoClaw by adding new input channels, adjusting triggers, and integrating features, ensuring the agent fits their exact workflow.

Core Features & Use Cases

  • Interactive guidance to understand customization goals before changes.
  • Patterns for adding input channels (e.g., Telegram, Slack) and wiring new integrations.
  • Clear mapping of files to modify (router, IPC, and channel handlers) with practical examples.
  • Planning, implementing, and testing steps to safely deploy customizations.

Quick Start

Describe the customization you want and I will guide you through adding a channel, changing a trigger, or wiring an integration.

Frequently Asked Questions about customize

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a new input channel like Telegram or Slack to my agent workflow?

You can add input channels such as Telegram or Slack by modifying router files, IPC mechanisms, and channel handlers. This process extends your agent's input capabilities through interactive guidance and practical file mapping examples.

What is the best way to modify agent routing and triggers for multiple contexts?

The best way to modify agent routing is through a plan-then-implement workflow that maps core files and workflows. This approach safely adjusts triggers and tailors agent behavior across multiple groups and contexts with detailed file mappings.

Can I integrate new messaging platforms into NanoClaw without breaking existing workflows?

Yes, you can integrate new platforms safely by following structured planning, implementing, and testing steps. This method ensures customizations like new channels and triggers deploy without disrupting existing agent workflows or routing logic.

Which files do I need to modify to wire a new integration into my agent?

You need to modify the router, IPC, and channel handler files to wire new integrations. The SKILL.md provides detailed file mappings with practical examples to guide you through expanding agent capabilities and tailoring behavior.

Does customizing agent behavior require prior knowledge of routing and IPC mechanisms?

Customizing agent behavior benefits from understanding routing and IPC mechanisms, but interactive guidance helps you understand customization goals first. This ensures you can safely plan and implement changes to triggers and channel integrations.