Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Enforces skill-trust-scanner security checks before installing skills, blocking or alerting based on risk scores to reduce supply chain threats.
Enforces skill-trust-scanner security checks before installing skills, blocking or alerting based on risk scores to reduce supply chain threats.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
在安装 skill 前强制执行 skill-trust-scanner 安全扫描,并按评分执行拦截策略。
把 clawhub install 前置为“先扫描再安装” 默认阻断高风险 skill,降低供应链投毒风险 保持现有 CLI 习惯(可用 shim 覆盖原命令)
score < 50:拒绝安装(block) 50 <= score < 75:告警,需人工确认(--yes 可自动继续) score >= 75:直接安装
install.sh:主包装器(方案 B) hooks/pre-install.sh:可复用 pre-install hook(本地路径扫描 + 决策) integrate.sh:生成 PATH shim,让 clawhub install 自动走 guard README.md:安装/集成/测试说明
scanner: /home/guofeng/clawd/skill-trust-scanner/src/cli.ts Node.js + npx clawhub CLI
~/.openclaw/skills/skill-trust-guard/install.sh <slug|path|git-url> 或执行: ~/.openclaw/skills/skill-trust-guard/integrate.sh export PATH="$HOME/.openclaw/bin:$PATH" 之后直接使用: clawhub install <skill> (自动触发 trust guard)
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.