Skip to main content

floracat-rednote

Generate Xiaohongshu image series from source content. Analyze the material, recommend strategy, style, layout, and image count, confirm with the user, assemble per-page prompt files, and produce 1-10 final PNG images through an installed image-generation skill. Use when the user mentions "小红书图片", "小红书图文", "小红书封面", "XHS images", "RedNote carousel", or wants source content turned into swipeable social image cards for Chinese platforms.

Zur Installation springen

Quellinformationen

Repository
FloraCat526/floracat-skills
Letzte Quellaktivität
14. April 2026 um 09:18
Erkannte Sprache von SKILL.md
Englisch
Sterne
37
Forks
4

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
24 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
floracat-rednote
description
Generate Xiaohongshu image series from source content. Analyze the material, recommend strategy, style, layout, and image count, confirm with the user, assemble per-page prompt files, and produce 1-10 final PNG images through an installed image-generation skill. Use when the user mentions "小红书图片", "小红书图文", "小红书封面", "XHS images", "RedNote carousel", or wants source content turned into swipeable social image cards for Chinese platforms.
version
1.56.1
metadata
{"openclaw":{"homepage":"https://github.com/floradeng/floracat-skills#floracat-rednote"}}
# Xiaohongshu Infographic Series Generator Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. ## Usage ```bash # Auto-select style and layout based on content /floracat-rednote posts/ai-future/article.md # Specify style /floracat-rednote posts/ai-future/article.md --style notion # Specify layout /floracat-rednote posts/ai-future/article.md --layout dense # Combine style and layout /floracat-rednote posts/ai-future/article.md --style notion --layout list # Use preset (style + layout shorthand) /floracat-rednote posts/ai-future/article.md --preset knowledge-card # Preset with override /floracat-rednote posts/ai-future/article.md --preset poster --layout quadrant # Direct content input /floracat-rednote [paste content] # Direct input with options /floracat-rednote --style bold --layout comparison [paste content] ``` ## Options | Option | Description | |--------|-------------| | `--style <name>` | Visual style (see Style Gallery) | | `--layout <name>` | Information layout (see Layout Gallery) | | `--preset <name>` | Style + layout shorthand (see [Style Presets](references/style-presets.md)) | ## Two Dimensions | Dimension | Controls | Options | |-----------|----------|---------| | **Style** | Visual aesthetics: colors, lines, decorations | cute, fresh, warm, bold, minimal, retro, pop, notion, chalkboard, study-notes, screen-print | | **Layout** | Information structure: density, arrangement | sparse, balanced, dense, list, comparison, flow, mindmap, quadrant | Style × Layout can be freely combined. Example: `--style notion --layout dense` creates an intellectual-looking knowledge card with high information density. Or use presets: `--preset knowledge-card` → style + layout in one flag. See [Style Presets](references/style-presets.md). ## Style Gallery | Style | Description | |-------|-------------| | `cute` (Default) | Sweet, adorable, girly - classic Xiaohongshu aesthetic | | `fresh` | Clean, refreshing, natural | | `warm` | Cozy, friendly, approachable | | `bold` | High impact, attention-grabbing | | `minimal` | Ultra-clean, sophisticated | | `retro` | Vintage, nostalgic, trendy | | `pop` | Vibrant, energetic, eye-catching | | `notion` | Minimalist hand-drawn line art, intellectual | | `chalkboard` | Colorful chalk on black board, educational | | `study-notes` | Realistic handwritten photo style, blue pen + red annotations + yellow highlighter | | `screen-print` | Bold poster art, halftone textures, limited colors, symbolic storytelling | Detailed style definitions: `references/presets/<style>.md` ## Preset Gallery Quick-start presets by content scenario. Use `--preset <name>` or recommend during Step 2. **Knowledge & Learning**: | Preset | Style | Layout | Best For | |--------|-------|--------|----------| | `knowledge-card` | notion | dense | 干货知识卡、概念科普 | | `checklist` | notion | list | 清单、排行榜、必备清单 | | `concept-map` | notion | mindmap | 概念图、知识脉络 | | `swot` | notion | quadrant | SWOT分析、四象限分类 | | `tutorial` | chalkboard | flow | 教程步骤、操作流程 | | `classroom` | chalkboard | balanced | 课堂笔记、知识讲解 | | `study-guide` | study-notes | dense | 学习笔记、考试重点 | **Lifestyle & Sharing**: | Preset | Style | Layout | Best For | |--------|-------|--------|----------| | `cute-share` | cute | balanced | 少女风分享、日常种草 | | `girly` | cute | sparse | 甜美封面、氛围感 | | `cozy-story` | warm | balanced | 生活故事、情感分享 | | `product-review` | fresh | comparison | 产品对比、测评 | | `nature-flow` | fresh | flow | 健康流程、自然主题 | **Impact & Opinion**: | Preset | Style | Layout | Best For | |--------|-------|--------|----------| | `warning` | bold | list | 避坑指南、重要提醒 | | `versus` | bold | comparison | 正反对比、强烈对照 | | `clean-quote` | minimal | sparse | 金句、极简封面 | | `pro-summary` | minimal | balanced | 专业总结、商务内容 | **Trend & Entertainment**: | Preset | Style | Layout | Best For | |--------|-------|--------|----------| | `retro-ranking` | retro | list | 复古排行、经典盘点 | | `throwback` | retro | balanced | 怀旧分享、老物件 | | `pop-facts` | pop | list | 趣味冷知识、好玩的事 | | `hype` | pop | sparse | 炸裂封面、惊叹分享 | **Poster & Editorial**: | Preset | Style | Layout | Best For | |--------|-------|--------|----------| | `poster` | screen-print | sparse | 海报风封面、影评书评 | | `editorial` | screen-print | balanced | 观点文章、文化评论 | | `cinematic` | screen-print | comparison | 电影对比、戏剧张力 | Full preset definitions: [references/style-presets.md](references/style-presets.md) ## Layout Gallery | Layout | Description | |--------|-------------| | `sparse` (Default) | Minimal information, maximum impact (1-2 points) | | `balanced` | Standard content layout (3-4 points) | | `dense` | High information density, knowledge card style (5-8 points) | | `list` | Enumeration and ranking format (4-7 items) | | `comparison` | Side-by-side contrast layout | | `flow` | Process and timeline layout (3-6 steps) | | `mindmap` | Center radial mind map layout (4-8 branches) | | `quadrant` | Four-quadrant / circular section layout | Detailed layout definitions: `references/elements/canvas.md` ## Auto Selection | Content Signals | Style | Layout | Recommended Preset | |-----------------|-------|--------|--------------------| | Beauty, fashion, cute, girl, pink | `cute` | sparse/balanced | `cute-share`, `girly` | | Health, nature, clean, fresh, organic | `fresh` | balanced/flow | `product-review`, `nature-flow` | | Life, story, emotion, feeling, warm | `warm` | balanced | `cozy-story` | | Warning, important, must, critical | `bold` | list/comparison | `warning`, `versus` | | Professional, business, elegant, simple | `minimal` | sparse/balanced | `clean-quote`, `pro-summary` | | Classic, vintage, old, traditional | `retro` | balanced | `throwback`, `retro-ranking` | | Fun, exciting, wow, amazing | `pop` | sparse/list | `hype`, `pop-facts` | | Knowledge, concept, productivity, SaaS | `notion` | dense/list | `knowledge-card`, `checklist` | | Education, tutorial, learning, teaching, classroom | `chalkboard` | balanced/dense | `tutorial`, `classroom` | | Notes, handwritten, study guide, knowledge, realistic, photo | `study-notes` | dense/list/mindmap | `study-guide` | | Movie, album, concert, poster, opinion, editorial, dramatic, cinematic | `screen-print` | sparse/comparison | `poster`, `editorial`, `cinematic` | ## Outline Strategies Three differentiated outline strategies for different content goals: ### Strategy A: Story-Driven (故事驱动型) | Aspect | Description | |--------|-------------| | **Concept** | Personal experience as main thread, emotional resonance first | | **Features** | Start from pain point, show before/after change, strong authenticity | | **Best for** | Reviews, personal shares, transformation stories | | **Structure** | Hook → Problem → Discovery → Experience → Conclusion | ### Strategy B: Information-Dense (信息密集型) | Aspect | Description | |--------|-------------| | **Concept** | Value-first, efficient information delivery | | **Features** | Clear structure, explicit points, professional credibility | | **Best for** | Tutorials, comparisons, product reviews, checklists | | **Structure** | Core conclusion → Info card → Pros/Cons → Recommendation | ### Strategy C: Visual-First (视觉优先型) | Aspect | Description | |--------|-------------| | **Concept** | Visual impact as core, minimal text | | **Features** | Large images, atmospheric, instant appeal | | **Best for** | High-aesthetic products, lifestyle, mood-based content | | **Structure** | Hero image → Detail shots → Lifestyle scene → CTA | ## File Structure Each session creates an independent directory named by content slug: ``` xhs-images/{topic-slug}/ ├── source-{slug}.{ext} # Source files (text, images, etc.) ├── analysis.md # Deep analysis + questions asked ├── outline-strategy-a.md # Strategy A: Story-driven ├── outline-strategy-b.md # Strategy B: Information-dense ├── outline-strategy-c.md # Strategy C: Visual-first ├── outline.md # Final selected/merged outline ├── prompts/ │ ├── 01-cover-[slug].md │ ├── 02-content-[slug].md │ └── ... ├── 01-cover-[slug].png ├── 02-content-[slug].png └── NN-ending-[slug].png ``` **Slug Generation**: 1. Extract main topic from content (2-4 words, kebab-case) 2. Example: "AI工具推荐" → `ai-tools-recommend` **Conflict Resolution**: If `xhs-images/{topic-slug}/` already exists: - Append timestamp: `{topic-slug}-YYYYMMDD-HHMMSS` - Example: `ai-tools` exists → `ai-tools-20260118-143052` **Source Files**: Copy all sources with naming `source-{slug}.{ext}`: - `source-article.md`, `source-photo.jpg`, etc. - Multiple sources supported: text, images, files from conversation ## Workflow ### Progress Checklist Copy and track progress: ``` XHS Infographic Progress: - [ ] Step 0: Check preferences (EXTEND.md) ⛔ BLOCKING - [ ] Found → load preferences → continue - [ ] Not found → run first-time setup → MUST complete before Step 1 - [ ] Step 1: Analyze content → analysis.md - [ ] Step 2: Smart Confirm ⚠️ REQUIRED - [ ] Path A: Quick confirm → generate recommended outline - [ ] Path B: Customize → adjust then generate outline - [ ] Path C: Detailed → 3 outlines → second confirm → generate outline - [ ] Step 3: Generate images (sequential) - [ ] Step 4: Completion report ``` ### Flow ``` Input → [Step 0: Preferences] ─┬─ Found → Continue │ └─ Not found → First-Time Setup ⛔ BLOCKING │ └─ Complete setup → Save EXTEND.md → Continue │ ┌───────────────────────────────────────────────────────────────────────────┘ ↓ Analyze → [Smart Confirm] ─┬─ Quick: confirm recommended → outline.md → Generate → Complete │ ├─ Customize: adjust options → outline.md → Generate → Complete │ └─ Detailed: 3 outlines → [Confirm 2] → outline.md → Generate → Complete ``` ### Step 0: Load Preferences (EXTEND.md) ⛔ BLOCKING **Purpose**: Load user preferences or run first-time setup. **CRITICAL**: If EXTEND.md not found, MUST complete first-time setup before ANY other questions or steps. Do NOT proceed to content analysis, do NOT ask about style, do NOT ask about layout — ONLY complete the preferences setup first. Check EXTEND.md existence (priority order): ```bash # macOS, Linux, WSL, Git Bash test -f .floracat-skills/floracat-rednote/EXTEND.md && echo "project" test -f "$HOME/.floracat-skills/floracat-rednote/EXTEND.md" && echo "user" ``` ```powershell # PowerShell (Windows) if (Test-Path .floracat-skills/floracat-rednote/EXTEND.md) { "project" }
Auf GitHub ansehen
Diese SKILL.md ist sehr gross, daher zeigt SkillsMP hier nur den ersten Abschnitt. Auf GitHub ansehen