article-batch-illustration_skill

This skill analyzes a Markdown article, generates per-paragraph illustration prompts, batches image creation via Gemini API, and inserts images into Obsidian.
  • Python

79

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill zephyrwang6/myskill --skill article-batch-illustration

  • SKILL.md6.3 KB

Overview

This skill analyzes a Markdown article and batch-generates AI illustrations for each H2/H3 section. It creates structured image prompts, calls the Gemini image API to produce images in one of two selectable styles, saves outputs to an Obsidian image folder, and inserts wikilink references into the document. The workflow focuses on consistent, professional logic/concept diagrams tailored to each paragraph.

How this skill works

The tool parses the article, splits by H2/H3 headings, and extracts each section's title, one-line core idea, and key concepts. It constructs a global STYLE INSTRUCTIONS block and per-section English prompts that include Chinese labels and a mandatory instruction to keep image text primarily Simplified Chinese. After user confirmation, it calls a generation script to create images, saves them under a dated Obsidian directory, and inserts ![[...]] links beneath each heading.

When to use it

  • When you want consistent concept diagrams for a long Markdown article
  • When preparing teaching materials, documentation, or blog posts needing visual summaries
  • When you need many schematic images with a unified style quickly
  • When migrating visuals into an Obsidian vault with automatic insertion
  • When you want Chinese-labelled diagrams with technical English terms preserved

Best practices

  • Structure the article with clear H2/H3 headings for reliable splitting
  • Review and edit the generated prompt list before batch generation
  • Choose the global style early; override per-image only when needed
  • Keep each section focused—one main idea per heading yields clearer diagrams
  • Verify saved filenames and Obsidian path to avoid broken links

Example use cases

  • Generate 10 concept diagrams for a technical blog post and insert them into the Markdown file
  • Convert a product spec document into a visual overview set using blueprint style for architecture slides
  • Create teaching visuals for course notes with hand-drawn style and Chinese labels
  • Regenerate a single figure after editing its prompt without reprocessing the whole article
  • Batch process internal docs and save dated image directories for versioning

FAQ

Yes. You can select a global style during confirmation and override style for individual images before generation.

Will the images use Chinese labels only?

Prompts require image text to be primarily Simplified Chinese; technical abbreviations like AI, API, LLM may remain in English.

Where are images saved and how are links inserted?

Images are saved to obsidian/09image/MMDD-topic/ with numbered names. The skill inserts Obsidian wikilinks (![[path]]) under each heading automatically.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
article-batch-illustration skill by zephyrwang6/myskill | VeilStrat