customize — community customize, nanoclaw, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for AI Agents needing advanced customization capabilities through direct code modification. 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 customizat

chrisfrantz chrisfrantz
[1]
[0]
Updated: 2/8/2026

Agent Capability Analysis

The customize skill by chrisfrantz is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for AI Agents needing advanced customization capabilities through direct code modification.

Core Value

Empowers agents to modify behavior and add capabilities using AskUserQuestion, implementing changes directly to the code with files like `src/config.ts` for configuration adjustments.

Capabilities Granted for customize

Modifying assistant names and trigger patterns
Implementing custom directories for enhanced data storage
Debugging and testing changes through user guidance

! Prerequisites & Limits

  • Requires access to modify code files
  • Needs understanding of code structure and syntax
  • Limited to modifications supported by AskUserQuestion and direct code changes
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox
SKILL.md
Readonly

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
  2. Plan the changes - Identify files to modify
  3. Implement - Make changes directly to the code
  4. Test guidance - Tell user how to verify

Key Files

FilePurpose
src/config.tsAssistant name, trigger pattern, directories
src/index.tsMessage routing, WhatsApp connection, agent invocation
src/db.tsDatabase initialization and queries
src/types.tsTypeScript interfaces
src/whatsapp-auth.tsStandalone WhatsApp authentication script
groups/MEMORY.mdGlobal memory/persona

Common Customization Patterns

Adding a New Input Channel (e.g., Telegram, Slack, Email)

Questions to ask:

  • Which channel? (Telegram, Slack, Discord, email, SMS, etc.)
  • Same trigger word or different?
  • Same memory hierarchy or separate?
  • Should messages from this channel go to existing groups or new ones?

Implementation pattern:

  1. Find/add connector or API client for the channel
  2. Add connection and message handling in src/index.ts
  3. Store messages in the database (update src/db.ts if needed)
  4. Ensure responses route back to correct channel

Adding a New Integration

Questions to ask:

  • What service? (Calendar, Notion, database, etc.)
  • What operations needed? (read, write, both)
  • Which groups should have access?

Implementation:

  1. Add host-side integration and authentication
  2. Expose it via IPC actions (update the agent response schema + action handling)
  3. Document in groups/MEMORY.md

Changing Assistant Behavior

Questions to ask:

  • What aspect? (name, trigger, persona, response style)
  • Apply to all groups or specific ones?

Simple changes → edit src/config.ts Persona changes → edit groups/MEMORY.md Per-group behavior → edit specific group's MEMORY.md

Adding New Commands

Questions to ask:

  • What should the command do?
  • Available in all groups or main only?
  • Does it need new IPC actions?

Implementation:

  1. Add command handling in processMessage() in src/index.ts
  2. Check for the command before the trigger pattern check

Changing Deployment

Questions to ask:

  • Target platform? (Linux server, Docker, different Mac)
  • Service manager? (systemd, Docker, supervisord)

Implementation:

  1. Create appropriate service files
  2. Update paths in config
  3. Provide setup instructions

After Changes

Always tell the user:

bash
1# Rebuild and restart 2npm run build 3launchctl unload ~/Library/LaunchAgents/com.nanoclaw.plist 4launchctl load ~/Library/LaunchAgents/com.nanoclaw.plist

Example Interaction

User: "Add Telegram as an input channel"

  1. Ask: "Should Telegram use the same @Andy trigger, or a different one?"
  2. Ask: "Should Telegram messages create separate conversation contexts, or share with WhatsApp groups?"
  3. Find Telegram MCP or library
  4. Add connection handling in index.ts
  5. Update message storage in db.ts
  6. Tell user how to authenticate and test

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is customize?

Perfect for AI Agents needing advanced customization capabilities through direct code modification. 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 customizat

How do I install customize?

Run the command: npx killer-skills add chrisfrantz/nanoclaw. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for customize?

Key use cases include: Modifying assistant names and trigger patterns, Implementing custom directories for enhanced data storage, Debugging and testing changes through user guidance.

Which IDEs are compatible with customize?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for customize?

Requires access to modify code files. Needs understanding of code structure and syntax. Limited to modifications supported by AskUserQuestion and direct code changes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add chrisfrantz/nanoclaw. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use customize immediately in the current project.

Related Skills

Looking for an alternative to customize or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is a specialized AI agent skill for automating release management workflows, ensuring consistency and accuracy in the release process.

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer