A structured Read-Plan-Execute-Verify-Report protocol that ensures AI agents never report success without verified evidence.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-loop
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install agent-loop using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Agent Loop is a foundational protocol designed to bring industrial-grade reliability to AI coding agents and automated workflows. By enforcing a strict lifecycle of analysis and verification, it eliminates common agent failures such as blind retries, scope creep, and the dreaded hallucinated success. This skill transforms the agent from a reactive chat interface into a systematic engineer that provides hard evidence for every action taken.
Integrating this protocol into your Openclaw Skills library ensures that every file modification and shell command is preceded by a mandatory read phase and followed by a rigorous verification check. This systematic approach is critical for maintaining code integrity and ensuring that complex multi-step operations are executed exactly as planned without unintended side effects.
To deploy Agent Loop within your environment, ensure your agent has access to the standard memory directory for task tracking. Use the following commands to initialize the required persistent state files for Openclaw Skills:
mkdir -p memory
touch memory/tasks.md
Ensure that the agent's system prompt is configured to recognize the Agent Loop phases and that it has permission to call the agent-task-tracker and agent-step-sequencer for complex workflows.
Agent Loop organizes its operational data using a combination of markdown-based tracking and state sequencers. This ensures high visibility into the agent's thought process.
| Data Component | Format | Purpose |
|---|---|---|
| Task Plan | Numbered List | Defines the sequence of operations in memory/tasks.md |
| Progress Log | Sequential Updates | Records the completion or failure of each step |
| Verification Log | Evidence Table | Pairs actions with specific proof of success (e.g., exit codes, grep results) |
| Error Recovery | Root-Cause Analysis | Documents the failure reason before allowing an approach change |
Loading
A local, 7-layer security shield that scans AI agent instructions for malicious injections and exploits before they reach your model.

A comprehensive automated workflow to download daily news broadcasts, refine subtitles with AI, and host them on a local streaming server.

A high-performance AI player skill for MOPO Texas Hold'em using ABC strategy baselines and real-time state management.

An AI-powered project management assistant that automates planning, risk assessment, and performance tracking using professional PMP methodologies.

A professional Enterprise WeChat integration service providing message event callbacks and secure session content archiving for enterprise compliance.

Video Pro is a professional AI video generation solution that transforms text scripts into high-quality short videos using batch processing and diverse templates.








































