Xhs Images (Xiaohongshu Infographic Generator)
Plans a style-consistent 1-10 image Xiaohongshu/RedNote infographic series from an article -- actual image generation needs an external tool.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 3c947bc
Built a real 7-image outline and a full prompt file for the cover card straight from the bundled style/layout reference tables (exact hex codes, not guessed) -- but the actual PNG generation step hands off to a '/gemini-web' command that isn't in this repo or in Claude Code, so the deliverable stops at the prompt file.
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 7/10
- Docs & honesty 3/5
What Xhs Images (Xiaohongshu Infographic Generator) does
xhs-images turns an article or pasted content into a structured outline and per-image prompt files for a Xiaohongshu (RedNote) infographic series, auto-selecting from 11 visual styles and 6 layouts based on content signals, with exact colors and layout specs pulled from bundled reference files. It triggers on requests for '小红书图片', 'XHS images', or 'RedNote infographics'. The planning and prompt-authoring stages work standalone and were verified against real reference data, but actual PNG generation is delegated to an external '/gemini-web' command that ships in neither this repo nor Claude Code by default.
How to install Xhs Images (Xiaohongshu Infographic Generator)
git clone https://github.com/manwithshit/xhs-images
cd xhs-images
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/xhs-images
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Xhs Images (Xiaohongshu Infographic Generator)
-
/xhs-imagesPlans a style-consistent 1-10 image Xiaohongshu/RedNote infographic series from an article -- actual image generation needs an external tool.
It also activates on plain-language prompts like these:
-
turn this article into a ten image xiaohongshu infographic series -
plan out the image prompts and layout for a RedNote infographic post -
pick a matching visual style for my XHS graphic series from this post
Frequently asked questions
- Is the Xhs Images (Xiaohongshu Infographic Generator) skill free?
- Yes. The skill itself is free from manwithshit/xhs-images. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Xhs Images (Xiaohongshu Infographic Generator) work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Works with setup. Built a real 7-image outline and a full prompt file for the cover card straight from the bundled style/layout reference tables (exact hex codes, not guessed) -- but the actual PNG generation step hands off to a '/gemini-web' command that isn't in this repo or in Claude Code, so the deliverable stops at the prompt file.
- What is the Xhs Images (Xiaohongshu Infographic Generator) SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 7/10, docs & honesty 3/5.
- How do I install Xhs Images (Xiaohongshu Infographic Generator)?
- 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 Xhs Images (Xiaohongshu Infographic Generator) 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.