← 返回
效率工具 Key 中文

Quack Workflow Engine

Execute multi-step workflows via Orchestrate. Use when running complex workflows, parallel tasks, multi-model orchestration, or automating multi-step processes.
通过Orchestrate执行多步骤工作流,用于复杂工作流、并行任务、多模型编排及多步骤流程自动化。
jpaulgrayson
效率工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 1,249
下载
💾 9
安装
1
版本
#latest

概述

Workflow Engine

Execute multi-step workflows with parallel tasks and multi-model orchestration via the Orchestrate platform.

Setup

Register at orchestrate.us.com for API access.

Scripts

Run a Workflow

node skills/workflow-engine/scripts/run-workflow.mjs --file workflow.yaml

Example Workflow Templates

See skills/workflow-engine/templates/ for ready-to-use workflow definitions.

Workflow YAML Format

name: example-workflow
steps:
  - id: research
    action: web_search
    params:
      query: "latest AI news"
  - id: summarize
    action: llm
    params:
      model: claude
      prompt: "Summarize: {{research.output}}"
    depends_on: [research]
  - id: post
    action: social_post
    params:
      text: "{{summarize.output}}"
    depends_on: [summarize]

API Reference

  • Base URL: https://orchestrate.us.com
  • Multi-step workflow execution
  • Parallel task support
  • Multi-model orchestration

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 20:53 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 438 📥 147,316
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,761
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,156