Overview
- Skill Key
- addozhang/ralph-loop-agent
- Author
- OpenClaw Community
- Source Repo
- openclaw/skills
- Version
- 1.1.0
- Source Path
- skills/addozhang/ralph-loop-agent
- Latest Commit SHA
- ebf1f043badbbd5b75eac0f02e7da7487fb8a775
Guide OpenClaw agents to execute Ralph Wiggum loops using exec and process tools. Agent orchestrates coding agents (Codex, Claude Code, OpenCode, Goose) with proper TTY support via pty:true. Plans/builds code via PROMPT.md + AGENTS.md, SPECS and IMPLEMENTATION_PLAN.md. Includes PLANNING vs BUILDING modes, backpressure, sandboxing, and completion conditions. Users request loops, agents execute using tools.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 ralph-loop 技能。 若已安装,则直接安装 ralph-loop 技能。
# Ralph Loop ## Overview This skill guides **OpenClaw agents** to execute Ralph Loop workflows using the `exec` and `process` tools. The agent orchestrates AI coding agent sessions following the Ralph playbook flow: 1) **Define Requirements** → JTBD → Focus Topics → `specs/*.md` 2) **PLANNING Loop** → Create/update `IMPLEMENTATION_PLAN.md` (do not implement) 3) **BUILDING Loop** → Implement tasks, run tests (backpressure), update plan, commit The loop persists context via `PROMPT.md` + `AGENTS.md` (loaded each iteration) and the plan/specs on disk. ## How This Skill Works This skill generates instructions for **OpenClaw agents** to execute Ralph Loops using the `exec` and `process` tools. - The agent calls `exec` tool with the coding agent command - Uses `pty: true` to provide TTY for interactive CLIs - Uses `background: true` for monitoring capabilities - Uses `process` tool to monitor progress and detect completion **Important**: Users don't run these scripts directly - the OpenClaw agent executes them using its tool capabilities. --- ## TTY Requirements Some coding agents **require a real terminal (TTY)** to work properly, or they will hang: **Interactive CLIs (need TTY)**: - OpenCode, Codex, Claude Code, Pi, Goose **Non-interactive CLIs (file-based)**: - aider, custom scripts **Solution**: Use **exec + process mode** for interactive CLIs, simple loops for file-based tools. --- ## Agent Tool Usage Patterns ### Interactive CLIs (Recommended Pattern) For OpenCode, Codex, Claude Code, Pi, and Goose - these require TTY support: **When I (the agent) receive a Ralph Loop request, I will:** 1. **Use exec tool** to launch the coding agent: ``` exec tool with parameters: - command: "opencode run --model <MODEL> \"$(cat PROMPT.md)\"" - workdir: <project_path> - background: true - pty: true - yieldMs: 60000 - timeout: 3600 ``` 2. **Capture session ID** from exec tool response 3. **Use process tool** to monitor: ``` proce...
# Ralph Loop ## Acknowledgments This skill is inspired by and improves upon: 1. **Ralph Loop** by @jordyvandomselaar https://github.com/openclaw/skills/blob/main/skills/jordyvandomselaar/ralph-loop/SKILL.md 2. **Coding Agent** by @steipete https://github.com/openclaw/skills/blob/main/skills/steipete/coding-agent/SKILL.md ## Key Improvement **Solved the hanging issue** with coding agents in ralph-loop: The original pure background bash mode couldn't provide TTY for interactive CLIs (OpenCode, Codex, Claude Code), causing processes to hang. **Solution**: Uses OpenClaw's **exec + process mode** to provide a real TTY environment with background monitoring and real-time log access. --- ## Introduction Ralph Loop is a skill that guides **OpenClaw agents** to execute Ralph Wiggum playbook workflows using the `exec` and `process` tools. The agent orchestrates AI coding agent sessions, dividing software development into two phases: 1. **PLANNING**: Analyze requirements, create implementation plan, no code writing 2. **BUILDING**: Implement features according to plan, run tests, commit code ## How This Works **For OpenClaw Agents**: This skill teaches you how to use the `exec` and `process` tools to orchestrate Ralph Loops. **For Users**: You ask your OpenClaw agent to "create a Ralph Loop" and it will: - Use its `exec` tool to launch coding agents (OpenCode, Codex, etc.) - Use its `process` tool to monitor progress - Check completion conditions by reading files - Report progress back to you **You don't run scripts directly** - your OpenClaw agent handles everything using its tool capabilities. ## Core Features ### ✅ Agent Tool Integration - Uses OpenClaw's `exec` tool for launching coding agents - Uses OpenClaw's `process` tool for monitoring and control - Proper TTY support via `pty: true` parameter ### ✅ Interactive CLI Support - Provides real terminal environment for OpenCode, Codex, Claude Code, Goose - Solves hanging issues that occur witho...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.