From 002d9278744753aedba1ee5408a44b2959a37921 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 20 Dec 2025 12:58:12 +0100 Subject: [PATCH] docs: expand skill install hints --- skills/camsnap/SKILL.md | 2 +- skills/gemini/SKILL.md | 2 +- skills/gog/SKILL.md | 2 +- skills/mcporter/SKILL.md | 2 +- skills/openhue/SKILL.md | 2 +- skills/oracle/SKILL.md | 2 +- skills/peekaboo/SKILL.md | 2 +- skills/sonoscli/SKILL.md | 2 +- skills/spotify-player/SKILL.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/skills/camsnap/SKILL.md b/skills/camsnap/SKILL.md index 0228a0bde..3175ca695 100644 --- a/skills/camsnap/SKILL.md +++ b/skills/camsnap/SKILL.md @@ -1,7 +1,7 @@ --- name: camsnap description: Capture frames or clips from RTSP/ONVIF cameras. -metadata: {"clawdis":{"requires":{"bins":["camsnap"]}}} +metadata: {"clawdis":{"requires":{"bins":["camsnap"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/camsnap","bins":["camsnap"],"label":"Install camsnap (brew)"}]}} --- # camsnap diff --git a/skills/gemini/SKILL.md b/skills/gemini/SKILL.md index 5b77e52f1..28cd581e7 100644 --- a/skills/gemini/SKILL.md +++ b/skills/gemini/SKILL.md @@ -1,7 +1,7 @@ --- name: gemini description: Gemini CLI for one-shot Q&A, summaries, and generation. -metadata: {"clawdis":{"requires":{"bins":["gemini"]}}} +metadata: {"clawdis":{"requires":{"bins":["gemini"]},"install":[{"id":"brew","kind":"brew","formula":"gemini-cli","bins":["gemini"],"label":"Install Gemini CLI (brew)"}]}} --- # Gemini CLI diff --git a/skills/gog/SKILL.md b/skills/gog/SKILL.md index 3105fea67..c0b91d58f 100644 --- a/skills/gog/SKILL.md +++ b/skills/gog/SKILL.md @@ -1,7 +1,7 @@ --- name: gog description: Google Workspace CLI for Gmail, Calendar, Drive, and Contacts. -metadata: {"clawdis":{"requires":{"bins":["gog"]}}} +metadata: {"clawdis":{"requires":{"bins":["gog"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/gogcli","bins":["gog"],"label":"Install gog (brew)"}]}} --- # gog diff --git a/skills/mcporter/SKILL.md b/skills/mcporter/SKILL.md index 7ad71e349..7e5c74086 100644 --- a/skills/mcporter/SKILL.md +++ b/skills/mcporter/SKILL.md @@ -1,7 +1,7 @@ --- name: mcporter description: Manage and call MCP servers (list, call, auth, daemon). -metadata: {"clawdis":{"requires":{"bins":["mcporter"]}}} +metadata: {"clawdis":{"requires":{"bins":["mcporter"]},"install":[{"id":"node","kind":"node","package":"mcporter","bins":["mcporter"],"label":"Install mcporter (node)"}]}} --- # mcporter diff --git a/skills/openhue/SKILL.md b/skills/openhue/SKILL.md index 11b88fbff..761c8416e 100644 --- a/skills/openhue/SKILL.md +++ b/skills/openhue/SKILL.md @@ -1,7 +1,7 @@ --- name: openhue description: Control Philips Hue lights/scenes via the OpenHue CLI. -metadata: {"clawdis":{"requires":{"bins":["openhue"]}}} +metadata: {"clawdis":{"requires":{"bins":["openhue"]},"install":[{"id":"brew","kind":"brew","formula":"openhue/cli/openhue-cli","bins":["openhue"],"label":"Install OpenHue CLI (brew)"}]}} --- # OpenHue CLI diff --git a/skills/oracle/SKILL.md b/skills/oracle/SKILL.md index 76be01a15..1b0cee504 100644 --- a/skills/oracle/SKILL.md +++ b/skills/oracle/SKILL.md @@ -1,7 +1,7 @@ --- name: oracle description: Run a second-model review or debug session with the oracle CLI. -metadata: {"clawdis":{"requires":{"bins":["oracle"]}}} +metadata: {"clawdis":{"requires":{"bins":["oracle"]},"install":[{"id":"node","kind":"node","package":"@steipete/oracle","bins":["oracle"],"label":"Install oracle (node)"}]}} --- # oracle diff --git a/skills/peekaboo/SKILL.md b/skills/peekaboo/SKILL.md index 5795121a2..d96b379ba 100644 --- a/skills/peekaboo/SKILL.md +++ b/skills/peekaboo/SKILL.md @@ -1,7 +1,7 @@ --- name: peekaboo description: Capture and automate macOS UI with the Peekaboo CLI. -metadata: {"clawdis":{"requires":{"bins":["peekaboo"]}}} +metadata: {"clawdis":{"requires":{"bins":["peekaboo"]},"install":[{"id":"brew","kind":"brew","formula":"steipete/tap/peekaboo","bins":["peekaboo"],"label":"Install Peekaboo (brew)"}]}} --- # Peekaboo diff --git a/skills/sonoscli/SKILL.md b/skills/sonoscli/SKILL.md index 36bd72939..4d1b508be 100644 --- a/skills/sonoscli/SKILL.md +++ b/skills/sonoscli/SKILL.md @@ -1,7 +1,7 @@ --- name: sonoscli description: Control Sonos speakers (discover/status/play/volume/group). -metadata: {"clawdis":{"requires":{"bins":["sonos"]}}} +metadata: {"clawdis":{"requires":{"bins":["sonos"]},"install":[{"id":"go","kind":"go","module":"github.com/steipete/sonoscli/cmd/sonos@latest","bins":["sonos"],"label":"Install sonoscli (go)"}]}} --- # Sonos CLI diff --git a/skills/spotify-player/SKILL.md b/skills/spotify-player/SKILL.md index 0d524b2d7..b60611b37 100644 --- a/skills/spotify-player/SKILL.md +++ b/skills/spotify-player/SKILL.md @@ -1,7 +1,7 @@ --- name: spotify-player description: Terminal Spotify client (TUI + CLI commands) for playback and search. -metadata: {"clawdis":{"requires":{"bins":["spotify_player"]}}} +metadata: {"clawdis":{"requires":{"bins":["spotify_player"]},"install":[{"id":"brew","kind":"brew","formula":"spotify_player","bins":["spotify_player"],"label":"Install spotify-player (brew)"}]}} --- # spotify_player