{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gatewaystack-governance",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gatewaystack-governance",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "openclaw.plugin.json",
      "package.json",
      "policy.example.json",
      "references/attack-patterns.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/gatewaystack-governance",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "GatewayStack Governance",
        "body": "Deny-by-default governance for every tool call in OpenClaw.\n\nFive core checks run automatically on every invocation:\n\nIdentity — maps the agent to a policy role. Unknown agents are denied.\nScope — deny-by-default tool allowlist. Unlisted tools are blocked.\nRate limiting — per-user and per-session sliding window limits.\nInjection detection — 40+ patterns from Cisco, Snyk, and Kaspersky research.\nAudit logging — every decision recorded to append-only JSONL.\n\nThree opt-in features extend governance further:\n\nOutput DLP — scans tool output for PII using @gatewaystack/transformabl-core. Log or redact.\nEscalation — human-in-the-loop review for medium-severity detections and first-time tool use.\nBehavioral monitoring — detects anomalous tool usage patterns using @gatewaystack/limitabl-core."
      },
      {
        "title": "Install",
        "body": "openclaw plugins install @gatewaystack/gatewaystack-governance\n\nOne command. Zero config. The core 5 checks are active on every tool call immediately.\n\nThe plugin hooks into before_tool_call at the process level — the agent can't bypass it, skip it, or talk its way around it."
      },
      {
        "title": "Customize",
        "body": "To override the defaults, create a policy file:\n\ncp ~/.openclaw/plugins/gatewaystack-governance/policy.example.json \\\n   ~/.openclaw/plugins/gatewaystack-governance/policy.json\n\nConfigure 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)."
      },
      {
        "title": "Optional GatewayStack packages",
        "body": "The opt-in features use GatewayStack packages via lazy import. Install only what you need:\n\nnpm install @gatewaystack/transformabl-core   # for output DLP\nnpm install @gatewaystack/limitabl-core       # for behavioral monitoring\n\nThe core 5 checks have zero external dependencies and work without these packages."
      },
      {
        "title": "Links",
        "body": "GitHub — source, docs, getting started guide\nnpm — package registry\nMIT licensed"
      }
    ],
    "body": "GatewayStack Governance\n\nDeny-by-default governance for every tool call in OpenClaw.\n\nFive core checks run automatically on every invocation:\n\nIdentity — maps the agent to a policy role. Unknown agents are denied.\nScope — deny-by-default tool allowlist. Unlisted tools are blocked.\nRate limiting — per-user and per-session sliding window limits.\nInjection detection — 40+ patterns from Cisco, Snyk, and Kaspersky research.\nAudit logging — every decision recorded to append-only JSONL.\n\nThree opt-in features extend governance further:\n\nOutput DLP — scans tool output for PII using @gatewaystack/transformabl-core. Log or redact.\nEscalation — human-in-the-loop review for medium-severity detections and first-time tool use.\nBehavioral monitoring — detects anomalous tool usage patterns using @gatewaystack/limitabl-core.\nInstall\nopenclaw plugins install @gatewaystack/gatewaystack-governance\n\n\nOne command. Zero config. The core 5 checks are active on every tool call immediately.\n\nThe plugin hooks into before_tool_call at the process level — the agent can't bypass it, skip it, or talk its way around it.\n\nCustomize\n\nTo override the defaults, create a policy file:\n\ncp ~/.openclaw/plugins/gatewaystack-governance/policy.example.json \\\n   ~/.openclaw/plugins/gatewaystack-governance/policy.json\n\n\nConfigure 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).\n\nOptional GatewayStack packages\n\nThe opt-in features use GatewayStack packages via lazy import. Install only what you need:\n\nnpm install @gatewaystack/transformabl-core   # for output DLP\nnpm install @gatewaystack/limitabl-core       # for behavioral monitoring\n\n\nThe core 5 checks have zero external dependencies and work without these packages.\n\nLinks\nGitHub — source, docs, getting started guide\nnpm — package registry\nMIT licensed"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/davidcrowe/gatewaystack-governance",
    "publisherUrl": "https://clawhub.ai/davidcrowe/gatewaystack-governance",
    "owner": "davidcrowe",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}