Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

ralph-orchestrator拉尔夫·协调器

Agent Skill

ralph-orchestrator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

10

下载量

165
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:ralph-orchestrator(拉尔夫·协调器)
来源仓库:https://github.com/founderjourney/claude-skills
仓库路径:skills/ralph-orchestrator
安装命令:
npx skills add https://github.com/founderjourney/claude-skills --skill ralph-orchestrator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/founderjourney/claude-skills --skill ralph-orchestrator

简介

ralph-orchestrator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于需要根据关键词或任务场景从来源线索中组织信息的研究与检索任务。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态,以及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Ralph Orchestrator

An autonomous AI agent orchestration system that implements the "Ralph Wiggum technique"—continuously running AI agents in a loop until tasks complete.

When to Use This Skill

  • Automating complex multi-step development tasks
  • Running agents autonomously until completion
  • Orchestrating multiple AI backends
  • Long-running automated workflows
  • Tasks requiring persistent state across iterations

How It Works

The Core Loop

1. Read task from PROMPT.md
2. Execute AI agent with current prompt
3. Check for completion signals
4. Repeat until success or limits reached

Completion Signals

The loop ends when:

  • Task explicitly marked complete
  • Maximum iterations reached
  • Runtime limit exceeded
  • Token/cost limits hit
  • Manual interruption

Supported Agents

  • Claude (via Claude SDK)
  • Gemini
  • Q Chat
  • Kiro CLI
  • ACP-compliant agents (extensible)

Auto-detection identifies installed agents.

Setup

1. Install

pip install ralph-orchestrator

2. Create Task File

Create PROMPT.md with your task:

# Task: Implement User Authentication

## Requirements
- JWT-based authentication
- Password hashing with bcrypt
- Login/logout endpoints
- Token refresh mechanism

## Completion Criteria
- All tests passing
- Documentation updated
- Security review complete

3. Configure (ralph.yml)

agent: claude          # Preferred agent
max_iterations: 50     # Iteration limit
max_runtime: 3600      # Seconds
checkpoint_interval: 5  # Git commits every N iterations

permissions:
  allow_web_search: true
  allow_file_write: true

4. Run

ralph run

Key Features

State Persistence

  • Git-based checkpointing
  • Progress saved at intervals
  • Recovery from interruptions
  • Full history tracking

Agent Scratchpad

Maintains context across iterations:

# Scratchpad

## Progress
- [x] Set up project structure
- [x] Implemented JWT generation
- [ ] Password hashing
- [ ] API endpoints

## Notes
- Using bcrypt library for hashing
- Token expiry set to 24 hours

Error Recovery

  • Exponential backoff on failures
  • Automatic retries
  • Graceful degradation
  • Clear error reporting

Security

  • API key masking in logs
  • Sensitive data protection
  • Sandboxed execution options
  • Audit logging

Example Workflow

Task: Build REST API

PROMPT.md:

Build a REST API for a todo list application.

Requirements:
- CRUD operations for todos
- User authentication
- PostgreSQL database
- FastAPI framework
- Full test coverage

Mark complete when:
- All endpoints working
- Tests passing
- README updated

Execution:

$ ralph run

[Iteration 1/50] Agent: claude
> Setting up project structure...
> Created: main.py, requirements.txt, tests/

[Iteration 2/50] Agent: claude
> Implementing database models...
> Created: models.py, database.py

[Iteration 3/50] Agent: claude
> Building CRUD endpoints...
...

[Iteration 12/50] Agent: claude
> All tests passing. Task complete!

✓ Completed in 12 iterations (23 minutes)

Configuration Options

OptionDefaultDescription
agentautoPreferred agent
max_iterations100Iteration limit
max_runtime3600Seconds
max_tokensnullToken budget
max_costnullCost limit ($)
checkpoint_interval10Git save frequency

Best Practices

  1. Clear Completion Criteria: Define explicit success conditions
  2. Reasonable Limits: Set appropriate iteration/time bounds
  3. Incremental Tasks: Break large tasks into stages
  4. Regular Checkpoints: Enable git-based recovery
  5. Monitor Progress: Watch iterations for stuck loops

Troubleshooting

Agent stuck in loop:

  • Add clearer completion criteria
  • Reduce task complexity
  • Check for contradictory requirements

Rate limiting:

  • Increase delay between iterations
  • Use multiple agent backends
  • Set token budgets

Recovery needed:

  • Checkpoints auto-restore
  • Use ralph resume to continue
  • Check .ralph/ for state

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.87%
按下载量换算56

Claude

31.74%
按下载量换算52

Cursor

17.87%
按下载量换算29

Gemini CLI

9.25%
按下载量换算15

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills