A robust, modular verification system for OpenClaw.
The LoR system forces the agent into a 5-step diagnostic process, ensuring high-quality outputs for complex tasks and preventing hallucinations through automated verification. It implements a Chain of Thought (CoT) paradigm to enhance agent reliability.
lor-skill/
├── engine/ # Verification Logic (Modular)
├── tests/ # Automated Verification Tests
├── scripts/ # Installation & Lifecycle Hooks
└── package.json # Node.js dependencies
- Clone this repository into your
skills/directory:git clone https://github.com/lumi77-mac/lor-skill.git
- Run the setup script:
./scripts/setup.sh
@[AgentName] /lor [task] to trigger the verification loop.
- Raw Reply: Initial model output.
- Plan Verifications: Decomposition & Tool Planning.
- Execute Verification: Forced Tool Execution (with safety checks).
- Checking Results: Validation loop (max 3 retries).
- Final Result: Concise summary output.
Chain of Thought, CoT, Verification, Resilience, Reliability, Automation, Agent Diagnostic