Reliability Evidence Pack
Skill by christineopenclaw
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/christineopenclaw/reliability-evidence-packWhat This Skill Does
The Reliability Evidence Pack (REP) by christineopenclaw is a robust, modular framework designed to bring enterprise-grade observability to OpenClaw AI agents. It functions as a runtime auditing engine, recording critical operational events, decisions, and system health metrics into structured, schema-validated artifacts. By maintaining a verifiable history of agent behavior—ranging from heartbeat signals to complex memory reconstruction audits—REP ensures that agents remain compliant, transparent, and debuggable in production environments. It bridges the gap between agent execution and system reliability, allowing teams to treat AI output as high-fidelity data.
Installation
You can install the Reliability Evidence Pack directly via the OpenClaw skill registry using the following command:
clawhub install openclaw/skills/skills/christineopenclaw/reliability-evidence-pack
For local development, you can clone the repository to your project directory. Ensure you have Node.js (v16+) installed to run the scripts. For automated environments, the skill provides a CLI tool and a ready-to-use GitHub Action for CI/CD integration, ensuring every deployment undergoes rigorous artifact validation.
Use Cases
- Automated Compliance: Generate immutable logs for agents handling sensitive data to satisfy internal audits.
- Production Debugging: Use memory reconstruction audits to trace why an agent rejected a specific decision during a complex task execution.
- Reliability Monitoring: Use the heartbeat cron and near-miss tracking to identify performance bottlenecks or recurrent logic errors before they escalate into agent failure.
- CI/CD Integration: Automatically validate agent-generated artifacts against JSON schemas during your build process to ensure your agent meets predefined operational quality standards.
Example Prompts
- "Initialize a new Reliability Evidence Pack for my customer support agent project and set the artifacts path to ./logs."
- "Validate all artifacts in the current directory and generate a summary report of any rejected decisions or near-miss events from the last 24 hours."
- "Run a manual performance baseline check to ensure the agent is meeting its response time SLAs before I initiate the next batch of tasks."
Tips & Limitations
- Performance Overhead: Because REP writes structured logs to the file system, ensure your
REP_ARTIFACTS_PATHis on an efficient drive if your agent handles high-frequency tasks. - Strict Validation: Use the
--strictflag with the validation engine in production to catch malformed artifacts early. - Cron Sensitivity: When setting up heartbeat cron jobs, ensure file permissions are correctly configured so the agent process can write to the log files without interruption.
- Limitation: This skill focuses on logging and validation; it does not perform automated remediation of the issues it detects, though it provides the data necessary for external monitoring tools to trigger alerts.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-christineopenclaw-reliability-evidence-pack": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution