Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick

dlazy-execute

Sterne1
Forks1
Aktualisiert7. Juli 2026 um 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

Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.

Datei-Explorer
2 Dateien
SKILL.md
readonly