thu-nmrcthu-nmrcCommunity·1 Agent Skills Included

OpenHarness

Reliable 24/7 autonomous task execution with breakpoint recovery

Runs long-term unattended tasks on a schedule with automatic workspace setup, cron configuration, and instant first execution. Eliminates infinite loops, lost context, and premature completion through breakpoint recovery, circuit breakers, and external validation. Keeps agents reliable over weeks with three-layer memory, log cleanup, and offline knowledge consolidation.
npx skills add thu-nmrc/OpenHarness --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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