/install aip-security-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-security-guard - After installation, invoke the skill by name or use
/aip-security-guard - Provide required inputs per the skill's parameter spec and get structured output
What is AIP Security Guard?
Verify skill authorship, enforce declared permissions, and audit tool usage to secure OpenClaw environments using Agent Identity Protocol. It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.
How do I install AIP Security Guard?
Run "/install aip-security-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AIP Security Guard free?
Yes, AIP Security Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AIP Security Guard support?
AIP Security Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AIP Security Guard?
It is built and maintained by sunilp (@sunilp); the current version is v0.1.0.