nanocoai/nanoclaw✦ 精选0°

init-first-agent

仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

帮助运维快速完成首个渠道代理部署并做可重复验证。

▸ 风险提示

需要渠道凭据与运行环境权限,执行前请确认凭据安全。

这个 Skill 做什么

引导创建首个 NanoClaw 代理并验证 DM 消息传递的端到端链路。

把第一个 NanoClaw 代理挂到一个 DM 频道上,并把频道身份接入新代理,最后通过正常投递路径给操作者发一条欢迎私信以验证端到端链路。适用于渠道凭据已配置、服务在跑时做首次联通测试。操作是幂等的,重复跑不会破坏现有配置,而且会帮你定位身份或投递问题。

▸ 展开 SKILL.md 英文原文

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.

自动化集成初始化代理渠道验证通用
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/init-first-agent/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/init-first-agent/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# 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 && launchd_label)"` (macOS) or `systemctl --user status "$(. setup/lib/install-slug.sh && systemd_unit)"` (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 `ch
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有