Install
openclaw skills install blog-image-embedderAnalyze polished zh-CN blog markdown, generate hero + per-section image prompts, embed image placeholders into the markdown, and save updated version.
openclaw skills install blog-image-embedderAnalyzes polished zh-CN markdown, generates consistent image prompts (hero + 1 per section), embeds [image:x] placeholders, saves illustrated version.
Use after blog-polish-zhcn completes. Input is polishedPath from first skill. Triggers: "add images to my polished blog", "generate image prompts for sections".
style: clean flat vector illustration, minimal isometric, software-engineering diagram vibebackground:
default: white background with subtle gridaspectRatioHero: 16:9 horizontalaspectRatioSection: 16:9input.polishedPath[Hero of {title}]: {topic summary}, {style}, {background}, 16:9[Section {N} of {title}]: {section summary}, {style}, {background}, 16:9\n\n[image:0]\n\n after title, \n\n[image:1]\n\n after first section, etc.${outputDir}/${ts}-illustrated.md{ illustratedPath, imagePrompts: [...], imagePaths: [...] }{
"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"]
}