# Send Gatewaystack 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. 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.
```
### 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gatewaystack-governance",
    "name": "Gatewaystack Governance",
    "source": "tencent",
    "type": "skill",
    "category": "安全合规",
    "sourceUrl": "https://clawhub.ai/davidcrowe/gatewaystack-governance",
    "canonicalUrl": "https://clawhub.ai/davidcrowe/gatewaystack-governance",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/gatewaystack-governance",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gatewaystack-governance",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "openclaw.plugin.json",
      "package.json",
      "policy.example.json",
      "references/attack-patterns.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "gatewaystack-governance",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:05:52.816Z",
      "expiresAt": "2026-05-06T07:05:52.816Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gatewaystack-governance",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gatewaystack-governance",
        "contentDisposition": "attachment; filename=\"gatewaystack-governance-0.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "gatewaystack-governance"
      },
      "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/gatewaystack-governance"
    },
    "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/gatewaystack-governance",
    "downloadUrl": "https://openagent3.xyz/downloads/gatewaystack-governance",
    "agentUrl": "https://openagent3.xyz/skills/gatewaystack-governance/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gatewaystack-governance/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gatewaystack-governance/agent.md"
  }
}
```
## Documentation

### GatewayStack Governance

Deny-by-default governance for every tool call in OpenClaw.

Five core checks run automatically on every invocation:

Identity — maps the agent to a policy role. Unknown agents are denied.
Scope — deny-by-default tool allowlist. Unlisted tools are blocked.
Rate limiting — per-user and per-session sliding window limits.
Injection detection — 40+ patterns from Cisco, Snyk, and Kaspersky research.
Audit logging — every decision recorded to append-only JSONL.

Three opt-in features extend governance further:

Output DLP — scans tool output for PII using @gatewaystack/transformabl-core. Log or redact.
Escalation — human-in-the-loop review for medium-severity detections and first-time tool use.
Behavioral monitoring — detects anomalous tool usage patterns using @gatewaystack/limitabl-core.

### Install

openclaw plugins install @gatewaystack/gatewaystack-governance

One command. Zero config. The core 5 checks are active on every tool call immediately.

The plugin hooks into before_tool_call at the process level — the agent can't bypass it, skip it, or talk its way around it.

### Customize

To override the defaults, create a policy file:

cp ~/.openclaw/plugins/gatewaystack-governance/policy.example.json \\
   ~/.openclaw/plugins/gatewaystack-governance/policy.json

Configure which tools are allowed, who can use them, rate limits, injection detection sensitivity, and the three optional features (DLP, escalation, behavioral monitoring — all disabled by default).

### Optional GatewayStack packages

The opt-in features use GatewayStack packages via lazy import. Install only what you need:

npm install @gatewaystack/transformabl-core   # for output DLP
npm install @gatewaystack/limitabl-core       # for behavioral monitoring

The core 5 checks have zero external dependencies and work without these packages.

### Links

GitHub — source, docs, getting started guide
npm — package registry
MIT licensed
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: davidcrowe
- Version: 0.2.0
## 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-29T07:05:52.816Z
- Expires at: 2026-05-06T07:05:52.816Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/gatewaystack-governance)
- [Send to Agent page](https://openagent3.xyz/skills/gatewaystack-governance/agent)
- [JSON manifest](https://openagent3.xyz/skills/gatewaystack-governance/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/gatewaystack-governance/agent.md)
- [Download page](https://openagent3.xyz/downloads/gatewaystack-governance)