An advanced orchestration framework for agents to execute multi-step planning and building loops with full TTY support for interactive coding tools.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ralph-loop-agent
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 ralph-loop-agent using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ralph Loop is a specialized technical workflow designed to empower agents within the ecosystem of Openclaw Skills. It implements a structured Ralph playbook flow that separates software development into distinct Planning and Building phases. This ensures that agents do not jump into implementation without a verified architectural strategy.
By utilizing the exec and process tools with PTY support, this skill allows agents to manage interactive CLIs like Claude Code, OpenCode, and Codex without terminal hanging issues. It provides a robust framework for context persistence across iterations using local markdown files, making it a cornerstone for reliable autonomous development when using Openclaw Skills.
To utilize Ralph Loop within your environment, ensure your agent has access to the exec and process tools. Configure your coding agents (like OpenCode or Claude Code) and prepare the project directory.
# The agent typically initiates the loop using a command pattern like:
opencode run --model <MODEL_NAME> "$(cat PROMPT.md)"
Ensure PROMPT.md and AGENTS.md are present in the root directory to provide the necessary context for the Openclaw Skills execution loop.
The Ralph Loop skill relies on a specific file-based metadata taxonomy to maintain state across agent iterations:
| File | Role | Description |
|---|---|---|
| PROMPT.md | Context | Primary instructions and references for the current iteration. |
| AGENTS.md | Knowledge | Contains test commands, build instructions, and operational learnings. |
| specs/*.md | Requirements | Technical specifications for individual focus topics or features. |
| IMPLEMENTATION_PLAN.md | State | The source of truth for task progress and the completion sentinel. |
Loading
A lightweight bash-based interface for managing Google Tasks lists, items, and due dates via the REST API.

An AI-driven automated information collection and management system for building custom content platforms.

An API-first email platform that provides AI agents with programmatic inboxes, real-time webhooks, and high-volume sending capabilities.

A streamlined CLI toolkit for camoufox and agent-browser designed to simplify anti-detection web automation and high-performance data scraping.

A sophisticated AI-driven tool for generating professional illustrations, storyboards, and editorial art through structured command-line workflows.

Automate Slack interactions including messaging, screen sharing, and status updates directly through browser or desktop app automation.








































