From cowrite
Analyzes a Markdown article, plans illustration positions, and generates consistent images via Cowrite's image-studio. Useful for batch article illustration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cowrite:article-batch-illustrationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plan and generate a coherent illustration set for one complete Cowrite Markdown page. This Skill owns article analysis and placement. The bundled `image-studio` Skill owns prompt assembly and generation through Codex's built-in `image_gen` tool.
Plan and generate a coherent illustration set for one complete Cowrite Markdown page. This Skill owns article analysis and placement. The bundled image-studio Skill owns prompt assembly and generation through Codex's built-in image_gen tool.
image_gen tool only; one tool call per imageNever use LabNana, Gemini, an API/CLI image generator, an embedded API key, web image search, or another model. If built-in image_gen is unavailable or fails, report the failure and leave the page unchanged.
cowrite_get_page.文章配图.Choose one image-studio style for the whole set based on the article:
minimal or notioneditorial-infographic or scientificblueprintsketch-noteschinese-eleganceLock the same background, palette, line weight, typography, grid, corner radius, and icon language across every prompt. Each image must express one point, use generous whitespace, contain at most 1-3 short labels, and contain no logo, watermark, page number, photorealistic filler, or complex gradient.
For each selected position in article order:
image_gen once for each distinct image. Express 16:9 composition and 2K-quality intent in every prompt; do not invent CLI flags or call a script.cowrite_upload_asset.cowrite_insert_after with the latest returned revision each time.. Number by original article order even though insertion executes in reverse.Return the number of planned, generated, inserted, skipped, and failed images, plus concise failure reasons.
npx claudepluginhub spacezephyr/cowrite --plugin cowriteAnalyzes article structure, identifies illustration positions, and generates images with consistent type×style approach. Useful for adding infographics, scenes, flowcharts, comparisons, frameworks, or timelines.
Analyzes article structure to identify where illustrations add value, then generates images using configurable Type (infographic, scene, flowchart) × Style dimensions. For users needing to illustrate, visualize, or add images to articles.
Analyzes article structure to identify positions needing visual aids and generates consistent illustrations using a Type × Style × Palette approach.