← 返回 Skills 市场
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install runtime-verifier
功能描述
Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests.
安全使用建议
This skill is coherent with its stated purpose but is intentionally high-level and grants the agent broad ability to run processes and interact with systems. Before installing or using it: (1) require a clear, pre-authorized verification plan that lists exact commands, files, ports, and endpoints the agent may use; (2) run verifications in an isolated sandbox/container or test environment to avoid exposing secrets or production data; (3) avoid providing long-lived credentials — use ephemeral or scoped credentials if external services are needed; (4) ask the skill author to declare required binaries and any expected environment variables; and (5) consider adding explicit guardrails in the prompt or platform (no network access, no reading of ~/ or /etc, etc.) to limit accidental access to sensitive data.
功能分析
Type: OpenClaw Skill
Name: runtime-verifier
Version: 1.0.0
The runtime-verifier skill bundle provides instructions for an AI agent to verify software changes by executing them in a live environment. The workflow described in SKILL.md and agents/openai.yaml is consistent with its stated purpose of runtime verification, including planning, execution, and cleanup. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Name/description align with the instructions (actually running apps/CLIs to verify changes). However, the skill declares no required binaries or environment details even though runtime verification typically requires specific tools, commands, or startup scripts — a modest mismatch in declared requirements versus expected capabilities.
Instruction Scope
SKILL.md tells the agent to 'start the needed app, server, or CLI environment' and to 'execute the runtime checks' but is intentionally vague about what commands to run, what files or env vars to read, and what external endpoints to contact. That open-ended guidance grants broad discretion and could lead the agent to access sensitive files/credentials or make network calls unless constrained by the operator or platform sandboxing.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself, which minimizes installation risk.
Credentials
The skill requests no environment variables or credentials, which is appropriate on its face. However, because the runtime instructions may require invoking local tools or reading env/configuration in practice, the lack of declared dependencies or guidance about permitted secrets is noteworthy.
Persistence & Privilege
Skill is not marked always:true and does not request persistent presence or system-wide configuration changes. Autonomous invocation is allowed (platform default) but not accompanied by other privilege escalations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install runtime-verifier - 安装完成后,直接呼叫该 Skill 的名称或使用
/runtime-verifier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial extraction from local Claude Code source
元数据
常见问题
Runtime Verifier 是什么?
Use when a code change must be verified by actually running the app, endpoint, or CLI flow instead of relying only on unit tests. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。
如何安装 Runtime Verifier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install runtime-verifier」即可一键安装,无需额外配置。
Runtime Verifier 是免费的吗?
是的,Runtime Verifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Runtime Verifier 支持哪些平台?
Runtime Verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Runtime Verifier?
由 wimi321(@wimi321)开发并维护,当前版本 v1.0.0。
推荐 Skills