/install blog-image-embedder
Blog Image Embedder
Analyzes polished zh-CN markdown, generates consistent image prompts (hero + 1 per section), embeds [image:x] placeholders, saves illustrated version.
When to Use
Use after blog-polish-zhcn completes. Input is polishedPath from first skill. Triggers: "add images to my polished blog", "generate image prompts for sections".
Defaults
style:clean flat vector illustration, minimal isometric, software-engineering diagram vibebackground: default:white background with subtle gridaspectRatioHero:16:9 horizontalaspectRatioSection:16:9
Workflow Summary
- Read polished markdown from
input.polishedPath - Parse structure: Extract title + ## section headings (expect 3-4 sections)
- Generate prompts:
- Hero:
[Hero of {title}]: {topic summary}, {style}, {background}, 16:9 - Section N:
[Section {N} of {title}]: {section summary}, {style}, {background}, 16:9
- Hero:
- Embed placeholders: Insert
\ \ [image:0]\ \after title,\ \ [image:1]\ \after first section, etc. - Save:
${outputDir}/${ts}-illustrated.md - Return:
{ illustratedPath, imagePrompts: [...], imagePaths: [...] }
Output Format
{
"illustratedPath": "/home/jeff/.openclaw/workspace/contentPolished/2603142145-illustrated.md",
"imagePrompts": ["Hero prompt...", "Section 1 prompt...", "Section 2 prompt..."],
"imagePaths": ["2603142145-main.png", "2603142145-section1.png", "2603142145-section2.png"]
}
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install blog-image-embedder - After installation, invoke the skill by name or use
/blog-image-embedder - Provide required inputs per the skill's parameter spec and get structured output
What is blog-image-embedder?
Analyze polished zh-CN blog markdown, generate hero + per-section image prompts, embed image placeholders into the markdown, and save updated version. It is an AI Agent Skill for Claude Code / OpenClaw, with 305 downloads so far.
How do I install blog-image-embedder?
Run "/install blog-image-embedder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is blog-image-embedder free?
Yes, blog-image-embedder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does blog-image-embedder support?
blog-image-embedder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created blog-image-embedder?
It is built and maintained by Jeff Yang (@j3ffyang); the current version is v1.0.4.