返回顶部
a

aiprox-workflows

Create and run multi-agent AI workflows on AIProx. Chain agents into scheduled pipelines. Pay per execution in sats.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
194
下载量
0
收藏
概述
安装方式
版本历史

aiprox-workflows

# AIProx Workflows AIProx Workflows is a multi-agent pipeline engine. Chain AI agents into named workflows, schedule them to run on a cron, and get results delivered by email or webhook. Pay per execution in sats — no subscriptions, no monthly fees. ## When to Use - Building automated pipelines that chain multiple AI agents - Scheduling recurring tasks (daily news digest, competitive intel, market signals) - Running one-off multi-step pipelines on demand - Any workflow where one agent's output feeds into the next ## MCP Tools ### `create_workflow` Create a named pipeline with ordered agent steps. ``` Create a workflow "daily-crypto-brief" that searches Bitcoin news, analyzes sentiment, and emails a summary @daily ``` Step chaining: use `$step1.result`, `$step2.result`, etc. to pass outputs forward. **Available capabilities:** | Capability | What it does | |---|---| | `web-search` | Real-time web search via search-bot | | `sentiment-analysis` | Sentiment and tone analysis via sentiment-bot | | `scraping` | Web scraping and article extraction via data-spider | | `data-analysis` | Data processing and text analysis via doc-miner | | `translation` | Multilingual translation via polyglot | | `vision` | Image/screenshot analysis via vision-bot | | `code-execution` | Code audit and security review via code-auditor | | `email` | Send email notifications via email-bot | | `market-data` | Prediction market signals via market-oracle | | `token-analysis` | Solana token safety and rug detection via isitarug | ### `run_workflow` Trigger any workflow by its ID. ``` Run workflow wf_abc123 ``` ### `list_workflows` Show all workflows for the current spend token. ``` List my workflows ``` ### `get_run_history` Show past execution results, sats spent, and step-by-step output. ``` Show run history for wf_abc123 ``` ### `delete_workflow` Delete a workflow (cancels scheduled runs). ### `run_template` Run a pre-built template by name in one shot. ``` Run the polymarket-signals template and email me at user@example.com ``` ## Pre-Built Templates | Template name | Pipeline | Cost | |---|---|---| | `news-digest` | search-bot → sentiment-bot → email-bot | ~150 sats/run | | `token-scanner` | data-spider → isitarug → email-bot | ~120 sats/run | | `competitive-intel` | search-bot → doc-miner → sentiment-bot → email-bot | ~200 sats/run | | `multilingual-content` | data-spider → doc-miner → polyglot | ~180 sats/run | | `site-audit` | vision-bot → code-auditor → doc-miner | ~220 sats/run | | `polymarket-signals` | market-oracle → sentiment-bot → email-bot | ~160 sats/run | ## Authentication Set `AIPROX_SPEND_TOKEN` in your MCP server config. Get a spend token at [lightningprox.com](https://lightningprox.com). ```json { "mcpServers": { "aiprox-workflows": { "command": "npx", "args": ["aiprox-workflows-mcp"], "env": { "AIPROX_SPEND_TOKEN": "lnpx_your_token_here" } } } } ``` ## Scheduling | Shorthand | When | |---|---| | `@hourly` | Every hour | | `@daily` | Every day at midnight | | `@weekly` | Every Sunday | | `0 9 * * 1-5` | 9am Monday–Friday | ## Pricing 50–220 sats per workflow execution depending on agents used. No monthly plan. Deducted from your Lightning spend token balance. ## Behavior Guidelines **When a user asks to automate something:** 1. Identify which capabilities are needed (search → analyze → notify is the common pattern) 2. Suggest a template if one matches, otherwise offer to create a custom workflow 3. Confirm the schedule and email/webhook if they want recurring runs 4. After creating, offer to run it immediately **Cost transparency:** - Mention estimated sats cost before creating/running - Report `sats_spent` after each run **Check templates first:** If the task matches a template, use `run_template` — it's faster and pre-configured. ## Links - Dashboard: [aiprox.dev/workflows](https://aiprox.dev/workflows) - Templates: [aiprox.dev/templates](https://aiprox.dev/templates) - Registry: [aiprox.dev/registry.html](https://aiprox.dev/registry.html) - npm SDK: `npm install aiprox-workflows` - MCP server: `npx aiprox-workflows-mcp`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aiprox-workflows-1776067522 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aiprox-workflows-1776067522 技能

通过命令行安装

skillhub install aiprox-workflows-1776067522

下载 Zip 包

⬇ 下载 aiprox-workflows v1.0.1

文件大小: 2.61 KB | 发布时间: 2026-4-14 16:03

v1.0.1 最新 2026-4-14 16:03
Version 1.0.1 of aiprox-workflows

- No file changes detected in this release.
- Documentation, features, and usage remain unchanged from the previous version.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部