Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run an autonomous Open Ralph Wiggum coding loop using OpenCode Zen with free models and automatic fallback.
Run an autonomous Open Ralph Wiggum coding loop using OpenCode Zen with free models and automatic fallback.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill runs an autonomous Ralph Wiggum coding loop using the ralph CLI with OpenCode as the agent provider. It repeatedly executes the same coding prompt until: The success criteria are met, OR The completion promise is printed, OR Max iterations are reached The loop is optimized for free OpenCode Zen models and includes a fallback chain in case models are rate-limited, disabled, or removed.
Use this skill when you want autonomous coding execution such as: Fixing failing tests Implementing scoped features Refactoring codebases Resolving lint/type errors Running build-fix loops Multi-iteration debugging You MUST be inside a git repository before running Ralph.
Always attempt models in this order: opencode/kimi-k2.5-free β Best coding performance (limited time free) opencode/minimax-m2.1-free opencode/glm-4.7-free opencode/big-pickle β Free stealth model fallback If a model fails due to availability or quota, immediately retry using the next model without changing the prompt or loop parameters.
Fallback if you encounter errors like: model disabled model not found insufficient quota quota exceeded payment required rate limit provider unavailable
Run: ralph "<TASK PROMPT> Success criteria: <list verifiable checks> Build passes Tests pass Completion promise: <promise>COMPLETE</promise>" --agent opencode --model opencode/kimi-k2.5-free --completion-promise "COMPLETE" --max-iterations 20
If attempt #1 fails due to model issues, rerun with: --model opencode/minimax-m2.1-free
If attempt #2 fails: --model opencode/glm-4.7-free
If attempt #3 fails: --model opencode/big-pickle
For multi-step execution: ralph "<BIG TASK PROMPT>" --agent opencode --model opencode/kimi-k2.5-free --tasks --max-iterations 50 Fallback model order still applies.
If OpenCode plugins interfere with loop execution, rerun with: --no-plugins
If free model availability changes, check: https://opencode.ai/zen/v1/models Update fallback order if needed.
Always run inside a git repo Set iteration limits to avoid runaway loops Ensure prompts contain verifiable success criteria Review diffs before merging autonomous changes
Fix failing TypeScript errors: ralph "Fix all TypeScript errors in the repo. Success criteria: tsc passes Build succeeds Completion promise: <promise>COMPLETE</promise>" --agent opencode --model opencode/kimi-k2.5-free --completion-promise "COMPLETE" --max-iterations 20
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.