一键导入
forge-workflow-operator
Create and run forge workflows with validation gates, human approvals, logs, and resumable run handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and run forge workflows with validation gates, human approvals, logs, and resumable run handling.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Coordinate complex asynchronous multi-agent work with Honeybee `hive` and Pollinate. Use when Codex must plan, launch, ramp, monitor, message, collect, merge, stop, or recover many hive agents, from a few Claude/Codex/Grok bees to tens, hundreds, or thousands of sharded asynchronous agents, including Pollinate-triggered schedules/webhooks/polls and Hive flows/loops.
Operate Honeybee through the `hive` CLI for durable AI agent sessions, swarms, colonies, frames, flows, loops, buz messaging, sealing, transcripts, search, cleanup, remote nodes, and daemon state. Use when Codex must spawn or control Claude/Codex/OpenCode/Grok/Pi/Droid/arbitrary harness agents, coordinate multiple agents, inspect agent output, register reusable swarm blueprints, run Honeybee flows, or recover/stop Honeybee work.
Configure and operate Pollinate, the standalone trigger substrate for schedules, event polls, webhooks, temporary hooks, routers, delivery policies, context resolution, job inspection, and typed actions into Honeybee, Hermes, HTTP, shell commands, or internal emits. Use when Codex needs durable time/event/webhook activation, GitHub PR routing to hive agents, debounced/batched/throttled delivery, or observable trigger-to-action automation.
Generate ad-hoc and saved Honeybee `hive flow` templates for fan-out/fan-in, multi-agent coordination, loops, router-triggered work, collection, merge/review stages, and reusable orchestration recipes. Use when Codex must design, write, register, run, or explain JSON or TypeScript Hive flows, especially dynamic flows that spawn many agents, coordinate via buz/seals, loop until stop conditions, or integrate with Pollinate triggers.
Extract Figma frame trees and image renders via Figma REST API without Desktop MCP. Use for headless SSH/CI work, MCP startup failures, frame inventories, or downloading PNG/SVG/JPG outputs from Figma file/node URLs.
Manage forge mesh topology: provision nodes, promote master, demote nodes, and verify routing readiness.
| name | forge-workflow-operator |
| description | Create and run forge workflows with validation gates, human approvals, logs, and resumable run handling. |
| metadata | {"short-description":"Operate forge workflows"} |
approve / deny).bash and human steps only.agent, loop, job, workflow, logic may parse/validate, but not execute.--chdir or current dir)..forge/workflows/<name>.toml.name = "smoke"
[[steps]]
id = "s1"
type = "bash"
cmd = "echo hello"
forge workflow lsforge workflow validate <name>forge workflow run <name> --jsonforge workflow run <name> --node <node-id> --jsonforge workflow logs <run-id>forge workflow blocked <run-id>forge workflow approve <run-id> --step <step-id>forge workflow deny <run-id> --step <step-id> --reason "<text>"Always return:
success|running|failed|canceled).