init-first-agent Skill
Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running. Published by microsoft in amplifier-app-nanoclaw.
What is init-first-agent Skill?
Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using amplifier-app-nanoclaw
Technical details
- Install or run with Copy skill directory
When to use init-first-agent Skill
- Use it for developers using amplifier-app-nanoclaw.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/amplifier-app-nanoclaw
- Skill file: .claude/skills/init-first-agent/SKILL.md
What it does
Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the normal delivery path. Use after channel credentials are configured and the service is running.
Skill instructions
Init First Agent Stand up the first NanoClaw agent for a channel and verify end-to-end delivery by having the agent DM the operator. Everything the skill does is idempotent — rerunning is safe. Prerequisites - Service running. Check: launchctl list | grep "$(. setup/lib/install-slug.sh && launchdlabel)" (macOS) or systemctl --user status "$(. setup/lib/install-slug.sh && systemdunit)" (Linux). If stopped, tell the user to run /setup first. - Target channel installed. At least one /add-<channel skill has run, credentials are in .env, and the adapter is uncommented in src/channels/index.ts. - Adapter connected. Tail logs/nanoclaw.log — look for a recent channel setup / adapter connected line for the target channel. 1. Pick the channel Read src/channels/index.ts to find enabled channels (uncommented imports). Cross-check .env for the relevant credentials. AskUserQuestion: "Which channel should host the welcome DM?" with one option per enabled channel (Discord, Slack, Telegram, WhatsApp, W
Explore related resources
Frequently asked questions
What is init-first-agent?
init-first-agent is a open-source AI agent skill with Copy skill directory. Walk the operator through creating the first NanoClaw agent for a DM channel — resolve the operator's channel identity, wire the DM messaging group to a new agent, and trigger a welcome DM via the.
Who is init-first-agent best for?
init-first-agent is best for reusing agent instructions, scripts, and references.
How do I install init-first-agent?
Install or run init-first-agent using Copy skill directory. Check init-first-agent for the latest setup command.
Is init-first-agent actively maintained?
init-first-agent may need a closer maintenance check before production use.
Auto-fetched from GitHub.