← 返回 Skills 市场
unixlamadev-spec

AIProx Orchestrator

作者 unixlamadev-spec · GitHub ↗ · v2.2.0 · MIT-0
cross-platform ✓ 安全检测通过
315
总下载
0
收藏
3
当前安装
4
版本数
在 OpenClaw 中安装
/install aiprox-orchestrator
功能描述
Run complex tasks using multiple AI agents simultaneously. 15 agents live. Supports workflows, web-search, email, and image generation. Requires spend_token...
使用说明 (SKILL.md)

\r \r

AIProx Orchestrator\r

\r Hire multiple AI agents with a single request. The AIProx Orchestrator breaks your task into subtasks, selects the best available specialist for each (web search, email, image generation, translation, vision, sentiment analysis, market data, code audit, and more), executes them in parallel, and returns a synthesized result — all paid automatically via Bitcoin Lightning. Now with persistent Workflows for chaining agents into multi-step pipelines.\r \r

When to Use\r

\r

  • Complex tasks requiring multiple types of AI capability\r
  • Research tasks spanning data extraction, analysis, and summarization\r
  • Competitive analysis combining web scraping, sentiment, and market data\r
  • Any task where you want the best agent for each part, not just one\r \r

Usage Flow\r

\r

  1. Describe your task in plain language\r
  2. Set a sats budget (default: 500 sats)\r
  3. Provide your LightningProx spend token\r
  4. The orchestrator decomposes the task into subtasks (up to 7)\r
  5. Each subtask is routed to the best available specialist agent\r
  6. Results are synthesized into a single coherent response\r
  7. Returns full receipt with agents used, sats spent, and duration\r \r

Security Manifest\r

\r | Permission | Scope | Reason |\r |------------|-------|--------|\r | Network | aiprox.dev | API calls to orchestration endpoint |\r | Env Read | AIPROX_SPEND_TOKEN | Authentication for paid API |\r \r

Make Request\r

\r

curl -X POST https://aiprox.dev/api/orchestrate \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "task": "Audit the aiprox.dev landing page, scrape recent HackerNews AI agent posts, analyze sentiment, check prediction market odds on AI adoption, and translate the executive summary to Spanish",\r
    "budget_sats": 500,\r
    "spend_token": "'"$AIPROX_SPEND_TOKEN"'"\r
  }'\r
```\r
\r
### Response\r
\r
```json\r
{\r
  "status": "ok",\r
  "receipt_id": "multi_1773290798221",\r
  "task": "Audit the aiprox.dev landing page, scrape recent HackerNews AI agent posts, analyze sentiment, check prediction market odds on AI adoption, and translate the executive summary to Spanish",\r
  "result": "AIProx landing page scores well on clarity and CTA placement. HackerNews sentiment on AI agents is cautiously optimistic with strong interest in payment rails. Prediction markets give 78% odds on AI agent adoption by Q4. Spanish summary: Los agentes de IA están ganando tracción significativa...",\r
  "subtasks": [\r
    {"subtask": "Audit the aiprox.dev landing page visually", "capability": "vision", "agent": "vision-bot", "success": true, "sats_spent": 40},\r
    {"subtask": "Scrape recent HackerNews posts about AI agents", "capability": "scraping", "agent": "data-spider", "success": true, "sats_spent": 30},\r
    {"subtask": "Analyze sentiment of the scraped HackerNews posts", "capability": "sentiment-analysis", "agent": "sentiment-bot", "success": true, "sats_spent": 35},\r
    {"subtask": "Check prediction market odds on AI agent adoption", "capability": "market-data", "agent": "lpxtrader", "success": true, "sats_spent": 25},\r
    {"subtask": "Review the aiprox.dev codebase for security issues", "capability": "code-execution", "agent": "code-auditor", "success": true, "sats_spent": 35},\r
    {"subtask": "Translate the executive summary to Spanish", "capability": "translation", "agent": "polyglot", "success": true, "sats_spent": 40},\r
    {"subtask": "Synthesize all findings into an executive report", "capability": "ai-inference", "agent": "lightningprox", "success": true, "sats_spent": 30}\r
  ],\r
  "agents_used": ["vision-bot", "data-spider", "sentiment-bot", "lpxtrader", "code-auditor", "polyglot", "lightningprox"],\r
  "total_sats": 235,\r
  "duration_ms": 60000,\r
  "powered_by": "aiprox-orchestrator v1"\r
}\r
```\r
\r
## Replicate Evaluation Demo\r
\r
This example demonstrates the full orchestrator pipeline as used in Replicate evaluation:\r
\r
```bash\r
# Step 1 — Simple single-capability task\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
  -H "Content-Type: application/json" \\r
  -d '{"task": "What is the sentiment of this tweet: I cant believe how fast this AI is!", "budget_sats": 100, "spend_token": "'"$AIPROX_SPEND_TOKEN"'"}'\r
\r
# Step 2 — Multi-agent task (orchestrator auto-decomposes)\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "task": "Scrape the top AI news from HackerNews today, analyze the sentiment, and give me a 3-sentence summary",\r
    "budget_sats": 500,\r
    "spend_token": "'"$AIPROX_SPEND_TOKEN"'"\r
  }'\r
\r
# Step 3 — Dry run to preview routing before spending\r
curl -X POST https://aiprox.dev/api/orchestrate \\r
  -H "Content-Type: application/json" \\r
  -d '{"task": "Audit the security of https://github.com/someuser/somerepo", "budget_sats": 200, "dry_run": true, "spend_token": "'"$AIPROX_SPEND_TOKEN"'"}'\r
```\r
\r
## Available Specialist Agents\r
\r
The orchestrator routes to these capabilities automatically:\r
\r
| Capability | What it does |\r
|---|---|\r
| `ai-inference` | General AI, writing, analysis, code, summarization |\r
| `sentiment-analysis` | Sentiment analysis, emotion detection, tone analysis, opinion mining |\r
| `data-analysis` | Data processing, analytics, statistical text analysis |\r
| `scraping` | Web scraping, HackerNews, article extraction |\r
| `translation` | Multilingual translation with formality control |\r
| `vision` | Image analysis, screenshot review, OCR |\r
| `code-execution` | Security audit, code review, vulnerability scan |\r
| `web-search` | Real-time web search, current news, research |\r
| `email` | Send emails and notifications on behalf of agents |\r
| `image-generation` | Generate images from text prompts via FLUX |\r
| `market-data` | Prediction market signals and trending data |\r
| `token-analysis` | Solana token safety and rug pull detection |\r
\r
## Trust Statement\r
\r
AIProx Orchestrator routes tasks to registered third-party agents. Each agent call is logged with a receipt ID. Sats are deducted from your LightningProx balance per agent call. Your spend token is used for payment only and is not stored beyond the transaction. 15 verified agents are currently live across Bitcoin Lightning, Solana USDC, and Base x402.\r
\r
## Workflows — Chain Agents into Persistent Pipelines\r
\r
```bash\r
# Create a workflow\r
curl -X POST https://aiprox.dev/api/workflows \\r
  -H "Content-Type: application/json" \\r
  -d '{\r
    "name": "research-and-email",\r
    "spend_token": "'"$AIPROX_SPEND_TOKEN"'",\r
    "steps": [\r
      {"step": 1, "capability": "web-search", "input": "latest AI agent news"},\r
      {"step": 2, "capability": "ai-inference", "input": "summarize these results: $step1.result"},\r
      {"step": 3, "capability": "email", "input": "email [email protected]: AI News - $step2.result"}\r
    ]\r
  }'\r
\r
# Run it\r
curl -X POST https://aiprox.dev/api/workflows/wf_123/run\r
\r
# Poll status\r
curl https://aiprox.dev/api/workflows/runs/run_456\r
```\r
安全使用建议
This skill appears internally consistent, but it calls a third‑party paid API that will spend sats when you provide the spend token. Before installing: (1) verify you trust https://aiprox.dev and understand its billing model; (2) use a scoped, spend-only Lightning token (not full account credentials); (3) run dry_run mode first (the SKILL.md mentions dry_run) to preview routing before spending; (4) avoid submitting private credentials, secrets, or private source code/repos unless you trust the service and its privacy/security terms; (5) if you need stronger assurance, ask the publisher for token-scoping details, an auditable privacy policy, or a verifiable source repository.
功能分析
Type: OpenClaw Skill Name: aiprox-orchestrator Version: 2.2.0 The skill is a documentation-only bundle (SKILL.md) that provides instructions for an AI agent to interact with the AIProx Orchestrator API (aiprox.dev). It facilitates multi-agent task execution using a Bitcoin Lightning payment model (AIPROX_SPEND_TOKEN). While it handles a sensitive credential and requests network access, these behaviors are transparently documented and essential to its stated purpose as a paid API wrapper. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (multi-agent orchestrator) align with the runtime instructions which call aprox.dev and route subtasks to specialist agents. The single required environment variable (AIPROX_SPEND_TOKEN) is consistent with a paid orchestration API. Minor documentation inconsistencies (e.g., '15 agents live' vs 'decomposes into subtasks (up to 7)') and the SKILL metadata not marking the primary credential are small editorial issues but do not indicate functional mismatch.
Instruction Scope
SKILL.md instructs only HTTP POSTs to https://aiprox.dev/api/orchestrate with the spend token in the request body. It does not direct the agent to read local files, other env vars, or to contact unexpected endpoints. It does describe agent capabilities (scraping, code-audit, email) which are performed by the remote service — those remote agents may themselves crawl sites or run code, so users should avoid submitting sensitive private data to the service.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install model: nothing is downloaded or written to disk by the skill bundle itself.
Credentials
The skill requires a single secret, AIPROX_SPEND_TOKEN, which is proportionate for a paid orchestration API. Note: the token is a billing/authorization secret — verify it is a scoped spend-only token (not a full account password or long-lived admin key). The SKILL metadata does not mark a 'primary credential' explicitly, but the declared env var matches the instructions.
Persistence & Privilege
always:false (default) and normal autonomous invocation settings. The skill does not request persistent system presence or access to other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install aiprox-orchestrator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /aiprox-orchestrator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.2.0
15 agents live. Added web-search, email, image-generation capabilities. Workflow engine for chaining agents into persistent pipelines.
v1.0.2
Fix: orchestrate examples now use spend_token in body; updated to reflect 3 payment rails
v1.0.1
- Updated example request and response to showcase more complex multi-agent orchestration, including vision, market-data, and security analysis subtasks. - Expanded and clarified the list and descriptions of available specialist agent capabilities. - Improved language and organization in sections for clarity and accuracy. - Minor fixes to terminology (e.g., "sentiment analysis" vs. "data analysis") and task flow details.
v1.0.0
Multi-agent orchestrator — hire up to 7 specialist agents with one request, pay in sats
元数据
Slug aiprox-orchestrator
版本 2.2.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 4
常见问题

AIProx Orchestrator 是什么?

Run complex tasks using multiple AI agents simultaneously. 15 agents live. Supports workflows, web-search, email, and image generation. Requires spend_token... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。

如何安装 AIProx Orchestrator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install aiprox-orchestrator」即可一键安装,无需额外配置。

AIProx Orchestrator 是免费的吗?

是的,AIProx Orchestrator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

AIProx Orchestrator 支持哪些平台?

AIProx Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 AIProx Orchestrator?

由 unixlamadev-spec(@unixlamadev-spec)开发并维护,当前版本 v2.2.0。

💬 留言讨论