context-onboarding
This skill summarizes workspace identity documents by reading SOUL.md, USER.md, AGENTS.md, and TOOLS.md and printing short snippets. It includes explicit CLI usage to run python3 skills/context-onboarding/scripts/context_onboarding.py (shell execution); no network calls, credential access, or obfuscation were found.
Context Onboarding
Context Onboarding gives you a curated summary of the identity docs that define this workspace: the personality (SOUL.md), the user guidance (USER.md), agent rules (AGENTS.md), and tooling notes (TOOLS.md). It is the perfect skill to run when someone joins the community, when you inherit a new workspace, or when you just want a refresher on how to stay in sync.
Features
- CLI script at
skills/context-onboarding/scripts/context_onboarding.pythat reads the most relevant markdown files and prints the first few lines from each so you can skim key points instantly. - Optional
--filesflag to include extra docs (e.g., playbooks or onboarding guides) plus--lines/--briefknobs for longer or shorter outputs. - Built-in reference guide (
references/context-guidelines.md) that explains what to highlight during onboarding calls or documentation drops.
Usage
python3 skills/context-onboarding/scripts/context_onboarding.py --lines 4
Add --files docs/PLAYBOOK.md if you want to weave in other material, or --brief to limit the output to one sentence per doc.
Testing
python3 -m unittest discover skills/context-onboarding/tests
Packaging & release
python3 $(npm root -g)/openclaw/skills/skill-creator/scripts/package_skill.py skills/context-onboarding