Skip to main content
Manus에서 모든 스킬 실행
원클릭으로

dlazy-execute

스타1
포크1
업데이트2026년 7월 7일 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 即可从失败位置继续。

설치

Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.

파일 탐색기
2 개 파일
SKILL.md
readonly