Overview
- Skill Key
- davidcrowe/gatewaystack-governance
- Author
- davidcrowe
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/davidcrowe/gatewaystack-governance
- Latest Commit SHA
- 2b3bb8efeebeb31f3c0b09b82d5ab73ac3cc4108
Deny-by-default governance for every tool call — identity, scope, rate limiting, injection detection, audit logging, plus opt-in output DLP, escalation, and behavioral monitoring. Hooks into OpenClaw at the process level so the agent can't bypass it.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 gatewaystack-governance 技能。 若已安装,则直接安装 gatewaystack-governance 技能。
# GatewayStack Governance Deny-by-default governance for every tool call in OpenClaw. Five core checks run automatically on every invocation: 1. **Identity** — maps the agent to a policy role. Unknown agents are denied. 2. **Scope** — deny-by-default tool allowlist. Unlisted tools are blocked. 3. **Rate limiting** — per-user and per-session sliding window limits. 4. **Injection detection** — 40+ patterns from Cisco, Snyk, and Kaspersky research. 5. **Audit logging** — every decision recorded to append-only JSONL. Three opt-in features extend governance further: 6. **Output DLP** — scans tool output for PII using `@gatewaystack/transformabl-core`. Log or redact. 7. **Escalation** — human-in-the-loop review for medium-severity detections and first-time tool use. 8. **Behavioral monitoring** — detects anomalous tool usage patterns using `@gatewaystack/limitabl-core`. ## Install ```bash 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: ```bash 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: ```bash 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](https://github.com/davidcro...
<p align="center"> <img src="OpenClaw-GatewayStack-Governance.png" alt="OpenClaw GatewayStack Governance" width="800" /> </p> # GatewayStack Governance for OpenClaw [](https://www.npmjs.com/package/@gatewaystack/gatewaystack-governance) [](https://github.com/davidcrowe/openclaw-gatewaystack-governance/actions/workflows/ci.yml) [](LICENSE) OpenClaw gives your AI agents real power — they can read files, write code, execute commands, search the web, and call external APIs. **But there's nothing standing between an agent and a dangerous tool call.** No identity checks. No rate limits. No audit trail. If a malicious skill or a prompt injection tells your agent to exfiltrate your SSH keys, it just... does it. **This plugin fixes that.** It hooks into OpenClaw at the process level and enforces five governance checks on **every** tool call before it executes. Your agent can't bypass it, skip it, or talk its way around it. > **New to OpenClaw?** [OpenClaw](https://github.com/openclaw/openclaw) is an open-source framework for building personal AI agents that use tools — file access, shell commands, web search, and more. Tools are powerful, which is exactly why they need governance. **Install with one command.** Zero config. Immediate security, governance, and peace of mind for every tool call. ```bash openclaw plugins install @gatewaystack/gatewaystack-governance ``` **Contents** [The threat is real](#the-threat-is-real) · [Why skills aren't enough](#why-skills-arent-enough) · [How it protects you](#how-it-protects-you) · [See it block an attack](#see-it-block-an-attack) · [Get started](#get-started) · [Configure your policy](#configure-your-policy) ## The threat is real These aren't hypotheticals. Published...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.