NanoClaw — запуск первого агента
★ 7.5 · productivity
init-first-agent is a Claude Code skill that walks an operator through wiring the first NanoClaw agent to a DM channel — resolving the operator's channel identity, selecting or creating an agent group, and triggering a welcome DM via the normal delivery path. It supports all major channels including Discord, Slack, Telegram, WhatsApp, Teams, Webex, Google Chat, Matrix, iMessage, and Resend, handling both direct-addressable channels and those requiring cold DM resolution via a prior bot message. Internally the skill runs `ncl groups list`, `ncl wirings list`, database queries through `scripts/q.ts`, and the final `scripts/init-first-agent.ts` with channel, user, platform, and agent parameters. Every operation is idempotent, so rerunning is safe. It is intended for developers setting up a messaging channel integration with NanoClaw for the first time, after credentials are configured and the service is running.
- #agent-setup
- #first-run
- #initialization
- #messaging-channel