/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"]
}
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install blog-image-embedder - 安装完成后,直接呼叫该 Skill 的名称或使用
/blog-image-embedder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 305 次。
如何安装 blog-image-embedder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install blog-image-embedder」即可一键安装,无需额外配置。
blog-image-embedder 是免费的吗?
是的,blog-image-embedder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
blog-image-embedder 支持哪些平台?
blog-image-embedder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 blog-image-embedder?
由 Jeff Yang(@j3ffyang)开发并维护,当前版本 v1.0.4。