Structural parity skeleton for queue-driven orchestration in a workflow context.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install workflow-engine或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install workflow-engine⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/workflow-engine/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: workflow-orchestrator description: Structural parity skeleton for queue-driven orchestration in a workflow context. user-invocable: true version: "0.1" allowed-tools: Read, Write, Edit, Grep, Glob, Bash argument-hint: "[target] [--handoff] [--batch
This skill is intentionally skeleton-only. It provides structure parity with canonical queue orchestration without plugin hooks.
Wave 2 execution parity includes:
detection -> understanding -> derivation -> proposal -> generation -> validationops/derivation.md, ops/derivation-manifest.md, ops/config.yaml- session orient - write-time validation checklist - stop/session capture persistence
Parse arguments in this order:
target (optional)--handoff (boolean)--batch (optional)--type (optional)If no target is supplied, list candidate inbox files and request explicit selection.
Before doing queue work, load runtime context from:
ops/derivation-manifest.md (if present)ops/config.yaml (if present) 1. ops/queue/queue.yaml 2. ops/queue/queue.yml 3. ops/queue/queue.json
If no queue file exists, fail safely with actionable remediation.
Never:
Always:
extract -> create -> reflect -> reweave -> verify -> done)--handoff is setNo plugin hooks are implemented in this skeleton. Lifecycle behavior is emulated in-skill to preserve deterministic execution semantics only.
To install the workflow-engine and enable its hooks:
# Clone or navigate to the workflow-engine directory
cd workflow-engine
# Run the install script to set up hooks
./install-hooks.sh
# Or manually enable hooks via openclaw
openclaw hooks enable session-orient
openclaw hooks enable write-validate
openclaw hooks enable session-capture安装 Workflow Engine 后,可以对 AI 说这些话来触发它
Help me get started with Workflow Engine
Explains what Workflow Engine does, walks through the setup, and runs a quick demo based on your current project
Use Workflow Engine to structural parity skeleton for queue-driven orchestration in a work...
Invokes Workflow Engine with the right parameters and returns the result directly in the conversation
What can I do with Workflow Engine in my documents & notes workflow?
Lists the top use cases for Workflow Engine, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/workflow-engine/ 目录(个人级,所有项目可用),或 .claude/skills/workflow-engine/(项目级)。重启 AI 客户端后,用 /workflow-engine 主动调用,或让 AI 根据上下文自动发现并使用。
Workflow Engine 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Workflow Engine 可免费安装使用。请查阅仓库了解许可证信息。
Structural parity skeleton for queue-driven orchestration in a workflow context.
Workflow Engine 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Workflow Engine
Identifies repetitive steps in your workflow and sets up Workflow Engine to handle them automatically