Files
Selig 4c966a3ad2 Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing,
task-capture, qmd-brain, tts-voice) with technical documentation.
Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
2026-03-13 10:58:30 +08:00

29 lines
1.4 KiB
JSON
Executable File

{
"title": "Skills (macOS)",
"content": "The macOS app surfaces OpenClaw skills via the gateway; it does not parse skills locally.\n\n* `skills.status` (gateway) returns all skills plus eligibility and missing requirements\n (including allowlist blocks for bundled skills).\n* Requirements are derived from `metadata.openclaw.requires` in each `SKILL.md`.\n\n* `metadata.openclaw.install` defines install options (brew/node/go/uv).\n* The app calls `skills.install` to run installers on the gateway host.\n* The gateway surfaces only one preferred installer when multiple are provided\n (brew when available, otherwise node manager from `skills.install`, default npm).\n\n* The app stores keys in `~/.openclaw/openclaw.json` under `skills.entries.<skillKey>`.\n* `skills.update` patches `enabled`, `apiKey`, and `env`.\n\n* Install + config updates happen on the gateway host (not the local Mac).",
"code_samples": [],
"headings": [
{
"level": "h2",
"text": "Data source",
"id": "data-source"
},
{
"level": "h2",
"text": "Install actions",
"id": "install-actions"
},
{
"level": "h2",
"text": "Env/API keys",
"id": "env/api-keys"
},
{
"level": "h2",
"text": "Remote mode",
"id": "remote-mode"
}
],
"url": "llms-txt#skills-(macos)",
"links": []
}