Docs-first priming skill for OpenClaw operators.
Use it before admin work on an OpenClaw setup: gateway changes, channel debugging, remote access, security reviews, deployments, upgrades, model routing, or general operator triage.
SKILL.md— the skill definition and workflowreferences/admin-primer.md— condensed operator mapagents/openai.yaml— optional prompt surface metadata
Clone the repo:
git clone https://github.com/NicholasSpisak/openclaw-prime-skill.git ~/Projects/openclaw-prime-skillLink it into your Codex skills directory:
mkdir -p ~/.codex/skills
ln -s ~/Projects/openclaw-prime-skill ~/.codex/skills/openclaw-primeIf a previous version exists:
trash ~/.codex/skills/openclaw-prime
ln -s ~/Projects/openclaw-prime-skill ~/.codex/skills/openclaw-primeRestart the Codex session after linking so the skill list refreshes.
Point your agent at this repo directory, or copy the contents into a skill folder where SKILL.md sits at the root.
This skill is not a generic OpenClaw explainer. It is an operator primer.
Goal:
- refresh the live docs index
- reload the core gateway and architecture pages
- expand only into the task-relevant doc cluster
- separate docs truth from the actual environment
- produce a short operator brief before taking action
The skill starts from live docs, not memory.
Core sources:
https://docs.openclaw.ai/llms.txthttps://docs.openclaw.ai/sitemap.xml- local primer:
references/admin-primer.md
Core pages read every time:
index.mdstart/hubs.mdgateway/index.mdgateway/configuration.mdgateway/configuration-reference.mdgateway/security/index.mdgateway/remote.mdgateway/troubleshooting.mdcli/index.mdchannels/index.mdconcepts/architecture.mdconcepts/multi-agent.md
In a Codex session:
Use $openclaw-prime before we touch this gateway config.
Typical triggers:
- planning or executing gateway config changes
- debugging pairing, routing, or channel failures
- reviewing auth, proxy, tailscale, or secret handling
- validating deployments, upgrades, or migrations
- answering operator questions where stale docs would be risky
Ask the agent to use the skill first, then do the real task second.
Examples:
Use $openclaw-prime, then review this remote gateway setup and tell me the auth risks.
Use $openclaw-prime, then help me debug Slack channel routing.
Use $openclaw-prime, then plan the safest path to migrate this OpenClaw deployment.
The skill should leave you with three things before deeper work starts:
- concise OpenClaw architecture + ops summary
- exact docs pages that govern the next action
- local facts still needed before any recommendation or change
- deployment target
- config source
- auth mode
- exposed surfaces
- active channels and nodes
- secret boundaries
- sandbox and elevated-policy risk
This is the main value: it prevents docs-default assumptions from leaking into a live environment.
Pull updates when the OpenClaw docs or the skill workflow changes:
cd ~/Projects/openclaw-prime-skill
git pullIf this repo is symlinked into ~/.codex/skills/openclaw-prime, no extra install step is needed after updates.
This skill is built around the live OpenClaw docs at https://docs.openclaw.ai/.