What problem does it solve?
This Skill streamlines adding a new CLI coding agent to clawBro by guiding the user through naming, mention triggers, backend selection, optional workspace and persona configuration, and safely appending the correct TOML to the agent_roster in the user's config.
Core Features & Use Cases
- Guided configuration: Collects agent name, mention aliases, backend_id, optional workspace_dir and persona_dir, and optional default channel binding.
- Safe write operations: Backs up the existing ~/.clawbro/config.toml, appends the generated [[agent_roster]] and [[binding]] TOML blocks, and validates the change by starting the gateway and checking its health endpoint.
- Real-world use: Quickly register a project-scoped code assistant or a persona-driven research assistant for group chats and channel defaults.
Quick Start
Add a new agent named rex with mentions @rex and @Rex using backend native-main and workspace /Users/you/projects.