← Back to Skills Marketplace
walkamolee

Writes ralph loops for you that you can copy and paste

by Walkamolee · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1634
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ralph-loop-writer
Description
Generate ready-to-run shell loop commands for Claude Code, Gemini CLI, or Grok CLI, customized by AI tool, model, shell, complexity, and loop features.
Usage Guidance
This skill appears to genuinely generate loop commands, but you should be careful before using the generated commands. Things to consider: - Review any generated command before running it. The SKILL.md encourages use of flags that bypass permission prompts (e.g., --dangerously-skip-permissions, --yolo, 'auto-approves permissions'). Those remove interactive safety checks and can let a CLI perform actions without confirmation — avoid them unless you understand the consequences. - Do not include secrets in PROMPT.md or STATUS.md. The skill reads and pipes PROMPT.md into CLIs; anything in that file could be sent to the chosen AI service. - The instructions reference GROK_MODEL (and similar tool-specific configuration) but the skill metadata lists no required environment variables. If you rely on a particular model, set the env var yourself and verify its value. Treat this as a documentation gap. - Generated loops can be long-running or infinite. Test commands in a controlled/sandboxed environment, include stop-file or iteration limits, and avoid running in production systems without rate/timeout protection. - Ensure the underlying CLI tools (claude-code, gemini, grok) are installed from trusted sources before piping content to them. Given these inconsistencies and the encouragement to disable safety prompts, proceed cautiously — the skill is not obviously malicious, but its instructions increase risk if used carelessly.
Capability Analysis
Type: OpenClaw Skill Name: ralph-loop-writer Version: 1.0.0 The skill bundle is classified as benign. Its purpose is to generate automation loop commands for AI CLI tools (Claude, Gemini, Grok) and write them to a markdown file. The `SKILL.md` instructions are clear, transparent, and do not contain any prompt injection attempts against the agent. The allowed tools (`AskUserQuestion`, `Write`, `Read`) are used appropriately: `AskUserQuestion` for user interaction, and `Write` to create the output command file (`ralphcommand-YYYY-MM-DD-HHMMSS.md`). While the generated commands for the user may include flags like `--dangerously-skip-permissions` or `--yolo` for the target AI CLIs, these are features of those external tools for automation, and the skill itself does not execute them or instruct the OpenClaw agent to perform any high-risk actions, data exfiltration, or persistence mechanisms.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the SKILL.md interactively builds shell loop commands that pipe PROMPT.md into Claude/Gemini/Grok CLIs and saves the result. However, the instructions recommend tool-specific flags that bypass permission prompts (e.g., --dangerously-skip-permissions, --yolo, 'auto-approves permissions') and reference a GROK_MODEL env var (used to select a model) even though the skill declares no required environment variables. Those are minor mismatches but not explained by the metadata.
Instruction Scope
The runtime instructions tell the agent to read user files (PROMPT.md, STATUS.md, STOP.txt) and generate ready-to-run loop commands — which is coherent. But they also explicitly recommend flags that disable safety/permission prompts and produce infinite loops or long-running loops. Encouraging use of 'dangerously' or 'yolo' flags and auto-approval is outside simple command-generation and increases risk (unintended side effects, automated actions without interactive consent).
Install Mechanism
This is instruction-only with no install spec and no code files, so nothing is written to disk by the skill itself. That minimizes install-time risk.
Credentials
The skill declares no required environment variables, but the instructions reference GROK_MODEL and imply other tool-specific environment configurations (e.g., Grok default model via env var). This is an inconsistency: the skill asks for no credentials or env variables but assumes some environment configuration may exist. It does not request secrets, which is appropriate, but the undeclared env var should be called out to users.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and is not automatically installed. It will create saved command files when used (per README), which is expected for this utility.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ralph-loop-writer
  3. After installation, invoke the skill by name or use /ralph-loop-writer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Ralph Command Generator skill - Guides users step-by-step to generate ready-to-run automation loop commands for Claude Code, Gemini CLI, or Grok CLI. - Supports PowerShell, Windows CMD, and Bash/Linux environments. - Allows users to select AI tool, model, shell, complexity, loop features, and parameter values interactively. - Outputs correctly formatted loop commands based on user selections, including all relevant options and safeguards. - Ensures accurate syntax for command-line arguments and piping for each AI CLI.
Metadata
Slug ralph-loop-writer
Version 1.0.0
License
All-time Installs 2
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Writes ralph loops for you that you can copy and paste?

Generate ready-to-run shell loop commands for Claude Code, Gemini CLI, or Grok CLI, customized by AI tool, model, shell, complexity, and loop features. It is an AI Agent Skill for Claude Code / OpenClaw, with 1634 downloads so far.

How do I install Writes ralph loops for you that you can copy and paste?

Run "/install ralph-loop-writer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Writes ralph loops for you that you can copy and paste free?

Yes, Writes ralph loops for you that you can copy and paste is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Writes ralph loops for you that you can copy and paste support?

Writes ralph loops for you that you can copy and paste is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Writes ralph loops for you that you can copy and paste?

It is built and maintained by Walkamolee (@walkamolee); the current version is v1.0.0.

💬 Comments