An autonomous coding agent loop that leverages Ralph CLI and OpenCode Zen free models with built-in fallback logic.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install open-ralph
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 open-ralph using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Ralph OpenCode Free Loop is a powerful addition to the Openclaw Skills library, designed to run self-correcting development cycles. By utilizing the Ralph CLI as an agent provider via OpenCode Zen, this skill automates the process of writing, testing, and fixing code. It is specifically engineered to maximize the utility of free AI models, ensuring that development tasks continue even if a primary model reaches its rate limit or becomes unavailable.
This skill transforms the way developers handle repetitive tasks by providing a reliable loop that persists until specific success criteria are met. Whether you are addressing technical debt or building new modules, integrating this into your Openclaw Skills toolkit provides a robust, cost-effective solution for autonomous software engineering.
To use this within your Openclaw Skills environment, ensure you have the necessary binaries installed and are working within a git-initialized directory.
# Ensure dependencies are installed
npm install -g @open-ralph/ralph opencode
# Basic loop execution
ralph "Your coding task" \
--agent opencode \
--model opencode/kimi-k2.5-free \
--completion-promise "COMPLETE" \
--max-iterations 20
The skill organizes its execution logic based on model availability and repository state. It relies on the following taxonomy:
| Attribute | Specification |
|---|---|
| Agent Provider | OpenCode Zen |
| Model Chain | Kimi-k2.5 (Primary) -> Minimax-m2.1 -> GLM-4.7 -> Big-pickle |
| Context Requirement | Active Git Repository |
| Success Tracking | User-defined verifiable checks and completion promises |
| Safety Limits | Configurable max-iterations to prevent runaway loops |
--no-plugins to avoid interference from external OpenCode extensions.Loading
A sophisticated skill for transforming rigid, robotic AI-generated content into authentic, conversational, and human-sounding prose.

Quickly fetch and condense your latest Gmail messages into actionable AI-generated summaries within your agent workflow.

A structured memory system for AI agents that organizes context into domains using weight-based decay and bidirectional links.

A versatile skill for generating and editing images using OpenRouter-compatible multimodal models through a unified API.

A strategic content creation tool that transforms raw ideas into high-performing, persuasive LinkedIn posts using proven narrative frameworks.

A specialized CLI tool for reading, creating, and managing macOS Contacts via the native CNContactStore API.








































