init-first-agent

Creates and connects a NanoClaw agent to a DM channel with welcome message.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill init-first-agent-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init-first-agent
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/init-first-agent
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill init-first-agent-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill guides operators through creating and connecting the first NanoClaw agent to a DM channel, wiring the DM group to the new agent, and delivering a welcome DM through the normal delivery path, with an idempotent workflow to safe‑guard repeated runs.

Core Features & Use Cases

  • Interactive channel selection and identity resolution to map a channel to an agent.
  • Automated provisioning and group wiring to bootstrap a DM conversation with the operator.
  • Welcome message delivery and verification to confirm end-to-end deliverability.

Quick Start

Run the init-first-agent flow after the service and credentials are configured to provision your first agent and send a welcome DM.

Frequently Asked Questions about init-first-agent

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

FAQPage Schema
How do I set up a NanoClaw agent and connect it to a DM channel?

To set up a NanoClaw agent, run the init-first-agent flow after configuring your service and channel credentials. It provisions the agent, wires the DM group, and sends a welcome DM to verify end-to-end deliverability.

What do I need to provision a NanoClaw agent for direct messaging?

Provisioning a NanoClaw agent requires a running NanoClaw service, access to configured channel credentials, and the init-first-agent script. These components enable interactive channel selection and automated agent onboarding.

Can I rerun the NanoClaw agent onboarding script without creating duplicate channels?

Yes, you can rerun the NanoClaw agent onboarding script safely. The workflow is idempotent, meaning repeated runs will not create duplicate agents or duplicate DM channels, safeguarding your channel setup process.

How does the welcome message delivery work when onboarding a new DM agent?

Welcome message delivery works by routing the message through the normal delivery path after the DM group is wired to the new agent. This verifies end-to-end deliverability and confirms the DM channel is fully operational.

What is the best way to wire a DM group to a newly created agent?

The best way to wire a DM group is using an automated provisioning workflow that maps channel identity to the agent. This ensures correct group wiring and triggers a welcome DM to validate the connection immediately.