Writes ralph loops for you that you can copy and paste
v1.0.0Generate ready-to-run shell loop commands for Claude Code, Gemini CLI, or Grok CLI, customized by AI tool, model, shell, complexity, and loop features.
⭐ 3· 1.5k·0 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & 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.
What to consider before installing
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.Like a lobster shell, security has layers — review code before you run it.
latestvk975knp6fjvfzjp0shg39ymx29809xe5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
