Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
带安全策略的 OpenClaw Skill 安装器。安装前自动经过 ClawShield 扫描,支持策略控制(来源限制、模式阻断、风险分级审批),提供快照和回滚能力。
带安全策略的 OpenClaw Skill 安装器。安装前自动经过 ClawShield 扫描,支持策略控制(来源限制、模式阻断、风险分级审批),提供快照和回滚能力。
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. 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. Summarize what changed and any follow-up checks I should run.
带安全策略的 OpenClaw Skill 安装器。
来源验证: 检查是否在 allowedSources 白名单 模式阻断: 匹配 blockedPatterns 正则则拒绝 ClawShield 扫描: 自动扫描风险 风险分级审批: Safe: 直接安装 Caution: 需确认 (--yes 或交互确认) Avoid: 需 --force 强制安装 快照存储: 按 hash 存储版本,支持回滚
.openclaw-tools/safe-install.json: { "defaultAction": "prompt", "blockedPatterns": ["curl\\s*\\|\\s*sh"], "allowedSources": ["clawhub.com", "/local/skills"], "forceRequiredForAvoid": true } defaultAction: allow/prompt/block blockedPatterns: 拒绝安装的正则列表 allowedSources: 允许的来源白名单 forceRequiredForAvoid: Avoid 级别是否必须 --force
# 安装 skill(交互确认) node bin/safe-install.js /path/to/skill --config ./policy.json --store ./.openclaw-tools/safe-install # 自动确认 Caution node bin/safe-install.js /path/to/skill --yes # 强制安装 Avoid node bin/safe-install.js /path/to/skill --force # 查看安装历史 node bin/safe-install.js history --format table # 回滚到上一版本 node bin/safe-install.js rollback my-skill # 验证策略文件 node bin/safe-install.js policy validate --file ./policy.json
.openclaw-tools/safe-install/ ├── snapshots/{skill}/{version}/{hash}/ # 版本快照 ├── active/{skill}/ # 当前激活版本 ├── state.json # 激活状态 └── history.json # 安装历史
单文件最大 100MB 单 skill 最多 10000 个文件 单 skill 最大 500MB 路径遍历防护
Identity, auth, scanning, governance, audit, and operational guardrails.
Largest current source with strong distribution and engagement signals.