rednote-images
Generate RedNote image series with structured style and layout choices and bundled generation tooling. Use when the user asks to create RedNote image cards, RedNote cover cards, or social infographic series.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/632657122/rednote-imagesRedNote Image Series (rednote-images)
Reference Images (Important)
If you use reference images (image-to-image / series reference / consistency refs):
- Reference images must be public URLs.
- HTTPS is strongly recommended.
http://may work but is insecure and can be blocked by some networks.- Local file paths and
data:URLs are not supported by the WeryAI gateway.
Generate RedNote image cards, RedNote cover cards, and social infographic series with a stable card-by-card workflow.
This RedNote image skill turns a RedNote image-series request into a more stable set of card prompts and generates the resulting sequence. Use it to create RedNote image cards, RedNote cover cards, or a social infographic series from one topic.
Dependencies: scripts/scaffold.ts, scripts/build-prompts.ts, scripts/build-batch.ts, the bundled runtime under scripts/vendor/, IMAGE_GEN_API_KEY, and Node.js + npm. No other skills are required.
Authentication and first-time setup
Before the first real generation run:
- Create a WeryAI account.
- Open the API key page at
https://www.weryai.com/api/keys. - Create a new API key and copy the secret value.
- Add it to the required environment variable
IMAGE_GEN_API_KEY, or let the setup flow persist it under.image-skills/rednote-images/.env. - Make sure the WeryAI account has available balance or credits before paid generation.
OpenClaw-friendly setup
- This skill already declares
IMAGE_GEN_API_KEYinmetadata.openclaw.requires.envandprimaryEnv. - After installation, if the installer or runtime asks for required environment variables, paste the key into
IMAGE_GEN_API_KEY. - If you are configuring the runtime manually, export it before running commands:
export IMAGE_GEN_API_KEY="your_api_key_here"
Quick verification
Use one safe check before the first paid run:
cd {baseDir} && npm run doctor -- --project . --workflow rednote
cd {baseDir} && npm run ensure-ready -- --project . --workflow rednote --dry-run
cd {baseDir} && npm run generate -- --prompt "RedNote layout smoke test" --image ./out/rednote-smoke.png --ar 1:1 --dry-run
doctoris read-only and confirms whether the key and local tooling are ready.ensure-ready --dry-runconfirms the guided setup path without changing the workspace.generate --dry-runprints the final request body without calling WeryAI or consuming credits.
Script:
scripts/scaffold.tsscripts/build-prompts.tsscripts/build-batch.ts
Safety & Scope
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-632657122-rednote-images": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
infographic
Generate high-density infographics with structured layout and style choices and bundled generation tooling. Use when the user asks to create an infographic, a visual summary, or a dense single-page information graphic.
character-image-generator
Generate character design images, original character art, OC portraits, character sheets, and hero concept art. Use when the user asks for a character design, OC, character portrait, fantasy character, anime character, or original persona image.
cover-image
Generate article cover images with structured dimensions and bundled generation tooling. Use when the user asks to create a cover image, article cover, blog header, newsletter hero image, or banner-style key visual.
comic
Generate educational or narrative comic pages with structured art, tone, layout, and language decisions and bundled generation tooling. Use when the user asks to create a knowledge comic, tutorial comic, biography comic, educational comic, or a multi-page comic sequence.