Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
freestylefly avatar

Xiaohongshu Cover Generator

  • 1.8k installs
  • 95 repo stars
  • Updated January 26, 2026
  • freestylefly/xiaohongshu-skills

xiaohongshu-cover-generator is an agent skill for Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keyword

About

Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu cover", "封面生成", or provides a topic for cover image generation. The generated image will be saved to the current project directory. The xiaohongshu-cover-generator skill documents workflows and patterns from the repository SKILL.md. --- name: xiaohongshu-cover-generator description: Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu cover", "封面生成", or provides a topic for cover image generation. The generated image will be saved to the current project directory. --- # Xiaohongshu Cover Generator This skill generates Xiaohongshu-style cover images based on user-provided topics. ## Usage When a user requests a Xiaohongshu cover image: 1.

  • Xiaohongshu Cover Generator
  • Confirm the topic with the user if not clear
  • Check for API key (CANGHE_API_KEY environment variable or ask user to provide it)
  • Run the generation script with the topic
  • The image will be saved to the current working directory with filename format: `xiaohongshu-cover-{timestamp}.png`

Xiaohongshu Cover Generator by the numbers

  • 1,771 all-time installs (skills.sh)
  • +27 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #324 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Security screen: HIGH risk (skills.sh audit)
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

xiaohongshu-cover-generator capabilities & compatibility

Capabilities
xiaohongshu cover generator · confirm the topic with the user if not clear · check for api key (canghe_api_key environment va · run the generation script with the topic · the image will be saved to the current working d
Use cases
documentation
From the docs

What xiaohongshu-cover-generator says it does

--- name: xiaohongshu-cover-generator description: Generate Xiaohongshu (小红书) style cover images based on user topics.
SKILL.md
Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu cover", "封面生成", or provides a topic for cover image generation.
SKILL.md
The generated image will be saved to the current project directory.
SKILL.md
--- # Xiaohongshu Cover Generator This skill generates Xiaohongshu-style cover images based on user-provided topics.
SKILL.md
npx skills add https://github.com/freestylefly/xiaohongshu-skills --skill xiaohongshu-cover-generator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.8k
repo stars95
Security audit1 / 3 scanners passed
Last updatedJanuary 26, 2026
Repositoryfreestylefly/xiaohongshu-skills

What problem does xiaohongshu-cover-generator solve for developers using the documented workflows?

Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu c

Who is it for?

Developers working with xiaohongshu-cover-generator patterns described in the skill documentation.

Skip if: Skip when docs are empty or the task is outside the skill documented scope.

When should I use this skill?

Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu c

What you get

Grounded guidance and workflows from SKILL.md for xiaohongshu-cover-generator.

  • xiaohongshu-style cover image file

Files

SKILL.mdMarkdownGitHub ↗

Xiaohongshu Cover Generator

This skill generates Xiaohongshu-style cover images based on user-provided topics.

Usage

When a user requests a Xiaohongshu cover image:

1. Confirm the topic with the user if not clear 2. Check for API key (CANGHE_API_KEY environment variable or ask user to provide it) 3. Run the generation script with the topic 4. The image will be saved to the current working directory with filename format: xiaohongshu-cover-{timestamp}.png

Running the Script

The script is located at scripts/handler.ts and requires:

  • Topic (required): The subject for the cover image
  • API Key (required): Either via environment variable CANGHE_API_KEY or passed as argument

Execute with:

cd ~/.codebuddy/skills/xiaohongshu-cover-generator
npx tsx scripts/handler.ts "<topic>" "<api-key-optional>"

Or with environment variable:

cd ~/.codebuddy/skills/xiaohongshu-cover-generator
CANGHE_API_KEY="your-api-key" npx tsx scripts/handler.ts "<topic>"

API Key

Users need a valid API key from https://api.canghe.ai/

If the API key is missing or invalid, provide the user with clear instructions to obtain one.

Output

The generated image will be saved to the directory where the skill was invoked (current working directory), not the skill's directory. The filename format is xiaohongshu-cover-{timestamp}.png where timestamp is in milliseconds.

Style Specifications

The generated images follow these specifications:

  • Aspect ratio: 3:4 (vertical, mobile-friendly)
  • Style: Clean, refined, youthful aesthetic
  • Automatic removal of watermarks and logos
  • High-quality output suitable for mobile viewing
  • Text should be clear and readable with appropriate sizing

Related skills

How it compares

Pick xiaohongshu-cover-generator when the deliverable is specifically a Xiaohongshu-style cover image rather than generic social graphics or landing-page design.

FAQ

Who is Xiaohongshu Cover Generator for?

Developers and software engineers working with xiaohongshu-cover-generator patterns from the skill documentation.

When should I use Xiaohongshu Cover Generator?

Generate Xiaohongshu (小红书) style cover images based on user topics. Use when the user wants to create a social media cover image in Xiaohongshu style, or mentions keywords like "小红书封面", "Xiaohongshu cover", "封面生成", or pr

Is Xiaohongshu Cover Generator safe to install?

Review the Security Audits panel on this page before installing in production.

Marketing & SEOseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.