customize

Customize NanoClaw by adding input channels, changing triggers, or integrating services.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/qwibitai/nanoclaw --skill customize-qwibitai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/qwibitai/nanoclaw/tree/main/.claude/skills/customize
Command: npx skills add https://github.com/qwibitai/nanoclaw --skill customize-qwibitai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users tailor NanoClaw by adding channels, changing triggers, integrating services, and reconfiguring routing and memory patterns.

Core Features & Use Cases

  • Add new input channels (e.g., Telegram, Slack, email) and wire them into the interaction flow.
  • Change assistant behavior, triggers, and router logic to fit a team's requirements.
  • Integrate one or more MCP-like services and adjust deployment patterns following documented steps.
  • Use case: A team wants to enable a new input channel and route messages to an existing group without changing other channels.

Quick Start

Tell me what customization you want (e.g., add a channel, change triggers, or modify the router), and I will implement it in NanoClaw.

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 routing workflow?▼

NanoClaw customization supports changing assistant behavior and triggers by modifying router logic in src/router.ts. You can adjust routing patterns to fit team requirements, ensuring messages route to the correct group based on updated triggers.

Can I integrate MCP-like services and adjust deployment patterns for my team?▼

Yes, you can integrate one or more MCP-like services and adjust deployment patterns in NanoClaw. Customization follows documented steps in the repository to ensure safe, traceable changes for per-user or per-team installations.

What files do I need to modify to update group behavior during workflow customization?▼

Updating group behavior requires modifying documented repository files such as groups/CLAUDE.md and src/router.ts. The customization follows a questions-first workflow to ensure changes to group behavior are safe and traceable.

Does NanoClaw customization require specific dependencies or components to modify routing?▼

No external dependencies or components are required to modify routing. Customization relies entirely on modifying documented files and patterns already present in the NanoClaw repository, such as src/index.ts and src/router.ts.