← 返回 Skills 市场
104
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaobai-evr-framework
功能描述
EVR Framework — Execute-Verify-Report. Force AI to actually DO, then VERIFY, then REPORT. Stop fake completions and silent failures. Use when user mentions '...
安全使用建议
This SKILL.md is coherent with its stated purpose and acts like a policy for performing real actions and verifying them. But it explicitly tells agents to run shell commands, write/read files, interact with system services, and store verification evidence — operations that can touch secrets or sensitive files. Before installing or enabling: 1) ensure you trust the agent runtime and its access level (filesystem, network, credentials); 2) restrict or review which commands, paths, and APIs the agent is allowed to use; 3) decide whether verification evidence should be saved to persistent memory and sanitize any stored outputs; 4) consider adding explicit boundaries (allowed paths, disallowed commands, required confirmations) so the agent cannot perform high-privilege changes without explicit user approval.
功能分析
Type: OpenClaw Skill
Name: xiaobai-evr-framework
Version: 1.1.0
The xiaobai-evr-framework skill bundle is a set of meta-instructions designed to improve agent reliability by enforcing an 'Execute-Verify-Report' protocol. It instructs the AI to verify its actions using standard system utilities (e.g., ls, grep, git, systemctl) and provide evidence of completion rather than just claiming success. No malicious payloads, data exfiltration attempts, or harmful prompt injections were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (Execute→Verify→Report) align with the SKILL.md: it explicitly tells agents to perform side-effecting actions and verify them. However the skill does not declare required binaries, tools, or credentials even though examples reference system tools (systemctl, git, gh, openclaw) and APIs — a mild mismatch in declared requirements versus the real capabilities it expects.
Instruction Scope
SKILL.md instructs the agent to run shell commands, write and read files (e.g., /app/config.json), create cron jobs, call message APIs, check systemd, run git pushes, and save verification evidence to memory/work rules. Those are broad, high-privilege operations and the guidance gives the agent wide discretion (arbitrary paths, arbitrary commands, retries, persistent logging). This scope can access sensitive files/credentials and could lead to unintended writes or exfiltration if not constrained.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by an installer.
Credentials
The skill requires no declared env vars or credentials, but many example actions (API calls, git push, message sending, checking services) implicitly need credentials or access to system resources. The absence of declared env/credentials is not itself malicious, but it means the agent will use whatever credentials are available in its environment, which could be sensitive.
Persistence & Privilege
always:false and user-invocable:true — appropriate. The skill encourages saving verification evidence to memory and to a WORK_RULES.md, which is a form of persistence; this is expected but means verification outputs (which might include sensitive snippets) could be stored. The skill does not declare modifying other skills or system-wide configs, but it does instruct writing files and updating memory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xiaobai-evr-framework - 安装完成后,直接呼叫该 Skill 的名称或使用
/xiaobai-evr-framework触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1: Trigger phrases, real examples, verification commands
元数据
常见问题
EVR Framework 是什么?
EVR Framework — Execute-Verify-Report. Force AI to actually DO, then VERIFY, then REPORT. Stop fake completions and silent failures. Use when user mentions '... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 104 次。
如何安装 EVR Framework?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaobai-evr-framework」即可一键安装,无需额外配置。
EVR Framework 是免费的吗?
是的,EVR Framework 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
EVR Framework 支持哪些平台?
EVR Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 EVR Framework?
由 Erwin(@aptratcn)开发并维护,当前版本 v1.1.0。
推荐 Skills