customize

A modern tool for effortless software development.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/abhaymundhara/babybot --skill customize-abhaymundhara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: customize
Source: https://github.com/abhaymundhara/babybot/tree/main/container/skills/customize
Command: npx skills add https://github.com/abhaymundhara/babybot --skill customize-abhaymundhara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Add new input channels by implementing the Channel interface and wiring them into the main flow, enabling multi-channel deployment.
  • Change assistant behavior and routing by adjusting config patterns, CLAUDE.md, and group-specific settings.
  • Document customization steps and common patterns to ensure safe, repeatable changes across deployments.

Quick Start

Ask clarifying questions to understand the desired changes, then implement the requested customization in the codebase.

Frequently Asked Questions about customize

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

FAQPage Schema
How do I add new input channels like Telegram or Slack to a local assistant deployment?

Adding new input channels like Telegram or Slack involves implementing the Channel interface and wiring it into the main flow. This enables multi-channel deployment by integrating new communication inputs into your local self-hosted setup.

How do I change assistant routing behavior and triggers in NanoClaw?

To change assistant routing behavior and triggers, you adjust config patterns, CLAUDE.md, and group-specific settings. This modifies routing rules to achieve per-group behavior adjustments across your deployment.

What is the best way to document customization steps for repeatable code changes?

Documenting customization steps is best done by recording common patterns in CLAUDE.md and related files. This ensures safe, repeatable changes by maintaining configuration directly in code across deployments.

Can I integrate new tools and modify the router for a self-hosted deployment?

Yes, you can integrate new tools and modify the router for a self-hosted deployment. The process coordinates cross-file modifications to adjust routing and integrate new tools interactively.

How does interactive customization work when modifying local assistant behavior?

Interactive customization works by asking clarifying questions to understand your desired changes before implementing them. It then applies the requested modifications directly in the codebase to tailor assistant behavior.

When do I need to maintain configuration in code for multi-channel input?

You need to maintain configuration in code for multi-channel input when teams require coordinated cross-file modifications. This satisfies requirements to document customization steps and manage per-group behavior adjustments safely.