ソース情報
- リポジトリ
- tools-only/X-Skills
- ソースの最終更新活動
- 2026年2月17日 15:29
- 検出された SKILL.md の言語
- 英語
- スター
- 7
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/tools-only/X-Skills --skill openclawコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
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
SOC 職業分類に基づく
SKILL.md を表示中
| 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.