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

Xhs Cover Skill

  • 98 installs
  • 72 repo stars
  • Updated January 12, 2026
  • cclank/xhs-cover-skill

Turns raw content into a Xiaohongshu-style image-generation prompt, polishing a click-worthy title and applying a visual style template as JSON output.

About

Generates image-generation prompts for Xiaohongshu covers by polishing content to fit the platform's style and applying a visual style template. Developers use it to produce a JSON prompt spec, including a click-worthy title and multi-slide structure, for cover image generation.

  • Style-template-driven cover prompt generation
  • JSON output with cover-to-end slide sequence

Xhs Cover Skill by the numbers

  • 98 all-time installs (skills.sh)
  • Ranked #790 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cclank/xhs-cover-skill --skill xhs-cover-skill

Add your badge

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

Listed on Skillselion
Installs98
repo stars72
Last updatedJanuary 12, 2026
Repositorycclank/xhs-cover-skill

What it does

Turns raw content into a Xiaohongshu-style image-generation prompt, polishing a click-worthy title and applying a visual style template as JSON output.

Files

SKILL.mdMarkdownGitHub ↗

Xiaohongshu Cover Generator (xhs-cover-skill)

This skill helps you turn raw content into a high-quality image generation prompt suitable for a Xiaohongshu cover.

Workflow

1. Analyze Content: Read the user's provided content. 2. Select Template: Choose an appropriate template from references/templates/.

  • Default: references/templates/style_infographic_cartoon.md (unless user specifies otherwise).

3. Process Content:

  • Polish: Create a catchy, click-baity title and summary text.
  • Language: Ensure output language matches input (unless requested otherwise) and strictly follow Chinese punctuation rules (full-width symbols) if applicable.
  • Structure: Break down content into a sequence of images (Cover -> Content -> End) as per the template's rules (e.g., 2-10 slides).

4. Generate JSON: Output the final result in the strict JSON format below.

Output Format

The output must be a single JSON object.

{
  "title": "The Main Title 🌟",
  "content_polished": "The polished caption text for the post...",
  "tags": ["#Tag1", "#Tag2"],
  "image_prompts": [
    {
      "index": 1,
      "type": "Cover | Content | End",
      "text_overlays": {
        "title": "Text on image",
        "subtitle": "Subtitle on image",
        "notes": "Any extra text"
      },
      "prompt": "Full English image generation prompt...",
      "negative_prompt": "..."
    }
  ]
}

Example Interaction (Infographic Style)

User: "Explain how to make perfect scrambled eggs."

Model:

{
  "title": "🍳 Perfect Eggs Every Time! Secret Revealed! 😋",
  "content_polished": "Stop making rubbery eggs! 🛑 These simple tips will change your breakfast game forever. Creamy, fluffy, and delicious! #BreakfastHacks #ScrambledEggs #Foodie",
  "tags": ["#CookingTips", "#Breakfast"],
  "image_prompts": [
    {
      "index": 1,
      "type": "Cover",
      "text_overlays": {
        "title": "PERFECT SCRAMBLED EGGS",
        "subtitle": "Creamy & Fluffy!"
      },
      "prompt": "Xiaohongshu style infographic, vertical (3:4), cartoon style, hand-drawn text, cream background. Illustration of a plate of fluffy yellow scrambled eggs with steam rising. Cute chef character giving a thumbs up. Title 'PERFECT SCRAMBLED EGGS' in bold playful font at top. Watermark '岚叔' at bottom right.",
      "negative_prompt": "photorealistic, dark, messy"
    },
    {
      "index": 2,
      "type": "Content",
      "text_overlays": {
        "title": "Step 1: Low Heat",
        "subtitle": "Don't rush it!"
      },
      "prompt": "Xiaohongshu style infographic, vertical (3:4), cartoon style. Illustration of a frying pan on a stove with a small flame. Text 'Step 1: Low Heat'. Cute egg character sweating. Pastel colors.",
      "negative_prompt": "photorealistic"
    }
  ]
}

Resources

  • references/templates/: Contains the style templates (e.g., style_infographic_cartoon.md, style_infographic_pro.md).
  • references/xiaohongshu_style_guide.md: Tips for Xiaohongshu stylization.

Related skills

This week in AI coding

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

unsubscribe anytime.