/install aip-agent-guard
AIP Security Guard
Verify skill authors, enforce capability manifests, and audit tool calls. Adds identity and access control to your OpenClaw setup.
Setup
npm install -g aip-openclaw
Commands
- "verify skill [name]" -- check signature and manifest of an installed skill
- "show audit log" -- display recent tool call audit trail
- "security status" -- show which skills are signed, unsigned, or blocked
- "trust author [key]" -- add an author to your local trust list
How It Works
AIP Security Guard uses the Agent Identity Protocol (AIP) to verify skill authors via Ed25519 signatures and enforce capability manifests that declare what each skill is allowed to do.
Each skill can optionally include:
.aip-signature-- signed envelope proving the skill hasn't been tampered withaip-manifest.toml-- declaration of allowed MCP tools, network access, file access, shell, budget
The guard runs outside OpenClaw's trust boundary. All decisions are logged to an audit trail.
Links
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aip-agent-guard - After installation, invoke the skill by name or use
/aip-agent-guard - Provide required inputs per the skill's parameter spec and get structured output
What is AIP Agent Guard?
Verify skill authorship, enforce capability manifests, and audit tool usage to secure and control your OpenClaw skills with identity and access management. It is an AI Agent Skill for Claude Code / OpenClaw, with 61 downloads so far.
How do I install AIP Agent Guard?
Run "/install aip-agent-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIP Agent Guard free?
Yes, AIP Agent Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AIP Agent Guard support?
AIP Agent Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIP Agent Guard?
It is built and maintained by sunilp (@sunilp); the current version is v0.1.0.