self-customize

Edit CLAUDE.local.md, install packages, and wire MCP servers.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill self-customize-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-customize
Source: https://github.com/Bartunek/nanoclaw/tree/main/container/skills/self-customize
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill self-customize-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Customize your agent's environment and capabilities to adapt to user requests, enabling dynamic feature additions, wiring of MCP servers, and code changes via safe, auditable workflows.

Core Features & Use Cases

  • Edits directly or delegates changes to a builder agent via create_agent for complex tasks.
  • Supports adding MCP servers, installing system or npm packages, and adjusting workspace files.
  • Suitable for scenarios where users need rapid, auditable customization without breaking container isolation.

Quick Start

Describe the requested changes clearly and use the builder flow to implement them via create_agent.

Frequently Asked Questions about self-customize

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

FAQPage Schema
How do I customize my agent's environment and install npm packages safely?

To customize your agent's environment and install npm packages safely, this Skill enforces admin approvals for installs and MCP changes, ensuring auditable workflows without breaking container isolation.

How does delegating code changes to a builder agent work?

Delegating code changes to a builder agent works via an explicit create_agent protocol that ensures traceable, minimal modifications by wiring complex tasks to a dedicated builder agent.

Can I wire MCP servers to my workspace containers on demand?

Yes, you can wire MCP servers to your workspace containers on demand. The Skill supports adding MCP servers dynamically while enforcing admin approvals to maintain safe, auditable changes.

What is the best way to edit CLAUDE.local.md for agent self-customization?

The best way to edit CLAUDE.local.md for agent self-customization is through this Skill's enforced workflows, which allow direct edits or builder agent delegation for traceable workspace file adjustments.

Do I need admin approval for system package installations in agent workflows?

Yes, you need admin approval for system package installations in agent workflows. The Skill strictly enforces admin approvals for all system or npm package installs to guarantee safe container operations.