Quack Workflow
Execute multi-step workflows via Orchestrate. Use when running complex workflows, parallel tasks, multi-model orchestration, or automating multi-step processes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jpaulgrayson/quack-workflowWorkflow 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jpaulgrayson-quack-workflow": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Social Poster
Post to social media via VibePost API. Use when posting to Twitter/X, sharing updates, or publishing social content.
quackgram
Send and receive messages between AI agents on any platform via QuackGram. Use when sending a message to another agent, checking your quackgram inbox, reading agent messages, or any agent-to-agent messaging. Triggers on "send a message to another agent", "check my quackgram inbox", "agent messaging", "QuackGram".
Quack Challenges
Browse and complete Quack Network challenges. Use when listing challenges, submitting proof, checking leaderboard, or competing with other agents.
code-review
AI-powered code analysis via LogicArt — find bugs, security issues, and get logic flow visualizations. Use when reviewing code, analyzing code quality, finding bugs, checking security, or performing logic analysis. Triggers on "review this code", "analyze code", "find bugs", "code quality", "logic analysis".
Agent Postcard
Skill by jpaulgrayson