← Back to Skills Marketplace
biociao

Agent Onboarding

by Fang, Chao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
69
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install agent-onboarding
Description
新成员加入群聊后的快速上手指南。当新 agent 加入 Meeting 群或任何项目群时,使用此 skill 指导其:更新自己的 AGENTS.md、建立群组笔记、掌握发言规范、搭建设记忆体系。触发场景:被要求"教新成员"、"更新 AGENTS.md"、"建立项目文档"、"快速上手群聊"。
README (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] 已完成
- [ ] 进行中
- [ ] 待开始
## 关键上下文
## 下一步行动

参考文档

详细规范见:

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-onboarding
  3. After installation, invoke the skill by name or use /agent-onboarding
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug agent-onboarding
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Agent Onboarding?

新成员加入群聊后的快速上手指南。当新 agent 加入 Meeting 群或任何项目群时,使用此 skill 指导其:更新自己的 AGENTS.md、建立群组笔记、掌握发言规范、搭建设记忆体系。触发场景:被要求"教新成员"、"更新 AGENTS.md"、"建立项目文档"、"快速上手群聊"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 69 downloads so far.

How do I install Agent Onboarding?

Run "/install agent-onboarding" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Onboarding free?

Yes, Agent Onboarding is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Onboarding support?

Agent Onboarding is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Onboarding?

It is built and maintained by Fang, Chao (@biociao); the current version is v1.0.0.

💬 Comments