基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tools-only/X-Skills --skill openclaw命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Index of Build Systems Skills
Coordination patterns for distributed dataflow systems including barriers, epochs, and distributed snapshots
Windowing, sessionization, time-series aggregation, and late data handling for streaming systems
| name | openclaw |
| version | 0.2.2 |
| description | Install, configure, and update openclaw-config |
| triggers | ["openclaw","openclaw-config","set up openclaw","update openclaw"] |
| metadata | {"openclaw":{"emoji":"🐾"}} |
Manages your openclaw-config installation.
Users say things like:
Do these steps in order:
Clone repo to ~/.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:
If yes:
AGENT.md from ~/.openclaw-config/workflows/email-steward/ to
workflows/email-steward/workflows/email-steward/logs/ directoryrules.mdConfigure 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 + Sonnet) 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/.openclaw-config/devops/health-check.md" && flock -n "$HOME/.openclaw/health-check.lock" CLAUDE_PATH -p "Run health check" --model sonnet --append-system-prompt-file "$HOME/.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
Summary — Tell them what's configured
Compare .openclaw/installed-version with ~/.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: Only update AGENT.md (the algorithm). Never touch rules.md, agent_notes.md, or logs/ — those belong to the user.
Show installed version and skill versions. Fetch remote VERSION, report if updates available.