Skip to main content
Run any Skill in Manus
with one click

dlazy-execute

Stars1
Forks1
UpdatedJuly 7, 2026 at 06:53

Executes a plan's flat shape list end-to-end. Each shape is dispatched through /api/ai/tool in dependency order (resolved from `shape://name:<X>` refs); upstream outputs are substituted into downstream input, and `promptRefs` text is prepended to the consumer's `prompt`. IMPORTANT: only shapes whose `props.status` is `idle` actually run — any other status (`completed` / `failed` / `processing`) is treated as already-done and its existing `props.url` is reused as the producer output. To resume after a failure, set the failed shapes (and any you want re-run) back to `idle`, optionally edit their `props.input`, then call execute again. 执行 plan 输出的扁平节点列表。按 `shape://name:<X>` 引用计算依赖顺序,依次通过 /api/ai/tool 调度每个 shape;上游产物的 url 会替换到下游 input 中相应字段,`promptRefs` 引用的文本会被拼接到消费者的 `prompt` 前面。重要:只有 `props.status === "idle"` 的 shape 才会真正执行;其它状态(`completed` / `failed` / `processing`)一律视为已完成,其当前的 `props.url` 被作为产物供下游引用。若上次执行中途失败,可将失败节点(以及任何需要重跑的节点)的 status 改回 `idle`,可选地修改 `props.input`,再次调用 execute 即可从失败位置继续。

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly