NimaChu / free-imagegen
free-imagegen
Fully local free text-to-image skill for OpenClaw and general assets. Generates SVG from prompt, then converts SVG to PNG with local tools only (no online API calls).
Use this skill when the user wants fully local image generation with a Prompt -> SVG -> PNG pipeline and does not want online image APIs.
This skill is best for:
- text-heavy cover images
- Xiaohongshu-style text covers
- infographics and knowledge cards
- article-to-image card sets
- OpenClaw thumbnails and icons
- simple stylized illustrations as a lightweight fallback
- direct
custom_svgrendering when the agent wants full visual control
This skill is not a photorealistic diffusion model. It is a local, rule-based composition engine that renders through SVG and exports PNG locally.
When To Use It
Use free-imagegen when the request matches one or more of these cases:
- the user wants free local text-to-image generation
- the user wants local PNG output, with optional SVG retention when needed
- the user wants a text cover, title card, poster, or thumbnail
- the user wants an infographic, comparison card, flow card, QA card, map, or catalog
- the user wants to turn an article into a sequence of image cards
- the user wants OpenClaw-ready
thumbnail/iconassets
Do not use this skill when the user needs:
SKILL.md