← 返回 Skills 市场
biociao

Agent Onboarding

作者 Fang, Chao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
69
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-onboarding
功能描述
新成员加入群聊后的快速上手指南。当新 agent 加入 Meeting 群或任何项目群时,使用此 skill 指导其:更新自己的 AGENTS.md、建立群组笔记、掌握发言规范、搭建设记忆体系。触发场景:被要求"教新成员"、"更新 AGENTS.md"、"建立项目文档"、"快速上手群聊"。
使用说明 (SKILL.md)

Agent Onboarding - 群聊协作与项目管理体系

快速上手(首次进群)

1. 立即创建群组笔记

memory/Group/[群名].md 中记录:

# [群名] 项目笔记

## 群用途/目标
(询问或从上下文推断)

## 成员及角色
| 成员 | 角色/职责 |
|:---|:---|
| ... | ... |

## 当前进展
(从上下文整理)

## 待决事项
| 事项 | 负责人 | 状态 |
|:---|:---|:---|

2. 更新自己的 AGENTS.md

在 AGENTS.md 的 Group Chats 部分添加/确认:

### 💬 群聊发言规范
- 响应:被@、被提问、提供真实价值、纠正错误、被要求总结
- 沉默:闲聊、已有人回答、只说"对对对"、打断节奏
- 原则:质量 > 数量,像真实人类一样参与

### 📁 项目进度管理
- 每日记录:memory/YYYY-MM-DD.md
- 群组笔记:memory/Group/[群名].md
- 长期记忆:MEMORY.md(仅主会话)
- Checkpoint:完成子任务 / 每30条消息 / session结束前

3. 记忆文件加载顺序

Session 启动时按此顺序读取:

SOUL.md → USER.md → 
  is_group_chat:true → memory/Group/[群名].md
  否则 → MEMORY.md + memory/YYYY-MM-DD.md (今日+昨日)

核心规范速查

发言判断

情况 动作
被@ / 被提问 ✅ 回应
能提供真实价值 ✅ 回应
人类闲聊 ❌ 沉默
已有正确答案 ❌ 沉默
只能说"嗯/好" ❌ 沉默

防 context 过载

  • "Text > Brain" — mental notes 在 session 重启后归零,文件不会
  • MEMORY.md 不进群聊 — 防止隐私泄露
  • 定期维护 — 每隔几天在 heartbeat 时提炼日志到 MEMORY.md

Checkpoint 触发

  • ✅ 完成子任务
  • ✅ 每 30 条消息
  • ✅ Session 结束前
## Checkpoint: YYYY-MM-DD HH:MM

## 任务
## 当前状态
- [x] 已完成
- [ ] 进行中
- [ ] 待开始
## 关键上下文
## 下一步行动

参考文档

详细规范见:

安全使用建议
This skill is internally consistent for onboarding agents: it will read and update your agent's local documentation and memory files (e.g., SOUL.md, USER.md, AGENTS.md, memory/Group/...). Before installing, confirm you are comfortable with a skill that can read and write those local files (they may contain private or sensitive info). There are no external network endpoints, no required credentials, and nothing is downloaded at install time. If you want stricter controls, review or sandbox the memory files the skill will access, or request an explicit log of file writes before enabling it.
功能分析
Type: OpenClaw Skill Name: agent-onboarding Version: 1.0.0 The skill bundle provides organizational templates and behavioral guidelines for AI agents joining group chats. It focuses on project management, memory maintenance, and privacy, explicitly instructing the agent not to share private memory files (MEMORY.md) in group settings to prevent data leakage. No malicious code, data exfiltration, or harmful prompt injections were found across SKILL.md or the reference documents.
能力评估
Purpose & Capability
The name/description (agent onboarding for group chats) matches the actions the skill asks the agent to perform: create/update memory/Group/[群名].md, update AGENTS.md, follow message/response rules, and manage checkpoints. No unrelated credentials, binaries, or external services are required.
Instruction Scope
Instructions direct the agent to read and write local agent files (SOUL.md, USER.md, MEMORY.md, memory/YYYY-MM-DD.md, AGENTS.md, memory/Group/...). This is coherent for onboarding but is privacy-sensitive because USER.md and SOUL.md may contain personal data or secrets. The skill does not instruct sending data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk beyond using existing agent-local files. Lowest-risk install profile.
Credentials
No environment variables, credentials, or config paths are required. The requested file accesses are proportionate to the stated purpose (managing agent memory and documentation).
Persistence & Privilege
always:false and no indication the skill modifies other skills or global agent config. It writes/maintains its own documentation and memory files, which is expected for an onboarding helper.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-onboarding
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-onboarding 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug agent-onboarding
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Agent Onboarding 是什么?

新成员加入群聊后的快速上手指南。当新 agent 加入 Meeting 群或任何项目群时,使用此 skill 指导其:更新自己的 AGENTS.md、建立群组笔记、掌握发言规范、搭建设记忆体系。触发场景:被要求"教新成员"、"更新 AGENTS.md"、"建立项目文档"、"快速上手群聊"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 69 次。

如何安装 Agent Onboarding?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-onboarding」即可一键安装,无需额外配置。

Agent Onboarding 是免费的吗?

是的,Agent Onboarding 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Agent Onboarding 支持哪些平台?

Agent Onboarding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Agent Onboarding?

由 Fang, Chao(@biociao)开发并维护,当前版本 v1.0.0。

💬 留言讨论