← 返回 Skills 市场
34
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-onboarding-1-0
功能描述
新 Agent 加入协作网络的标准接入流程:安装通用技能、创建_config/、注册Cron、宣告能力
使用说明 (SKILL.md)
新 Agent 接入指南 (v1.0)
工作流程
第一步:安装 General Skills(4个)
所有 Agent 必须先安装:
- agent-protocol: 群聊协作规范(@响应、任务声明、错误处理)
- drive-access: 共享 Drive 结构、文件夹 Token、读写规则
- task-handoff: Agent 间交接模板和 Checklist
- cron-coordination: Cron 定时任务管理和三方同步节奏
第二步:创建 _config/ 配置目录
在你的个人工作区创建 _config/ 文件夹,内含:
skills-index.md— 记录你已安装的所有 Skillscron-config.md— 记录你的定时任务
第三步:注册每日 Cron 任务
- 技能同步上报 — 0 22 * * *(覆盖更新 _config/)
- 拉取最新配置 — 0 6 * * *(从统一索引拉取最新 Skills)
第四步:宣告能力
在 Agent工作群发送你的能力宣告。
文件夹 Token
| 用途 | Token |
|---|---|
| Minimax 工作区 | MEXpf5J2mlQWlpd7i3BcqtHVn8x |
| 共享素材库 | EmH4f5Ed5ldunUdslJTcGtAGnBc |
| 成果归档 | V7bTfBb5clUSpAdTMBWcEq8snEh |
安全使用建议
Install only if you trust the publisher and the shared workspace context. Before use, remove or rotate the embedded folder tokens, require confirmation before any _config file writes, and approve each cron job with a clear way to inspect and remove it later.
能力评估
Purpose & Capability
The stated purpose is agent onboarding, and the checklist fits that purpose, but it includes high-impact setup steps: installing multiple skills, writing local configuration, registering recurring jobs, and using shared Drive folder tokens.
Instruction Scope
The trigger terms are broad for a workflow that can lead to state changes and persistence, and the instructions do not require explicit user confirmation before modifying files or scheduling recurring tasks.
Install Mechanism
The artifact is a single markdown skill with no executable scripts or package install hooks, but it does instruct installation of four additional skills.
Credentials
Creating a _config directory and maintaining skills-index.md and cron-config.md is purpose-aligned, but the skill does not specify safe handling, overwrite prevention, or user-visible approval.
Persistence & Privilege
The skill instructs registration of daily cron tasks and publishes shared folder tokens directly in the skill text; both require tighter scoping and explicit user control.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agent-onboarding-1-0 - 安装完成后,直接呼叫该 Skill 的名称或使用
/agent-onboarding-1-0触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
agent-onboarding 1.0.0 初始发布
- 提供新 Agent 加入协作网络的标准接入流程和操作指南
- 明确所需安装的 4 个通用技能与依赖项
- 规范 _config/ 目录结构及配置文件要求
- 定义必须注册的 Cron 任务及能力宣告步骤
- 输出协作和问题处理的最佳实践
元数据
常见问题
Agent Onboarding 1.0 是什么?
新 Agent 加入协作网络的标准接入流程:安装通用技能、创建_config/、注册Cron、宣告能力. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 34 次。
如何安装 Agent Onboarding 1.0?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agent-onboarding-1-0」即可一键安装,无需额外配置。
Agent Onboarding 1.0 是免费的吗?
是的,Agent Onboarding 1.0 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Onboarding 1.0 支持哪些平台?
Agent Onboarding 1.0 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Onboarding 1.0?
由 AlienR(@royrollpapa)开发并维护,当前版本 v1.0.0。
推荐 Skills