ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/632657122/rednote-images
Or

RedNote 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:

  1. Create a WeryAI account.
  2. Open the API key page at https://www.weryai.com/api/keys.
  3. Create a new API key and copy the secret value.
  4. Add it to the required environment variable IMAGE_GEN_API_KEY, or let the setup flow persist it under .image-skills/rednote-images/.env.
  5. Make sure the WeryAI account has available balance or credits before paid generation.

OpenClaw-friendly setup

  • This skill already declares IMAGE_GEN_API_KEY in metadata.openclaw.requires.env and primaryEnv.
  • 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
  • doctor is read-only and confirms whether the key and local tooling are ready.
  • ensure-ready --dry-run confirms the guided setup path without changing the workspace.
  • generate --dry-run prints the final request body without calling WeryAI or consuming credits.

Script:

  • scripts/scaffold.ts
  • scripts/build-prompts.ts
  • scripts/build-batch.ts

Safety & Scope

Metadata

Author@632657122
Stars3788
Views0
Updated2026-04-04
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-632657122-rednote-images": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.