long-article-illustration
长文配图助手。为长篇文章自动划分段落、生成AI配图提示词并调用图像生成工具完成配图。适用场景:(1) 公众号/博客长文需要配图 (2) 用户上传文章希望获得段落配图建议 (3) 批量生成文章插图 (4) 用户提到"文章配图""长文插画""段落配图"等关键词时触发
Best use case
long-article-illustration is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
长文配图助手。为长篇文章自动划分段落、生成AI配图提示词并调用图像生成工具完成配图。适用场景:(1) 公众号/博客长文需要配图 (2) 用户上传文章希望获得段落配图建议 (3) 批量生成文章插图 (4) 用户提到"文章配图""长文插画""段落配图"等关键词时触发
Teams using long-article-illustration should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/long-article-illustration/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How long-article-illustration Compares
| Feature / Agent | long-article-illustration | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
长文配图助手。为长篇文章自动划分段落、生成AI配图提示词并调用图像生成工具完成配图。适用场景:(1) 公众号/博客长文需要配图 (2) 用户上传文章希望获得段落配图建议 (3) 批量生成文章插图 (4) 用户提到"文章配图""长文插画""段落配图"等关键词时触发
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 长文配图助手 为长篇文章自动生成配图,包括智能段落划分、配图提示词生成、图像生成调用。 ## 工作流程 ``` 用户上传长文 → 段落划分 → 提示词生成 → 图像生成 → 输出交付 ``` ## Step 1: 收集输入 向用户确认以下信息: | 参数 | 必填 | 默认值 | 说明 | |------|------|--------|------| | 文章内容 | ✅ | - | 完整文章文本 | | 图片风格 | ❌ | 扁平插画 | 见 `references/style-presets.md` | | 图片比例 | ❌ | 16:9 | 公众号内文建议16:9,封面2.35:1 | | 配图密度 | ❌ | 每2-3段一图 | 可选:每段一图/每小节一图 | ## Step 2: 段落划分 按以下优先级划分: 1. **显式标题**:识别 `#`、`##`、`一、`、`1.` 、`(1)`、`(一)`、`1️⃣`、`①`等标题标记 2. **语义边界**:主题转换、时间跳跃、场景切换 3. **长度均衡**:单个配图覆盖300-600字为宜 输出格式: ``` 【段落1】标题/摘要 正文内容... 【段落2】标题/摘要 正文内容... ``` ## Step 3: 生成配图提示词 为每个需要配图的段落生成提示词,遵循以下结构: ``` [主体描述], [场景/背景], [风格关键词], [技术参数] ``` ### 提示词生成规则 1. **提取核心意象**:从段落中识别最具画面感的元素 2. **避免抽象概念**:将抽象概念转化为具象画面 3. **保持风格一致**:全文配图使用统一的风格关键词,特别是出现了人物或角色的图片,需要保持是同一个人物 4. **添加技术参数**:比例、光线、构图等 5. **不要出现文字**:在提示词中,需要强调最终生成的图片不要包含任何文字 风格预设详见 `references/style-presets.md` ### 示例 段落内容: > 创业初期,我们挤在一间不到20平米的小办公室里,每天工作到深夜... 生成提示词: > A small crowded office space with desks and computers, warm lamplight at night, papers and coffee cups scattered around, flat illustration style, warm color palette, 16:9 ## Step 4: 调用图像生成 根据生成的提示词,调用图像生成模型完成配图。 **支持的生图方式**: - 调用已配置的 AI 生图 API(如 DALL-E、Midjourney、Stable Diffusion 等) - 将提示词复制到在线生图工具手动生成 - 使用本地部署的生图模型 > 💡 用户可根据自身需求选择生图工具,并自行配置对应的 API ## Step 5: 输出交付 ### 输出格式选项 **选项A:Markdown文档(默认)** ```markdown # 文章标题  第一段正文内容...  第二段正文内容... ``` **选项B:提示词清单** ```markdown | 段落 | 段落摘要 | 配图提示词 | |------|----------|------------| | 1 | xxx | prompt1 | | 2 | xxx | prompt2 | ``` **选项C:打包下载** - 所有图片文件 - 带图片引用的Markdown文档 - 提示词记录文件 ## 参考资料 - 风格预设与提示词模板:`references/style-presets.md` - 段落划分详细规则:`references/paragraph-rules.md` - 常见问题处理:`references/troubleshooting.md`
Related Skills
elite-longterm-memory
Ultimate AI agent memory system with WAL protocol, vector search, git-notes, and cloud backup. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.
save-article-with-images
Save web articles locally with images. Automatically downloads images, generates Markdown, and converts to PDF. Supports WeChat Official Account articles via subagent isolation. Triggers: save article, save this article, download article, clip article, wechat article.
qinglong
青龙面板管理助手。当用户需要操作青龙面板(定时任务/环境变量/脚本/订阅/依赖/系统设置)时触发。支持自然语言操作,例如:"列出所有任务"、"添加环境变量"、"运行任务"、"查看日志"等。
long-running-harness
长时程 Agent 项目工作流框架(基于 Anthropic "Effective Harnesses for Long-Running Agents")。 用于创建、管理和调度跨多个上下文窗口的长期项目任务。 Use when: 启动新项目、初始化项目工作流、管理项目任务列表、调度子Agent增量开发、 恢复项目状态、生成项目进度报告。触发短语包括: "启动项目"、"初始化项目"、"创建工作流"、"项目进度"、"继续开发"、 "管理任务列表"、"分配任务"、"next feature"、"project status"。
WeChat Article Fetcher - 微信文章抓取技能
微信公众号文章链接处理。当用户发送微信公众号文章链接时,自动获取并提取文章内容。 触发条件:(1) 用户发送 http(s)://mp.weixin.qq.com/s/ 开头的链接 (2) 用户请求获取公众号文章内容
creative-illustration
Generate diverse creative illustrations via OpenAI Images API. Create book illustrations, editorial art, children's book art, concept illustrations, and artistic scenes. Use when user needs creative visual content for stories, articles, presentations, or artistic projects (e.g., "illustrate a fairy tale scene", "create editorial art about technology", "design children's book illustrations", "generate concept art for a story").
WeChat-article-reader
将微信公众号文章导出为 Markdown 格式。当用户提供微信公众号链接 (mp.weixin.qq.com) 或要求下载/导出/保存微信文章时触发。默认保存到工作空间的 source 目录。
article-tts
拍照或文字转音频:文章照片 OCR 提取文字,或直接接收文字,生成 Microsoft Edge TTS 语音,支持中英文、自动转写、语速调节、逐句拆分。| Capture article photos (OCR) or plain text, generate natural audio via Edge TTS. Bilingual support (EN/ZH), configurable speed, voice, and sentence splitting.
wechat-article-optimizer
微信公众号文章优化,标题生成、封面建议、排版优化、发布时间推荐。适合自媒体运营、内容创作者。
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.