insert-generated-images

Replace image-slot comments with Markdown image links in seminar articles.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill insert-generated-images
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: insert-generated-images
Source: https://github.com/shuheikomatsuki/lab-seminar-skills/tree/main/insert-generated-images
Command: npx skills add https://github.com/shuheikomatsuki/lab-seminar-skills --skill insert-generated-images

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Replaces image-slot comments in seminar articles with Markdown image links for generated images, enabling seamless article enrichment once images are created and saved under a session's images directory.

Core Features & Use Cases

  • Maps image_prompts.yml entries to actual image files and inserts corresponding Markdown image links in the target articles.
  • Supports a dry-run mode to preview changes without modifying files.
  • Validates session paths and reports missing assets or slots to guide remediation.

Quick Start

Invoke the skill with a session ID after placing generated images into the designated session images directory to automatically embed them into articles.

Frequently Asked Questions about insert-generated-images

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically embed generated images into markdown articles?

To embed generated images, the skill matches entries from an image prompts configuration file to actual image files in a session directory, then replaces image-slot comments in articles with corresponding markdown image links automatically.

Can I preview markdown image embedding changes before modifying files?

Yes, you can preview markdown image embedding changes using a supported dry-run mode. This validates session paths and shows how image-slot comments will be replaced with markdown links without actually writing modifications to the target files.

How do I map image prompt entries to actual image files for article enrichment?

You map image prompt entries by defining them in a configuration file and placing the actual generated image files into a designated session images directory. The system matches these entries to insert the correct markdown image links into articles.

What happens if generated images are missing from the session directory during embedding?

If generated images are missing from the session directory, the embedding process validates session paths and reports the missing assets and unmatched slots. This guides you on which files need to be added to complete the article enrichment.