Install
openclaw skills install content-system-generate-imageGenerate article companion images for the content factory pipeline. Use when Codex needs article images, infographic cards, inline visuals, or a PNG exported...
openclaw skills install content-system-generate-imageGenerate the image asset for an article draft as an independent executor. On ClawHub, this skill is published as content-system-generate-image.
Run the default command:
.venv/bin/python -m skill_runtime.cli run-skill generate-image --input content-production/drafts/ai-content-system-article.md
Start from an article markdown draft that already has a stable title, structure, and core message. Use the article content to infer the primary visual theme and the most useful image role, such as header art, infographic card, or inline supporting visual.
The default remote image backend is:
provider: openai
api base: https://new.suxi.ai/v1
model: nano-nx
This is meant for the 香蕉画图 endpoint, which is treated as an OpenAI-compatible image API.
skills/generate-image/runtime.py.wechat-studio is involved, let the workbench decide whether and how to ingest the result.Per-article overrides are supported through Markdown frontmatter fields:
image_providerimage_api_baseimage_modelWrite the primary exported file to:
content-production/ready/<slug>-img-1.png
md2wechat configSK, place it into the token field, and log incontent-production/ready/*.png as the executor's exported artifact; any workbench copy should be managed by wechat-studio, not by this skillskills/generate-image/runtime.pyskill_runtime/engine.pyskills/wechat-studio/frontend/server.pydocs/generate-image-execution-spec.md