โ† All skills
Tencent SkillHub ยท Security & Compliance

SkillGate Governance

Supply-chain governance for OpenClaw skills: scan, assess, quarantine/restore.

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

Supply-chain governance for OpenClaw skills: scan, assess, quarantine/restore.

โฌ‡ 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

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
0.1.2

Documentation

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

SkillGate (Governance)

This skill teaches OpenClaw how to run SkillGate against a skills directory, generate evidence, and quarantine risky skills.

Quick Start (recommended)

We intentionally avoid global installs (npm i -g) to reduce supply-chain risk. Use a pinned version via npx for deterministic behavior. # Scan current workspace (read-only by default) npx --yes @skillgate/openclaw-skillgate@0.1.3 gov_scan . # Show a human-readable explanation for a finding npx --yes @skillgate/openclaw-skillgate@0.1.3 gov_explain <EVIDENCE_JSON_PATH>

Provenance / How to verify what you run

# Verify package metadata npm view @skillgate/openclaw-skillgate@0.1.3 name version license repository npm view @skillgate/openclaw-skillgate@0.1.3 dist.tarball dist.integrity # Optional: verify GitHub release & source # Repo: https://github.com/skillgatesecurity/openclaw-skillgate This package is published under the official @skillgate scope and built/released via GitHub Actions.

Permissions & Filesystem scope

Network: not required for scanning local files (except fetching the npm package on first run). Default mode: read-only scan of the given directory. Writes (only when you explicitly run quarantine/restore commands): creates/updates evidence outputs under a local folder (e.g. .skillgate/ or the specified output path) may quarantine a skill by moving/marking files within the target directory you pass in It does not require secrets (no tokens/keys) and does not modify system-wide settings.

OpenClaw Plugin Commands

Once loaded as an OpenClaw plugin, these slash commands become available: # scan all skills for risks (default: HIGH+) /gov scan # scan with all findings including LOW/INFO /gov scan --all # quarantine a specific skill /gov quarantine <skillKey> # restore a quarantined skill /gov restore <skillKey> # explain why a skill was flagged /gov explain <skillKey> # show governance status /gov status

Risk Levels

LevelAuto ActionDescriptionCRITICALQuarantineShell injection, supply-chain attacksHIGHDisableDangerous patterns, external downloadsMEDIUMWarnRisky but not immediately dangerousLOW/INFOLogInformational only

Local Development (optional)

If you prefer a local dependency instead of npx: npm i -D @skillgate/openclaw-skillgate@0.1.3 npx gov_scan .

Notes

Use this as the standard operating procedure for Skill supply-chain reviews.

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
1 Docs
  • SKILL.md Primary doc