xhs-images

Xiaohongshu (Little Red Book) infographic series generator with multiple style options. Breaks down content into 1-10 cartoon-style infographics. Use when user asks to create "小红书图片", "XHS images", or "RedNote infographics".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "xhs-images" with this command: npx skills add manwithshit/xhs-images/manwithshit-xhs-images-xhs-images

Xiaohongshu Infographic Series Generator

Break down complex content into eye-catching infographic series for Xiaohongshu.

Usage

# Auto-select style and layout based on content
/xhs-images posts/ai-future/article.md

# Specify style
/xhs-images posts/ai-future/article.md --style notion

# Specify layout
/xhs-images posts/ai-future/article.md --layout dense

# Combine style and layout
/xhs-images posts/ai-future/article.md --style tech --layout list

# Direct content input
/xhs-images
[paste content]

Options

OptionDescription
--style <name>Visual style (see Style Gallery below)
--layout <name>Information layout (see Layout Gallery below)

Two Dimensions

DimensionControlsOptions
StyleVisual aesthetics: colors, lines, decorationscute, fresh, tech, warm, bold, minimal, retro, pop, notion, productivity, insight
LayoutInformation structure: density, arrangementsparse, balanced, dense, list, comparison, flow

Style × Layout can be freely combined. Example: --style notion --layout dense creates an intellectual-looking knowledge card with high information density.

Style Gallery (Quick Reference)

StyleDescriptionBest For
cuteSweet, adorable, girly - classic XHS aestheticLifestyle, beauty, fashion
freshClean, refreshing, naturalHealth, wellness, self-care
techModern, smart, digitalTech tutorials, AI content
warmCozy, friendly, approachablePersonal stories, life lessons
boldHigh impact, attention-grabbingImportant tips, warnings
minimalUltra-clean, sophisticatedProfessional content
retroVintage, nostalgic, trendyThrowback, classic tips
popVibrant, energetic, eye-catchingFun facts, announcements
notionMinimalist hand-drawn line artKnowledge sharing, SaaS
productivityStructured, light mode, clean UIHow-to tutorials, tools
insightHigh clarity, dark mode, premiumMental models, deep thoughts

For detailed style specs (colors, elements, typography): See references/styles.md

Layout Gallery (Quick Reference)

LayoutDensityBest For
sparse1-2 points, 60-70% whitespaceCovers, quotes, impactful statements
balanced3-4 points, 40-50% whitespaceRegular content, tutorials
dense5-8 points, 20-30% whitespaceSummary cards, cheat sheets
list4-7 items, 30-40% whitespaceTop N lists, checklists
comparison2×2-4 points, 30-40% whitespaceBefore/After, pros/cons
flow3-6 steps, 30-40% whitespaceProcesses, timelines

For detailed layout specs and Style×Layout matrix: See references/layouts.md

Auto Selection Logic

Auto Style Selection

Content SignalsSelected Style
Beauty, fashion, cute, girl, pinkcute
Health, nature, clean, freshfresh
Tech, AI, code, digital, app, tooltech
Life, story, emotion, feelingwarm
Warning, important, must, criticalbold
Professional, business, elegantminimal
Classic, vintage, old, traditionalretro
Fun, exciting, wow, amazingpop
Knowledge, concept, productivity, SaaSnotion
How-to, tutorial, tool recommendationproductivity
Mental model, deep thought, insightinsight

Auto Layout Selection

Content SignalsSelected Layout
Single quote, one key point, coversparse
3-4 points, explanation, tutorialbalanced
5+ points, summary, cheat sheetdense
Numbered items, top N, checklistlist
vs, compare, before/after, pros/conscomparison
Process, flow, timeline, ordered stepsflow

Layout by Position

PositionRecommended Layout
Coversparse
Contentbalanced / dense / list (content-appropriate)
Endingsparse or balanced

File Management

With Article Path

Save to xhs-images/ subdirectory in the same folder as the article:

posts/ai-future/
├── article.md
└── xhs-images/
    ├── outline.md
    ├── prompts/
    │   ├── 01-cover.md
    │   └── ...
    ├── 01-cover.png
    └── 02-ending.png

Without Article Path

Save to xhs-outputs/YYYY-MM-DD/[topic-slug]/

Workflow

Step 1: Analyze Content & Select Style/Layout

  1. Read content
  2. If --style specified, use that style; otherwise auto-select
  3. If --layout specified, use that layout; otherwise auto-select per image
  4. Determine image count:
    • Simple topic: 2-3 images
    • Medium complexity: 4-6 images
    • Deep dive: 7-10 images

Step 2: Generate Outline

Plan for each image with style and layout specifications. Save as outline.md:

# Xiaohongshu Infographic Series Outline

**Topic**: [topic]
**Style**: [selected style]
**Default Layout**: [selected layout or "varies"]
**Image Count**: N
**Generated**: YYYY-MM-DD HH:mm

---

## Image 1 of N

**Position**: Cover
**Layout**: sparse
**Core Message**: [one-liner]
**Filename**: 01-cover.png

**Text Content**:
- Title: xxx
- Subtitle: xxx

**Visual Concept**: [style + layout appropriate description]

---
...

Step 3: Generate Images One by One

For each image:

  1. Read style details from references/styles.md (load target style section only)
  2. Read layout details from references/layouts.md (load target layout section only)
  3. Create prompt file in prompts/ directory
  4. Generate using:
/gemini-web --promptfiles [SKILL_ROOT]/prompts/system.md [TARGET_DIR]/prompts/01-cover.md --image [TARGET_DIR]/01-cover.png

Prompt Format:

Infographic theme: [topic]
Style: [style name]
Layout: [layout name]
Position: [cover/content/ending]

Visual composition:
- Main visual: [style-appropriate description]
- Arrangement: [layout-specific structure]
- Decorative elements: [style-specific decorations]

Color scheme:
- Primary: [from style spec]
- Background: [from style spec]
- Accent: [from style spec]

Text content:
- Title: 「xxx」(large, prominent)
- Key points: [based on layout density]

Layout instructions: [from layout spec]
Style notes: [from style spec]

Step 4: Completion Report

Xiaohongshu Infographic Series Complete!

Topic: [topic]
Style: [style name]
Layout: [layout name or "varies"]
Location: [directory path]
Images: N total

- 01-cover.png ✓ Cover (sparse)
- 02-content-1.png ✓ Content (balanced)
- 03-ending.png ✓ Ending (sparse)

Outline: outline.md

Content Breakdown Principles

  1. Cover (Image 1): Strong visual impact, core title, attention hook → sparse layout
  2. Content (Middle): Core points per image, density varies by content
  3. Ending (Last): Summary / call-to-action / memorable quote → sparse or balanced

Notes

  • Image generation typically takes 10-30 seconds per image
  • Auto-retry once on generation failure
  • Use cartoon alternatives for sensitive public figures
  • Output language matches input content language
  • Maintain selected style consistency across all images in series

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

xhs-images

No summary provided by upstream source.

Repository SourceNeeds Review
General

ll-feishu-audio

飞书语音交互技能。支持语音消息自动识别、AI 处理、语音回复全流程。需要配置 FEISHU_APP_ID 和 FEISHU_APP_SECRET 环境变量。使用 faster-whisper 进行语音识别,Edge TTS 进行语音合成,自动转换 OPUS 格式并通过飞书发送。适用于飞书平台的语音对话场景。

Archived SourceRecently Updated
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

51mee-resume-profile

简历画像。触发场景:用户要求生成候选人画像;用户想了解候选人的多维度标签和能力评估。

Archived SourceRecently Updated