← All skills
Tencent SkillHub · Security & Compliance

Safe Install

带安全策略的 OpenClaw Skill 安装器。安装前自动经过 ClawShield 扫描,支持策略控制(来源限制、模式阻断、风险分级审批),提供快照和回滚能力。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

带安全策略的 OpenClaw Skill 安装器。安装前自动经过 ClawShield 扫描,支持策略控制(来源限制、模式阻断、风险分级审批),提供快照和回滚能力。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, bin/safe-install.js, fixtures/avoid-skill/SKILL.md, fixtures/avoid-skill/package.json, fixtures/avoid-skill/scripts/install.sh, fixtures/caution-skill/SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Safe Install

带安全策略的 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 路径遍历防护

Category context

Identity, auth, scanning, governance, audit, and operational guardrails.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • fixtures/avoid-skill/SKILL.md Docs
  • fixtures/caution-skill/SKILL.md Docs
  • bin/safe-install.js Scripts
  • fixtures/avoid-skill/scripts/install.sh Scripts
  • fixtures/avoid-skill/package.json Config