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

workflow-large-markdown-deliverable-extract-from-output-json-not-retype

Stars2
Forks0
UpdatedJuly 8, 2026 at 12:17

Use when a Workflow (or background Agent) synthesis step returns a LARGE markdown deliverable inside a structured-output (schema) field — e.g. a `next_prompt_markdown`, a full report, a generated doc — and you need to persist it to a file. The completion notification TRUNCATES the result and shows the field JSON-escaped (literal `\n`, `\"`), so hand-retranscribing it into a Write call is both lossy (you only saw part of it) and error-prone (escapes leak as literal text). Trigger: you're about to retype an agent's big returned markdown blob from a `<task-notification>` or truncated tool result into a file. Symptoms it prevents: a saved doc containing literal `\n`/`\"`, or silently missing the tail past the truncation cap.

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.

SKILL.md
readonly