← 返回 Skills 市场
Vigil
作者
RobinOppenstam
· GitHub ↗
· v0.1.1
1040
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vigil
功能描述
AI agent safety guardrails for tool calls. Use when (1) you want to validate agent tool calls before execution, (2) building agents that run shell commands, file operations, or API calls, (3) adding a safety layer to any MCP server or agent framework, (4) auditing what your agents are doing. Catches destructive commands, SSRF, SQL injection, path traversal, data exfiltration, prompt injection, and credential leaks. Zero dependencies, under 2ms.
安全使用建议
This skill is internally consistent: it provides a small wrapper that calls an npm safety library to evaluate agent tool calls. Before installing or running it, review the vigil-agent-safety package and its GitHub repository (maintainers, recent commits, published code) because the runtime behavior depends entirely on that third‑party package. Pin a specific version, inspect its source code, and install in a sandboxed environment if possible. Note the registry metadata at the top of the skill listing lacked a source/homepage while SKILL.md and _meta.json reference hexitlabs — verify that the npm package and repository URLs match and are legitimate. If you cannot audit the package, avoid installing it on sensitive systems.
功能分析
Type: OpenClaw Skill
Name: vigil
Version: 0.1.1
This skill bundle is designed to provide AI agent safety guardrails, detecting and blocking potentially malicious actions such as destructive commands, data exfiltration, SSRF, and prompt injection. The `SKILL.md` clearly documents its purpose and functionality, and the `scripts/vigil-check.js` wrapper simply integrates the `vigil-agent-safety` npm package to validate agent tool calls. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection against the OpenClaw agent within the provided files; instead, the skill actively aims to prevent such behaviors.
能力评估
Purpose & Capability
Name/description match the actual contents: a small CLI wrapper and instructions that call the npm package vigil-agent-safety to evaluate agent tool calls. The dependency on an npm safety library is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs the user to install and use the vigil-agent-safety npm package and shows example usage. The included script only parses args and forwards them to checkAction; it does not read unrelated system files or environment variables. Note: the skill requires the external package to be installed for runtime behavior—if missing the wrapper will error out.
Install Mechanism
No automated install spec is provided; SKILL.md asks you to run npm install for a public npm package. Using a public npm package is a moderate supply-chain risk (expected here), so review the package and its GitHub repo before installing. The install is not via an opaque URL or archive.
Credentials
The skill requests no environment variables, credentials, or config paths. The wrapper and documentation do not reference secrets or unrelated credentials.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent presence or modify other skills' configs. It does not attempt to persist credentials or change system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vigil - 安装完成后,直接呼叫该 Skill 的名称或使用
/vigil触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Fix: clarify npm dependency requirement, fix script reference (.sh → .js), add source/homepage metadata. Addresses ClawdHub security review.
v0.1.0
Initial release: 22 rules, zero deps, under 2ms agent safety guardrails for AI tool calls
元数据
常见问题
Vigil 是什么?
AI agent safety guardrails for tool calls. Use when (1) you want to validate agent tool calls before execution, (2) building agents that run shell commands, file operations, or API calls, (3) adding a safety layer to any MCP server or agent framework, (4) auditing what your agents are doing. Catches destructive commands, SSRF, SQL injection, path traversal, data exfiltration, prompt injection, and credential leaks. Zero dependencies, under 2ms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1040 次。
如何安装 Vigil?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vigil」即可一键安装,无需额外配置。
Vigil 是免费的吗?
是的,Vigil 完全免费(开源免费),可自由下载、安装和使用。
Vigil 支持哪些平台?
Vigil 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vigil?
由 RobinOppenstam(@robinoppenstam)开发并维护,当前版本 v0.1.1。
推荐 Skills