What problem does it solve?
Creating a new agent inside NanoClaw normally leaves it reachable only through internal messaging; this Skill makes each new agent arrive in Slack as its own bot, with a provisioned Slack app, an operator DM, and a shared multi-agent room, all without restarting the host.
Core Features & Use Cases
- Automated Slack app provisioning: Creates a Slack app per agent via a managed broker or workspace manager token, writes tokens to .env, and hot-starts the adapter in the running host.
- Room orchestration: Adds create_room and add_to_room agent-facing actions so teams of agents share one MPIM room with pairwise agent-to-agent destinations and a canvas contract tab.
- Resumable failure handling: Any failed Slack leg reports the exact step and can be finished idempotently with the bundled finish script; workspace install approvals are polled and parked apps resume on the next request.
- Use Case: Tell your existing Slack agent "create an agent called Research" and within seconds a new bot appears in your workspace with its own DM and a three-way room connecting you, the origin bot, and the new bot.
Quick Start
Ask your Slack-connected agent to create a new agent by name, for example "create an agent called Research", and approve the provisioning prompt when it appears.