← 返回 Skills 市场
lukeslp

Geepers Orchestrate

作者 Lucas Steuber · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
584
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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....
使用说明 (SKILL.md)

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)
安全使用建议
This skill appears to forward user queries to an external orchestration API (api.dr.eamer.dev). Before installing, verify the service and its privacy/security posture (owner, documentation, TLS certificate, data retention and sharing policies). Ask the publisher why the registry metadata does not list DREAMER_API_KEY even though SKILL.md requires it, and request explicit documentation of what data is sent and whether the key has limited scope. Avoid sending sensitive or private data through this skill until you confirm the vendor and key handling. If you want to reduce risk, require explicit user approval before any call or run test queries with non-sensitive data and a throwaway API key.
功能分析
Type: OpenClaw Skill Name: geepers-orchestrate Version: 1.0.0 The skill bundle defines a multi-agent orchestration service that interacts with `https://api.dr.eamer.dev`. The `SKILL.md` file describes the API endpoints and authentication via `DREAMER_API_KEY`, which is standard for API integrations. There is no evidence of malicious prompt injection, data exfiltration beyond the stated purpose, unauthorized execution, or persistence mechanisms. The content is purely descriptive and functional, aligning with a legitimate API client.
能力评估
Purpose & Capability
The SKILL.md describes an orchestration/orchestrator purpose (multi-agent Dream Swarm/Cascade) which aligns with the name/description, but the registry metadata declares no required credentials while the instructions explicitly require DREAMER_API_KEY. That mismatch is unexplained and reduces trust in the metadata.
Instruction Scope
Runtime instructions are limited to POSTing to https://api.dr.eamer.dev with example payloads and expect an API key. The instructions do not ask the agent to read local files or other unrelated environment variables, but they do direct arbitrary user queries (potentially sensitive) to a third-party endpoint — appropriate for an orchestrator but important to be aware of.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or installed during setup. That minimizes installer-related risk.
Credentials
Although registry metadata lists no required env vars, SKILL.md instructs the user to export DREAMER_API_KEY. The skill therefore implicitly requires a secret credential but fails to declare it. Additionally, the payloads reference a 'provider' field (e.g., "anthropic") which could imply further credential needs in real use; those are not documented.
Persistence & Privilege
The skill does not request always:true or any system-level config; it is user-invocable and retains no install-time persistence. Autonomous model invocation is enabled by default (normal), but there are no additional elevated privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install geepers-orchestrate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /geepers-orchestrate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of geepers-orchestrate skill for orchestrating multi-agent workflows using the dr.eamer.dev API. - Supports hierarchical (Dream Cascade) and parallel (Dream Swarm) workflow execution. - Enables research and synthesis tasks using multiple specialized agents across various sources. - Provides clear guidance on authentication, endpoints, response format, and use cases.
元数据
Slug geepers-orchestrate
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论