# Send SkillGate Governance to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "skillgate-gov",
    "name": "SkillGate Governance",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/liyecom/skillgate-gov",
    "canonicalUrl": "https://clawhub.ai/liyecom/skillgate-gov",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/skillgate-gov",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillgate-gov",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "skillgate-gov",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T17:25:07.004Z",
      "expiresAt": "2026-05-06T17:25:07.004Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillgate-gov",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=skillgate-gov",
        "contentDisposition": "attachment; filename=\"skillgate-gov-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "skillgate-gov"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/skillgate-gov"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/skillgate-gov",
    "downloadUrl": "https://openagent3.xyz/downloads/skillgate-gov",
    "agentUrl": "https://openagent3.xyz/skills/skillgate-gov/agent",
    "manifestUrl": "https://openagent3.xyz/skills/skillgate-gov/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/skillgate-gov/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: liyecom
- Version: 0.1.2
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T17:25:07.004Z
- Expires at: 2026-05-06T17:25:07.004Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/skillgate-gov)
- [Send to Agent page](https://openagent3.xyz/skills/skillgate-gov/agent)
- [JSON manifest](https://openagent3.xyz/skills/skillgate-gov/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/skillgate-gov/agent.md)
- [Download page](https://openagent3.xyz/downloads/skillgate-gov)