Context Onboarding
/install context-onboarding
Context Onboarding
When to use this skill
- You're guiding someone new through Clawdy/Clawd and want a quick summary of the personality, operating rules, and per-skill notes.
- You need to remind yourself of the tone preferences or tooling constraints without reading every document top to bottom.
What it does
scripts/context_onboarding.pyreads the key documents (SOUL.md,USER.md,AGENTS.md,TOOLS.mdby default) and prints the first few lines of each so you can skim character, rules, and tooling notes.- The CLI supports
--filesto include additional documents,--linesto control how many lines are shown per file, and--briefto emit only the opening sentence of each section. - Use
references/context-guidelines.mdwhen you need more guidance about what newcomers should read next or how to keep the vibe consistent.
CLI usage
python3 skills/context-onboarding/scripts/context_onboarding.pysummarizes the default identity docs and prints the first five lines per file.- Add
--files docs/PLAYBOOK.md docs/ROLE.mdto weave in extra reference material that onboards the newcomer to cadence notes or release rituals. - Pair
--lines 2with--briefto emit single-line headlines when you just need the gist. --workspace /path/to/other-workspacelets you compare multiple workspaces or prepare summaries for a sister repo before pairing.
Example command
python3 skills/context-onboarding/scripts/context_onboarding.py --files references/context-guidelines.md HEARTBEAT.md --lines 2
This prints the opening two lines for the personality files plus the heartbeat and onboarding guide so you can review vibe, reminders, and cadence expectations without opening every file.
Options
--files \x3Cpath>: Accepts extra markdown files (comma/space separated) that the script should include in the output order you provide.--lines \x3Cn>: Controls how many lines from each file are shown (default 5) so you can tighten or loosen the briefing.--brief: Shrinks each preview to the first sentence (splitting on.,?, or!). Use this for lightning summaries during sync calls.--workspace \x3Cdir>: Point the CLI at another workspace root; useful for onboarding clones, reviewing experimental docs, or prepping a new repo.
References
references/context-guidelines.mddocuments onboarding topics, role expectations, cadence notes, and reminders for how this group runs.
Resources
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install context-onboarding - 安装完成后,直接呼叫该 Skill 的名称或使用
/context-onboarding触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Context Onboarding 是什么?
Provide new contributors and agents with a concise tour of the workspace identity files (SOUL.md, USER.md, AGENTS.md, TOOLS.md) plus onboarding tips. Use when a newcomer needs context or when you want to double-check how this workspace is configured. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1659 次。
如何安装 Context Onboarding?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install context-onboarding」即可一键安装,无需额外配置。
Context Onboarding 是免费的吗?
是的,Context Onboarding 完全免费(开源免费),可自由下载、安装和使用。
Context Onboarding 支持哪些平台?
Context Onboarding 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Context Onboarding?
由 CrimsonDevil333333(@crimsondevil333333)开发并维护,当前版本 v1.0.1。