customize

Guide NanoClaw customization through interactive questions and file modifications.

1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/mgkyawzayya/potter-ai --skill customize-mgkyawzayya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/mgkyawzayya/potter-ai/tree/main/.claude/skills/customize
Command: npx skills add https://github.com/mgkyawzayya/potter-ai --skill customize-mgkyawzayya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables users to tailor NanoClaw's behavior by guiding them through an interactive customization process. It helps you add input channels (Telegram, Slack, email), adjust triggers, integrate services, and modify routing to fit your workflows without manual, ad-hoc edits.

Core Features & Use Cases

  • Interactive questions: The skill asks clarifying questions to understand exact customization needs before making changes.
  • Code and config changes: It identifies affected files (e.g., src/config.ts, src/index.ts) and applies modifications in a controlled, testable manner.
  • Documentation and testing: It provides guidance for validating changes and verifying behavior after updates.
  • Use Case: Quickly add a new input channel and update routing to route messages to the correct group after deployment.

Quick Start

To begin customizing, trigger the workflow and follow the prompts to specify channels, triggers, and integrations. The skill will outline the files to modify and provide testing steps.

Frequently Asked Questions about customize

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

FAQPage Schema
How do I add input channels like Telegram and Slack to my agent workflow?

Adding input channels like Telegram and Slack involves updating src/config.ts and src/index.ts. This skill uses interactive prompts to identify requirements and applies modifications to integrate new channels and adjust routing automatically.

How do I modify router behavior across agent groups without manual edits?

To modify router behavior across agent groups without manual edits, this skill guides you through interactive questions and applies controlled modifications to routing logic and configuration files like src/index.ts.

Can I configure triggers and integrations for my agent workflow?

Yes, you can configure triggers and integrations for your agent workflow. The skill asks clarifying questions about your specific needs and applies the necessary code and configuration modifications to enable them.

What files need to be modified to customize routing behavior?

Customizing routing behavior typically requires modifying src/config.ts and src/index.ts. The skill identifies these affected files during the interactive process and applies changes in a controlled, testable manner.

How do I test my agent after adding new input channels and integrations?

To test your agent after adding new input channels and integrations, follow the testing guidance provided by the skill. It outlines validation steps to verify routing behavior and integration functionality after applying updates.