/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aip-security-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/aip-security-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AIP Security Guard 是什么?
Verify skill authorship, enforce declared permissions, and audit tool usage to secure OpenClaw environments using Agent Identity Protocol. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 AIP Security Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aip-security-guard」即可一键安装,无需额外配置。
AIP Security Guard 是免费的吗?
是的,AIP Security Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AIP Security Guard 支持哪些平台?
AIP Security Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AIP Security Guard?
由 sunilp(@sunilp)开发并维护,当前版本 v0.1.0。