skills/openclaw/SKILL.md
Install, configure, and update openclaw-config
npx skillsauth add technickai/openclaw-config openclawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manages your openclaw-config installation.
Users say things like:
Do these steps in order:
Clone repo to ~/src/openclaw-config
Copy templates to workspace root (don't overwrite existing): AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md, IDENTITY.md
Create memory folders: memory/people, memory/projects, memory/topics,
memory/decisions
Copy skills to skills/
Optional: Add workflows — Ask if they want any workflows. List available
workflows from ~/src/openclaw-config/workflows/.
If yes for a workflow:
~/src/openclaw-config/workflows/<name>/ to
workflows/<name>/, preserving directory structure (e.g., platforms/ subdirs)rules.md, agent_notes.md, preferences.md,
processed.md, logs/workflows/<name>/logs/ directoryConfigure memory search — Required for semantic search to work. Ask: LM Studio (local, free, recommended) or OpenAI?
lmstudio-community/embedding-gemma-300m-qat, configure gateway
memorySearch.remote.baseUrl to http://127.0.0.1:1234/v1https://api.openai.com/v1, model text-embedding-3-smallPersonalization — Ask and replace in templates: {{USER_NAME}},
{{ASSISTANT_NAME}}, {{TIMEZONE}}, {{PRIORITY_1}}, {{PRIORITY_2}}
Optional skills — These are optional. Ask about each one individually, only configure if they say yes:
Skip any they don't use. Don't assume they want all of them.
Health check setup — Ask: "Do you want automated health monitoring? It runs hourly via cron (Claude Code + simple) to check your gateway and services, fix minor issues, and notify you of problems."
If yes:
mkdir -p ~/.openclaw then
write their answer to ~/.openclaw/health-check-admin (just the name, one line)which claude — use the full path in the cron job0 0,7-23 * * * test -f "$HOME/src/openclaw-config/devops/health-check.md" && flock -n "$HOME/.openclaw/health-check.lock" CLAUDE_PATH -p "Run health check" --model simple --append-system-prompt-file "$HOME/src/openclaw-config/devops/health-check.md" --dangerously-skip-permissions --max-budget-usd 5.00 >> "$HOME/.openclaw/health-check.log" 2>&1
crontab -l | grep health-check~/.openclaw/health-check.logTrack version in .openclaw/installed-version
Run diagnostics — Run openclaw doctor --non-interactive and review the output.
This validates config integrity, credential health, security posture, skill
eligibility, and memory search readiness. If doctor reports errors, fix them before
proceeding. If it reports warnings (e.g., open DM policy), note them in the summary
so the user can decide whether to address them.
Summary — Tell them what's configured, include any doctor warnings
Compare .openclaw/installed-version with ~/src/openclaw-config/VERSION.
If newer: pull, update skills (safe to overwrite), update templates only if user hasn't modified them, update version file, report changes.
If user wants to force/overwrite: backup to .openclaw/backup/ first.
Workflows: Update all upstream-owned files (AGENT.md, classifier.md, platform
guides, etc.), preserving directory structure. Never touch user-owned files: rules.md,
agent_notes.md, preferences.md, processed.md, logs/ — those belong to the user.
Show installed version and skill versions. Fetch remote VERSION, report if updates available.
development
A pause before an artifact goes into the world. Reviews external comms, money, calendar, public posts, or send-as-operator actions through a small panel of independent lenses (empathy first) and returns a verdict of pass / edit / hold / block.
development
Route real repo work to Claude Code instead of editing by hand. Triggers on "claude code" or "cc", and on any request to edit, fix, refactor, or open a PR in a repo outside ~/.openclaw/workspace. Claude Code picks up the repo's CLAUDE.md / AGENTS.md, applies its standards, and knows the /ai-coding-config:multi-review and /ai-coding-config:address-pr-comments workflows we want bug bots checking against.
testing
Drive a task all the way to a verified done state — write DoD first, verify each item with evidence, stop only at named stop conditions.
tools
Design, build, and maintain autonomous OpenClaw workflows (stewards). Use when creating new workflow agents, improving existing ones, evaluating automation opportunities, or debugging workflow reliability. Triggers on "build a workflow", "create a steward", "automate this process", "workflow audit", "what should I automate", "create a cron job", "schedule a recurring task", "build a scheduled job".