ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Ralph Loop Writer

Skill by walkamolee

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/walkamolee/ralph-loop-writer
Or

name: ralph description: "Generate Claude Code, Gemini CLI, or Grok CLI automation loop commands. Asks questions about your requirements and outputs a ready-to-run command for PowerShell, Windows CMD, or Bash/Linux." allowed-tools:

  • AskUserQuestion
  • Write
  • Read

Ralph Command Generator

Generate optimized loop commands for automating Claude Code, Gemini CLI, or Grok CLI with PROMPT.md.

Step 1: Choose AI Tool

Use AskUserQuestion:

  • Question: "Which AI CLI tool do you want to use?"
  • Header: "AI Tool"
  • Options:
    1. "Claude Code (Recommended)" - "Claude AI assistant CLI"
    2. "Gemini CLI" - "Google Gemini AI assistant"
    3. "Grok CLI" - "xAI Grok AI assistant with agentic coding"

Store the choice for later.

Step 2: Choose Model

Use AskUserQuestion based on AI tool choice:

If Claude Code selected:

  • Question: "Which Claude model do you want to use?"
  • Header: "Model"
  • Options:
    1. "Default (Recommended)" - "Use default model (currently Sonnet 4.5)"
    2. "Haiku" - "Fastest and most cost-effective"
    3. "Sonnet" - "Balanced performance and cost"
    4. "Opus" - "Most capable, higher cost"

If Gemini CLI selected:

  • Question: "Which Gemini model do you want to use?"
  • Header: "Model"
  • Options:
    1. "Default (Recommended)" - "Use default model"
    2. "gemini-3-flash" - "Latest Gemini 3, fastest and most cost-effective"
    3. "gemini-3-pro" - "Latest Gemini 3, most capable for complex tasks"
    4. "gemini-2.5-flash" - "Stable production model, fast"
    5. "gemini-2.5-pro" - "Stable production model, more capable"

If Grok CLI selected:

  • Question: "Which Grok model do you want to use?"
  • Header: "Model"
  • Options:
    1. "Default (Recommended)" - "Use grok-code-fast-1, optimized for fast code generation and agentic loops"
    2. "grok-4-latest" - "Latest Grok 4, most capable for complex reasoning"
    3. "grok-beta" - "Preview of upcoming features"

Store the choice for later.

Step 3: Choose Operating System

Use AskUserQuestion:

  • Question: "Which shell environment are you using?"
  • Header: "Shell"
  • Options:
    1. "PowerShell (Recommended)" - "Windows PowerShell"
    2. "Windows CMD" - "Command Prompt (cmd.exe)"
    3. "Bash/Linux" - "Linux, Mac, or WSL"

Store the choice for later.

Step 4: Choose Complexity Level

Use AskUserQuestion:

  • Question: "What level of control do you need?"
  • Header: "Complexity"
  • Options:
    1. "Simple (Recommended)" - "Basic loop with minimal options"
    2. "Intermediate" - "Combine 2 control mechanisms"
    3. "Advanced" - "Full control with multiple safeguards"

Step 5: Choose Loop Type (Based on Complexity)

If Simple:

Use AskUserQuestion:

  • Question: "What type of loop?"
  • Header: "Loop Type"
  • Options:
    1. "Fixed count (Recommended)" - "Run exactly N times"
    2. "Infinite with delay" - "Run forever with pauses"
    3. "Stop file trigger" - "Run until STOP.txt exists"

Metadata

Stars919
Views0
Updated2026-02-12
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-walkamolee-ralph-loop-writer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.