将文章内容智能拆解为小红书风格的系列配图,包含封面图、内容图和结尾图。
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionpw-redbook-imageExecute the skills CLI command in your project's root directory to begin installation:
Fetches pw-redbook-image from plugins-world/pw-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate pw-redbook-image. Access via /pw-redbook-image in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
1
total installs
1
this week
21
GitHub stars
0
upvotes
Run in your terminal
1
installs
1
this week
21
stars
将文章内容智能拆解为小红书风格的系列配图,包含封面图、内容图和结尾图。
用户明确要求生成小红书风格配图时:
不适用场景:
# 从 URL 生成
/pw-redbook-image https://example.com/article
# 从文本内容生成
/pw-redbook-image "文章内容..."
# 从 markdown 文件生成
/pw-redbook-image path/to/article.md
图片数量:
每个会话创建一个以主题命名的独立目录:
redbook-{topic-slug}/
├── source.md # 源文章
├── prompts/ # 提示词文件
│ ├── 01_封面图.md
│ ├── 02_内容图_核心观点1.md
│ ├── 03_内容图_核心观点2.md
│ └── 04_结尾图.md
└── images/ # 生成的图片
├── 01_封面图.png
├── 02_内容图_核心观点1.png
├── 03_内容图_核心观点2.png
└── 04_结尾图.png
主题命名规则:
improve-work-efficiency如果 redbook-{topic-slug}/ 已存在:
{topic-slug}-YYYYMMDD-HHMMSSimprove-work-efficiency 已存在 → improve-work-efficiency-20260123-143052使用 source.md 或 source-{原文件名} 保存源文章。
处理输入源:
保存源内容:
redbook-{topic-slug}/source.md 或 source-{原文件名}使用 ${SKILL_DIR}/references/文章拆解模板.md 分析文章:
图片数量建议:
创建 redbook-{topic-slug}/prompts/ 目录,根据图片类型选择模板:
${SKILL_DIR}/references/封面图模板.md${SKILL_DIR}/references/内容图模板.md${SKILL_DIR}/references/结尾图模板.md为每张图生成独立的提示词文件:
01_封面图.md, 02_内容图_关键词.md, 03_结尾图.md检查可用的图片生成技能:
逐张生成图片:
redbook-{topic-slug}/images/合并长图 (需要 ImageMagick):
brew install imagemagick
node ~/.claude/skills/pw-image-generation/scripts/merge-to-long-image.js \
redbook-{topic-slug}/images \
redbook-{topic-slug}/长图.png
合并为 PPT:
node ~/.claude/skills/pw-image-generation/scripts/merge-to-pptx.js \
redbook-{topic-slug}/images \
redbook-{topic-slug}/配图.pptx
合并为 PDF:
node ~/.claude/skills/pw-image-generation/scripts/merge-to-pdf.js \
redbook-{topic-slug}/images \
redbook-{topic-slug}/配图.pdf
生成完成后输出:
小红书系列图已生成!
主题: [主题]
图片数量: [数量] 张
工作目录: redbook-{topic-slug}/
后续步骤:
- 预览所有图片确认风格一致性
- 如需要可使用合并工具生成长图、PPT 或 PDF
风格一致性:
内容设计:
提示词优化:
问题: 生成的图片风格不一致 解决: 在提示词中明确指定相同的风格关键词,如 "cartoon style, hand-drawn, pastel colors"
问题: 图片内容太多,不够简洁 解决: 减少每张图的文字量,拆分为更多张图片,每张聚焦一个观点
问题: URL 抓取失败 解决: 检查网址是否可访问,或直接复制文章内容作为文本输入
问题: 目录已存在
解决: 自动追加时间戳,如 improve-work-efficiency-20260123-143052
问题: 图片生成失败 解决: 检查图片生成技能是否可用,确认 API 配置正确
| 模板文件 | 用途 | 位置 |
|---|---|---|
| 文章拆解模板.md | 将文章拆解为系列图的分析模板 | ${SKILL_DIR}/references/ |
| 封面图模板.md | 封面图提示词生成模板 | ${SKILL_DIR}/references/ |
| 内容图模板.md | 内容图提示词生成模板 | ${SKILL_DIR}/references/ |
| 结尾图模板.md | 结尾图提示词生成模板 | ${SKILL_DIR}/references/ |
通过 EXTEND.md 支持自定义配置,检查路径 (优先级顺序):
.pw-skills/pw-redbook-image/EXTEND.md (项目级)~/.pw-skills/pw-redbook-image/EXTEND.md (用户级)如果找到,在工作流程之前加载。扩展内容会覆盖默认值。
可自定义内容:
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
ailabs-393/ai-labs-claude-skills
pw-redbook-image reduced setup friction for our internal harness; good balance of opinion and flexibility.
pw-redbook-image has been reliable in day-to-day use. Documentation quality is above average for community skills.
pw-redbook-image is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: pw-redbook-image is focused, and the summary matches what you get after install.
pw-redbook-image has been reliable in day-to-day use. Documentation quality is above average for community skills.
Registry listing for pw-redbook-image matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in pw-redbook-image — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: pw-redbook-image is focused, and the summary matches what you get after install.
Keeps context tight: pw-redbook-image is the kind of skill you can hand to a new teammate without a long onboarding doc.
pw-redbook-image fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
showing 1-10 of 69