← 返回 Skills 市场
suraj1235

Open Dynamic Workflows

作者 Suraj Kuncham · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install open-dynamic-workflows
功能描述
Plan, orchestrate, and adversarially verify parallel AI coding agents — a dynamic multi-agent workflow engine.
使用说明 (SKILL.md)

Open Dynamic Workflows (OpenClaw)

Run dynamic, multi-agent workflows from OpenClaw via the local Open Dynamic Workflows (ODW) daemon. ODW plans a task, orchestrates parallel agents, and adversarially verifies their output before it lands. Bring your own model (Anthropic, any OpenAI-compatible endpoint, or local Ollama).

When to use

  • A task that splits into many independent subtasks worth running in parallel.
  • Anything that should be verified (adversarial critics) before you trust it.
  • Work you want to share across OpenClaw, OpenCode, Codex, Antigravity, and VS Code through one orchestration layer.

Step 0 — is the daemon up?

node scripts/daemon-bridge.js --check
  • Exit 0 → daemon healthy; use the daemon path below.
  • Exit 1 → install + start it (it is not on npm yet):
git clone https://github.com/Suraj1235/open-dynamic-workflows
cd open-dynamic-workflows && npm install && npm run setup
odw-daemon start

Daemon path

  1. Plannode scripts/daemon-bridge.js plan "\x3Ctask>" prints a JSON plan: task graph, topology, roles, hard limits, cost/time estimate.
  2. Confirm — summarize topology / agent count / estimate before doing anything beyond read-only work.
  3. Executenode scripts/daemon-bridge.js exec plan.json returns a wf_... id; the daemon runs the sandboxed script with concurrent agents, SQLite checkpoints, crash-resume, and a budget hard-stop.
  4. Reportnode scripts/daemon-bridge.js result \x3Cwf_id> blocks until done; relay the synthesized result.

Safety

  • Read-only tools are auto-approved; file writes, shell, and git are approval-gated by ODW's config — never mutate without authorization.
  • Model provider keys live in the environment / ~/.odw/config.json, never in prompts or source.
  • Respect the per-workflow token/cost budget.

Notes

Same canonical skill as the Codex/Antigravity adapters — only the install path differs. The bundled scripts/daemon-bridge.js is a zero-dependency CommonJS bridge to the daemon's local HTTP API.

安全使用建议
Install only if you trust the external Open Dynamic Workflows daemon repository and are comfortable giving it access to model-provider credentials and your project directory. Review the daemon approval settings before execution, especially for file writes, shell commands, git operations, cost limits, and long-running background workflows.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The stated purpose is planning and running multi-agent coding workflows, and the artifact implements a small Node bridge to a local ODW daemon for health checks, planning, execution, status, result retrieval, and listing workflows.
Instruction Scope
The skill clearly instructs the agent to plan first, summarize topology and cost before execution, and avoid mutation without authorization; it also writes a local plan.json and sends the plan plus current working directory to the local daemon.
Install Mechanism
Installation is disclosed as cloning an external GitHub repository, running npm install and setup, then starting odw-daemon; users must trust that external daemon because it is not bundled in this skill.
Credentials
The skill declares ANTHROPIC_API_KEY and Node, and documents that provider keys may live in the environment or ~/.odw/config.json; the bridge reads ~/.odw/config.json only to discover the daemon port and communicates with 127.0.0.1.
Persistence & Privilege
The workflow daemon is a persistent local service with SQLite checkpoints and crash-resume behavior, which is expected for the stated orchestration purpose and is disclosed in the instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install open-dynamic-workflows
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /open-dynamic-workflows 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: Open Dynamic Workflows skill + daemon bridge.
元数据
Slug open-dynamic-workflows
版本 0.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Open Dynamic Workflows 是什么?

Plan, orchestrate, and adversarially verify parallel AI coding agents — a dynamic multi-agent workflow engine. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Open Dynamic Workflows?

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

Open Dynamic Workflows 是免费的吗?

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

Open Dynamic Workflows 支持哪些平台?

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

谁开发了 Open Dynamic Workflows?

由 Suraj Kuncham(@suraj1235)开发并维护,当前版本 v0.1.0。

💬 留言讨论