OpenHarness
Reliable 24/7 autonomous task execution with breakpoint recovery
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install OpenHarness?▼
Run `npx skills add thu-nmrc/OpenHarness --all -g -y` in your terminal to install the framework globally.
What problem does OpenHarness solve?▼
It prevents autonomous agents from losing progress, looping forever, or falsely claiming tasks are done by enforcing contracts, breakpoint recovery, and external validation.
How do I start a long-running task with OpenHarness?▼
Just describe your task in one sentence, and the agent automatically creates the workspace, writes the mission contract, sets up cron scheduling, and starts executing immediately.
Does OpenHarness work with OpenClaw?▼
Yes. It is built for OpenClaw and follows the standard SKILL.md format, so the agent recognizes and triggers it automatically.
How does OpenHarness handle agent failures?▼
A built-in circuit breaker blocks execution after repeated failures, stuck sessions auto-recover, and an external validation script audits every run before marking progress.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core