← Back to Skills Marketplace
34
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-onboarding-1-0
Description
新 Agent 加入协作网络的标准接入流程:安装通用技能、创建_config/、注册Cron、宣告能力
README (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 |
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-onboarding-1-0 - After installation, invoke the skill by name or use
/agent-onboarding-1-0 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
agent-onboarding 1.0.0 初始发布
- 提供新 Agent 加入协作网络的标准接入流程和操作指南
- 明确所需安装的 4 个通用技能与依赖项
- 规范 _config/ 目录结构及配置文件要求
- 定义必须注册的 Cron 任务及能力宣告步骤
- 输出协作和问题处理的最佳实践
Metadata
Frequently Asked Questions
What is Agent Onboarding 1.0?
新 Agent 加入协作网络的标准接入流程:安装通用技能、创建_config/、注册Cron、宣告能力. It is an AI Agent Skill for Claude Code / OpenClaw, with 34 downloads so far.
How do I install Agent Onboarding 1.0?
Run "/install agent-onboarding-1-0" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Onboarding 1.0 free?
Yes, Agent Onboarding 1.0 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Onboarding 1.0 support?
Agent Onboarding 1.0 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Onboarding 1.0?
It is built and maintained by AlienR (@royrollpapa); the current version is v1.0.0.
More Skills