RedBook Creator

Turns raw photos/video/text into a formula-driven Xiaohongshu (小红书) post, edited video, and local preview.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 6cc21ed

Ran the real text-to-post pipeline for a tomato-and-egg recipe: WebSearch for trending-title patterns, formula-built title+copy with correct emoji/tag counts, and a live run of generate_preview.py that produced a working phone-frame HTML mockup - a baseline pass without the skill produced a flat recipe blurb with none of that platform structure. The auto-upload script fills the post form via Selenium but stops short of clicking publish, leaving that to the user, exactly as documented.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What RedBook Creator does

Analyzes user-supplied images, video, or text; searches the web for trending Xiaohongshu post patterns; generates 3-5 formula-based titles and platform-tailored copy with emoji/tags; auto-edits any video (merge, crossfade, AI narration via edge-tts, generated BGM, burned-in subtitles); pre-fills (but does not auto-publish) the Xiaohongshu creator upload form via Selenium; and renders a phone-frame HTML preview. Triggers on Chinese/English Xiaohongshu-creation phrases (小红书创作, 小红书, create redbook); not applicable to other social platforms.

How to install RedBook Creator

git clone https://github.com/BoomSky0416/redbook-creator.git ~/.claude/skills/redbook-creator
pip3 install edge-tts selenium
brew install ffmpeg

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger RedBook Creator

  • /redbook-creator Turns raw photos/video/text into a formula-driven Xiaohongshu (小红书) post, edited video, and local preview.

It also activates on plain-language prompts like these:

  • 帮我把这几张越南下龙湾旅拍照片整理成一篇完整的小红书种草笔记,配上标题、正文和话题标签
  • 我有一段猫咪玩耍的视频素材,想剪辑成小红书爆款内容,加上背景音乐、字幕和AI配音解说
  • 帮我写一篇小红书笔记,推荐这家新开的日式拉面店,要带上热门的标题公式和常见的表情符号标签

Frequently asked questions

Is the RedBook Creator skill free?
Yes. The skill itself is free from BoomSky0416/redbook-creator. SkillProof publishes the install command and an independent test verdict at no cost.
Does RedBook Creator work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the real text-to-post pipeline for a tomato-and-egg recipe: WebSearch for trending-title patterns, formula-built title+copy with correct emoji/tag counts, and a live run of generate_preview.py that produced a working phone-frame HTML mockup - a baseline pass without the skill produced a flat recipe blurb with none of that platform structure. The auto-upload script fills the post form via Selenium but stops short of clicking publish, leaving that to the user, exactly as documented.
What is the RedBook Creator SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install RedBook Creator?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use RedBook Creator with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.