openclaw/skills
(Not) Stephen Benjamin c69724ef3b
Some checks are pending
CI / runner-admission (push) Waiting to run
CI / preflight (push) Blocked by required conditions
CI / security-fast (push) Blocked by required conditions
CI / pnpm-store-warmup (push) Blocked by required conditions
CI / build-artifacts (push) Blocked by required conditions
CI / native-i18n (push) Blocked by required conditions
CI / (push) Blocked by required conditions
CI / QA Smoke CI (matrix) (push) Blocked by required conditions
CI / QA Smoke CI (telegram 1/2) (push) Blocked by required conditions
CI / QA Smoke CI (telegram 2/2) (push) Blocked by required conditions
CI / QA Smoke CI (push) Blocked by required conditions
CI / -1 (push) Blocked by required conditions
CI / -2 (push) Blocked by required conditions
CI / checks-node-compat-node22 (push) Blocked by required conditions
CI / -3 (push) Blocked by required conditions
CI / check-bundled-channel-config-metadata (push) Blocked by required conditions
CI / check-dependencies (push) Blocked by required conditions
CI / check-guards (push) Blocked by required conditions
CI / check-lint (push) Blocked by required conditions
CI / check-prod-types (push) Blocked by required conditions
CI / check-shrinkwrap (push) Blocked by required conditions
CI / check-test-types (push) Blocked by required conditions
CI / check-additional-boundaries-a (push) Blocked by required conditions
CI / check-additional-boundaries-bcd (push) Blocked by required conditions
CI / check-additional-extension-bundled (push) Blocked by required conditions
CI / check-additional-extension-channels (push) Blocked by required conditions
CI / check-additional-extension-package-boundary (push) Blocked by required conditions
CI / check-additional-runtime-topology-architecture (push) Blocked by required conditions
CI / check-session-accessor-boundary (push) Blocked by required conditions
CI / check-session-transcript-reader-boundary (push) Blocked by required conditions
CI / check-docs (push) Blocked by required conditions
CI / skills-python (push) Blocked by required conditions
CI / -4 (push) Blocked by required conditions
CI / -5 (push) Blocked by required conditions
CI / macos-swift (push) Blocked by required conditions
CI / ios-build (push) Blocked by required conditions
CI / -6 (push) Blocked by required conditions
CI / ci-timings-summary (push) Blocked by required conditions
ClawSweeper Dispatch / dispatch (push) Waiting to run
CodeQL / Security High (actions) (push) Waiting to run
CodeQL / Security High (channel-runtime-boundary) (push) Waiting to run
CodeQL / Security High (core-auth-secrets) (push) Waiting to run
CodeQL / Security High (mcp-process-tool-boundary) (push) Waiting to run
CodeQL / Security High (network-ssrf-boundary) (push) Waiting to run
CodeQL / Security High (plugin-trust-boundary) (push) Waiting to run
CodeQL / Security High (process-exec-boundary) (push) Waiting to run
Control UI Locale Refresh / plan (push) Waiting to run
Control UI Locale Refresh / Refresh (push) Blocked by required conditions
Control UI Locale Refresh / Commit control UI locale refresh (push) Blocked by required conditions
Docs Sync Publish Repo / sync-publish-repo (push) Waiting to run
Docs / docs (push) Waiting to run
Native App Locale Refresh / Refresh native ar (push) Waiting to run
Native App Locale Refresh / Refresh native de (push) Waiting to run
Native App Locale Refresh / Refresh native es (push) Waiting to run
Native App Locale Refresh / Refresh native fa (push) Waiting to run
Native App Locale Refresh / Refresh native fr (push) Waiting to run
Native App Locale Refresh / Refresh native hi (push) Waiting to run
Native App Locale Refresh / Refresh native id (push) Waiting to run
Native App Locale Refresh / Refresh native it (push) Waiting to run
Native App Locale Refresh / Refresh native ja-JP (push) Waiting to run
Native App Locale Refresh / Refresh native ko (push) Waiting to run
Native App Locale Refresh / Refresh native nl (push) Waiting to run
Native App Locale Refresh / Refresh native pl (push) Waiting to run
Native App Locale Refresh / Refresh native pt-BR (push) Waiting to run
Native App Locale Refresh / Refresh native ru (push) Waiting to run
Native App Locale Refresh / Refresh native sv (push) Waiting to run
Native App Locale Refresh / Refresh native th (push) Waiting to run
Native App Locale Refresh / Refresh native tr (push) Waiting to run
Native App Locale Refresh / Refresh native uk (push) Waiting to run
Native App Locale Refresh / Refresh native vi (push) Waiting to run
Native App Locale Refresh / Refresh native zh-CN (push) Waiting to run
Native App Locale Refresh / Refresh native zh-TW (push) Waiting to run
Native App Locale Refresh / Commit native locale refresh (push) Blocked by required conditions
OpenClaw Stable Main Closeout / Resolve stable release closeout inputs (push) Waiting to run
OpenClaw Stable Main Closeout / Verify stable main closeout (push) Blocked by required conditions
Plugin NPM Release / preview_plugins_npm (push) Waiting to run
Plugin NPM Release / Validate release publish approval (push) Blocked by required conditions
Plugin NPM Release / preview_plugin_pack (push) Blocked by required conditions
Plugin NPM Release / publish_plugins_npm (push) Blocked by required conditions
Plugin NPM Release / verify_plugins_npm (push) Blocked by required conditions
Workflow Sanity / no-tabs (push) Waiting to run
Workflow Sanity / actionlint (push) Waiting to run
Workflow Sanity / generated-doc-baselines (push) Waiting to run
fix(skills): correct invalid install kinds in xurl and github [AI] (#102158)
* fix(xurl): use install kind "node" instead of invalid "npm" [AI]

The xurl skill's second installer declares kind "npm", which is not a
valid install kind. The installer switches on spec.kind with cases for
brew/node/go/uv/download and a default of "unsupported installer", so the
entry is dropped -- `openclaw skills info xurl` only offers the brew
option, leaving no install path on machines without Homebrew.

npm-backed installs use kind "node" (which honors
skills.install.nodeManager, default npm). Only kind is changed;
id/package/bins are left as-is.

Verified against openclaw 2026.6.11 in a container:

  before (kind: npm):  Install options: → Install xurl (brew)
  after  (kind: node): Install options: → Install @xdevplatform/xurl (npm)

* fix(github): drop non-functional "apt" install entry [AI]

The github skill's second installer declares kind "apt", which is not a
supported install kind (installer switch handles brew/node/go/uv/download
+ default "unsupported installer"). openclaw silently drops it -- `skills
info github` only ever surfaces the brew option -- so the entry is dead,
misleading metadata rather than a working Linux path.

The remaining brew installer is cross-platform (Homebrew runs on Linux),
so removing the dead entry loses no working path. Improving install paths
for Linux users without Homebrew is tracked separately in #57555
(needs-product-decision).
2026-07-08 11:07:09 -04:00
..
1password fix(skills/1password): stop forcing tmux for desktop app auth (#52540) (#81825) 2026-06-19 08:26:56 +08:00
apple-notes docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
apple-reminders docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
bear-notes docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
blogwatcher docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
blucli docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
camsnap docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
clawhub fix(skills): harden ClawHub update policy 2026-06-22 16:03:19 +08:00
coding-agent refactor: internalize OpenClaw agent runtime (#85341) 2026-05-27 19:24:04 +01:00
diagram-maker feat(skills): add debugger diagram and spike skills 2026-05-17 11:04:04 +01:00
eightctl docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
gemini docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
gh-issues improve: simplify PR context and evidence (#94676) 2026-06-19 14:00:38 -06:00
gifgrep docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
github fix(skills): correct invalid install kinds in xurl and github [AI] (#102158) 2026-07-08 11:07:09 -04:00
gog fix(skills): point gog brew install at homebrew-core gogcli (#95017) (#95019) 2026-06-22 13:02:26 +08:00
goplaces docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
healthcheck docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
himalaya docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
mcporter docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
meme-maker
model-usage fix(model-usage): coerce numeric-string costs and ignore non-finite values (#87861) 2026-06-23 16:16:31 +08:00
nano-pdf docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
node-connect docs: absorb docs sweep 2026-05-22 21:52:01 +01:00
node-inspect-debugger docs(skills): use neutral skill wording 2026-05-17 11:04:04 +01:00
notion docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
obsidian docs: update obsidian skill for official cli 2026-05-17 12:09:34 +01:00
openai-whisper docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
openai-whisper-api fix(skills): restore executable bit on bundled whisper script + release-time check (#41351) 2026-05-22 15:37:15 -07:00
openhue docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
oracle docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
ordercli docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
peekaboo fix(macos): route Peekaboo through app bridge 2026-06-15 09:14:16 -04:00
python-debugpy feat(skills): add python debugpy skill 2026-05-17 11:56:31 +01:00
sag docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
session-logs Recover archived (.reset) session transcripts in memory hook + session-logs skill (#71537) 2026-07-01 02:07:58 -07:00
sherpa-onnx-tts docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
skill-creator fix: prevent skill-creator from bypassing workshop proposals (#98346) 2026-07-01 03:24:22 +00:00
songsee docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
sonoscli docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
spike docs(skills): use neutral skill wording 2026-05-17 11:04:04 +01:00
spotify-player docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
summarize docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
taskflow docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
taskflow-inbox-triage docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
things-mac docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
tmux docs: refresh embedded skill guidance 2026-05-17 11:50:27 +01:00
trello fix(skills/trello): add curl to requires.bins to match body examples (fixes #94727) (#94729) 2026-06-19 04:33:38 +00:00
video-frames fix(skills): restore executable bit on bundled whisper script + release-time check (#41351) 2026-05-22 15:37:15 -07:00
weather docs: prefer web_fetch in weather skill (#90250) 2026-06-05 14:35:55 -04:00
xurl fix(skills): correct invalid install kinds in xurl and github [AI] (#102158) 2026-07-08 11:07:09 -04:00
pyproject.toml