惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

F
Fortinet All Blogs
Last Week in AI
Last Week in AI
IT之家
IT之家
A
About on SuperTechFans
M
MIT News - Artificial intelligence
Y
Y Combinator Blog
T
The Blog of Author Tim Ferriss
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 三生石上(FineUI控件)
博客园 - 【当耐特】
V
Visual Studio Blog
Microsoft Security Blog
Microsoft Security Blog
博客园_首页
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
Vercel News
Vercel News
博客园 - Franky
有赞技术团队
有赞技术团队
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
量子位
云风的 BLOG
云风的 BLOG
T
Tailwind CSS Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
Add ClawHub skill verification and trust surfaces (#86699...
Patrick-Eric · 2026-05-28 · via Recent Commits to openclaw:main
11

---

2-

summary: "CLI reference for `openclaw skills` (search/install/update/list/info/check)"

2+

summary: "CLI reference for `openclaw skills` (search/install/update/verify/list/info/check)"

33

read_when:

44

- You want to see which skills are available and ready to run

55

- You want to search ClawHub or install skills from ClawHub, Git, or local directories

6+

- You want to verify a ClawHub skill with ClawHub

67

- You want to debug missing binaries/env/config for skills

78

title: "Skills"

89

---

9101011

# `openclaw skills`

111212-

Inspect local skills, search ClawHub, install skills from ClawHub/Git/local directories, and update

13-

ClawHub-tracked installs.

13+

Inspect local skills, search ClawHub, install skills from ClawHub/Git/local

14+

directories, verify ClawHub skills, and update ClawHub-tracked installs.

14151516

Related:

1617

@@ -36,6 +37,11 @@ openclaw skills update <slug> --global

3637

openclaw skills update --all

3738

openclaw skills update --all --agent <id>

3839

openclaw skills update --all --global

40+

openclaw skills verify <slug>

41+

openclaw skills verify <slug> --version <version>

42+

openclaw skills verify <slug> --tag <tag>

43+

openclaw skills verify <slug> --card

44+

openclaw skills verify <slug> --global

3945

openclaw skills list

4046

openclaw skills list --eligible

4147

openclaw skills list --json

@@ -49,14 +55,15 @@ openclaw skills check --agent <id>

4955

openclaw skills check --json

5056

```

515752-

`search` and `update` use ClawHub directly. `install <slug>` installs a ClawHub

53-

skill, `install git:owner/repo[@ref]` clones a Git skill, and `install ./path`

54-

copies a local skill directory. By default, `install` and `update` target the

55-

active workspace `skills/` directory; with `--global`, they target the shared

56-

managed skills directory. `list`/`info`/`check` still inspect the local skills

57-

visible to the current workspace and config. Workspace-backed commands resolve

58-

the target workspace from `--agent <id>`, then the current working directory

59-

when it is inside a configured agent workspace, then the default agent.

58+

`search`, `update`, and `verify` use ClawHub directly. `install <slug>` installs

59+

a ClawHub skill, `install git:owner/repo[@ref]` clones a Git skill, and

60+

`install ./path` copies a local skill directory. By default, `install`, `update`,

61+

and `verify` target the active workspace `skills/` directory; with `--global`,

62+

they target the shared managed skills directory. `list`/`info`/`check` still

63+

inspect the local skills visible to the current workspace and config.

64+

Workspace-backed commands resolve the target workspace from `--agent <id>`, then

65+

the current working directory when it is inside a configured agent workspace,

66+

then the default agent.

60676168

Git and local directory installs expect `SKILL.md` at the source root. The

6269

install slug comes from `SKILL.md` frontmatter `name` when it is valid, then the

@@ -89,6 +96,19 @@ Notes:

8996

shared managed skills directory instead of the workspace.

9097

- `update --all` updates tracked ClawHub installs in the selected workspace, or

9198

in the shared managed skills directory when combined with `--global`.

99+

- `verify <slug>` prints ClawHub's `clawhub.skill.verify.v1` JSON envelope by

100+

default. There is no `--json` flag because JSON is already the default.

101+

- `verify` uses `.clawhub/origin.json` for installed ClawHub skills, so it

102+

verifies the installed version against the registry it came from. `--version`

103+

and `--tag` override the version selector but keep that installed registry

104+

when origin metadata exists.

105+

- `verify --card` prints the generated Skill Card Markdown instead of JSON. The

106+

command exits non-zero when ClawHub returns `ok: false` or `decision: "fail"`;

107+

unsigned signatures are informational unless ClawHub policy changes.

108+

- Installed ClawHub bundles can include a generated `skill-card.md`. OpenClaw

109+

treats verification as a ClawHub server decision and does not reject an

110+

installed skill just because that generated card changes the bundle

111+

fingerprint.

92112

- `check --agent <id>` checks the selected agent's workspace and reports which

93113

ready skills are actually visible to that agent's prompt or command surface.

94114

- `list` is the default action when no subcommand is provided.