Geepers Orchestrate
/install geepers-orchestrate
Dreamer Orchestrate
Run multi-agent workflows through https://api.dr.eamer.dev.
Authentication
export DREAMER_API_KEY=your_key_here
Endpoints
Dream Swarm — Parallel Search
POST https://api.dr.eamer.dev/v1/orchestrate/swarm
Body:
{
"query": "What are the most effective treatments for Type 2 diabetes?",
"sources": ["pubmed", "semantic_scholar", "wikipedia"],
"num_agents": 5
}
Runs multiple agents simultaneously across data sources and synthesizes results.
Dream Cascade — Hierarchical Synthesis
POST https://api.dr.eamer.dev/v1/orchestrate/cascade
Body:
{
"task": "Analyze the current state of quantum computing hardware",
"num_agents": 8,
"provider": "anthropic"
}
Three-tier workflow: Belter agents gather raw data → Drummer agents synthesize domains → Camina produces executive summary.
Response Format
Both endpoints return:
{
"result": "Synthesized answer...",
"sources": [...],
"agent_count": 5,
"duration_ms": 12450
}
When to Use
- Complex research questions requiring multiple perspectives
- Cross-domain synthesis that would take multiple sequential queries
- Long-horizon analysis where parallelism saves time
Don't Use When
- Simple single-source queries (use dreamer-data instead)
- You need fine-grained control over individual agent behavior
- Latency is critical (orchestration takes 10-60 seconds)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install geepers-orchestrate - 安装完成后,直接呼叫该 Skill 的名称或使用
/geepers-orchestrate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Geepers Orchestrate 是什么?
Run multi-agent Dream Cascade (hierarchical 3-tier synthesis) or Dream Swarm (parallel multi-domain search) workflows via the dr.eamer.dev orchestration API.... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 584 次。
如何安装 Geepers Orchestrate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install geepers-orchestrate」即可一键安装,无需额外配置。
Geepers Orchestrate 是免费的吗?
是的,Geepers Orchestrate 完全免费(开源免费),可自由下载、安装和使用。
Geepers Orchestrate 支持哪些平台?
Geepers Orchestrate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Geepers Orchestrate?
由 Lucas Steuber(@lukeslp)开发并维护,当前版本 v1.0.0。