← Back to Skills Marketplace
104
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaobai-evr-framework
Description
EVR Framework — Execute-Verify-Report. Force AI to actually DO, then VERIFY, then REPORT. Stop fake completions and silent failures. Use when user mentions '...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xiaobai-evr-framework - After installation, invoke the skill by name or use
/xiaobai-evr-framework - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1: Trigger phrases, real examples, verification commands
Metadata
Frequently Asked Questions
What is 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 '... It is an AI Agent Skill for Claude Code / OpenClaw, with 104 downloads so far.
How do I install EVR Framework?
Run "/install xiaobai-evr-framework" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is EVR Framework free?
Yes, EVR Framework is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does EVR Framework support?
EVR Framework is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created EVR Framework?
It is built and maintained by Erwin (@aptratcn); the current version is v1.1.0.
More Skills