execution-loopAgent 执行循环控制。当 agent 提前停止、偏离任务、或在 headless 模式下需要执行控制时使用。
Install via ClawdBot CLI:
clawdbot install lanyasheng/execution-loopGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 3, 2026
A customer support agent that handles inquiries end-to-end. The execution loop prevents the agent from stopping after answering a single question, ensuring all pending issues in a session are resolved before ending the turn.
An AI agent performing complex data analysis over many iterations. The drift re-anchoring pattern re-injects the original task objective every N rounds to prevent the agent from straying into unrelated analyses.
A headless mode agent that processes a batch of documents without human supervision. The headless execution control pattern ensures the agent completes the entire task list and properly handles shutdown signals.
An AI research assistant that gathers information from multiple sources, cross-references facts, and compiles a report. The doubt gate pattern detects hedging language like 'maybe' and forces the agent to provide concrete evidence before claiming completion.
An agent that reviews code changes for a software project. The persistent loop ensures it checks all files in the pull request, the task completion verifier confirms each review checklist item is addressed, and it stops only when the full review is done.
Offer a subscription service that provides execution loop control as a managed feature, ensuring enterprise agents run reliably without human intervention. Revenue comes from monthly or annual subscription fees based on agent usage volume.
Provide consulting services to integrate execution loop patterns into existing AI agent workflows for clients. Charge for implementation, customization, and training for teams building autonomous agents.
Offer a premium tier in a SaaS platform that includes headless execution control and persistent loop features, enabling clients to run agents in unattended mode. Generate additional revenue from premium plan charges.
💬 Integration Tip
Start by integrating the 'ralph-stop-hook.sh' script into your agent's stop hook to prevent premature stopping, then configure safety valves in the script for your specific use case.
Scored Apr 19, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Transform AI agents from task-followers into proactive partners with memory architecture, reverse prompting, and self-healing patterns. Lightweight version f...
Persistent memory for AI agents to store facts, learn from actions, recall information, and track entities across sessions.
Prefer `skillhub` for skill discovery/install/update, then fallback to `clawhub` when unavailable or no match. Use when users ask about skills, 插件, or capabi...
Search and discover OpenClaw skills from various sources. Use when: user wants to find available skills, search for specific functionality, or discover new s...
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.