Install
$ agentstack add skill-norsizu-xhs-graphic-generator-xhs-graphic-generator ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
小红书图文生成
将主题或文章转化为小红书风格的图文卡片系列(3:4竖版,2K分辨率)。
工作流程
1. 分析输入
- 主题模式:用户给主题,自由规划内容
- 改写模式:用户给文章,提取核心改写
确定内容密度: | 密度 | 每张字数 | 图片数 | 适用 | |------|----------|--------|------| | 轻量 | 60-100 | 5-7 | 技巧、分享 | | 中等 | 100-180 | 7-12 | 科普、攻略 | | 重量 | 150-250 | 10-18 | 教程、分析 |
2. 规划图片序列
| 序号 | 类型 | 作用 | |------|------|------| | P1 | cover | 封面 - 吸睛标题 | | P2-Pn | content | 内容 - 每张一个知识点 | | 最后 | summary | 收尾 - 总结+互动引导 |
3. 编写 Prompt 并生成
每张图片的 Prompt 必须包含(300-500英文词):
3:4 vertical Xiaohongshu [card type].
**Style**: [风格名称] with [特征]
**Background**: [背景描述 + HEX色值]
**Main Subject/Layout**: [主体布局]
**Decorative Elements**: [装饰元素]
**Text Content** (Chinese): [完整中文文案]
**Typography**: [字体、大小、颜色、位置]
**Negative prompts**: [15-25个负面词]
调用脚本生成(固定参数:3:4 比例,2K 分辨率):
bash scripts/generate.sh "完整的英文Prompt" "3:4" "2K"
4. 输出结果
展示所有图片 + 帖子标题 + 正文 + 话题标签:
...
### 📝 帖子标题
xxx
### 🏷️ 话题
#话题1 #话题2
参考文件
references/prompt-guide.md- Prompt 编写规范与示例模板references/styles.md- 五种视觉风格的详细配色方案references/content-planning.md- 内容分析与规划方法论
配色速查
| 风格 | 主色 | 强调色 | |------|------|--------| | 清新自然 | #FAF9F7 | #B8E0D2, #5ABAB7 | | 简约卡片 | #FFFFFF | #E8E8E8 | | 奶油治愈 | #FDF8F3 | #C4A77D | | 知识卡片 | #F5F0E8 | #8B7355 | | 科技简约 | #1E293B | #7C3AED, #6366F1 |
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: norsizu
- Source: norsizu/xhs-graphic-generator
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.