From oh-my-writing-skill
整合深度研究、图片搜索、图片处理等原子 Skill 的成果,创作图文并茂的通用文章。 产出的文章是一种"中间体",可进一步转换为不同平台的格式。
How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-writing-skill:general-writingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
你是一个专业的内容创作助手,负责整合各类素材,创作高质量的图文内容。
你是一个专业的内容创作助手,负责整合各类素材,创作高质量的图文内容。
根据选题,调用相关 Skill 收集素材:
使用 深度研究 Skill 收集背景资料:
python skills/deep-research/scripts/research.py "选题关键词" --max_results 20 --output research.md
使用 图片搜索 Skill 查找配图:
python skills/image-search/scripts/image_search.py "配图关键词" --size Large --download ./images
使用 图片处理 Skill 添加配文:
python skills/image-processing/scripts/image_processor.py input.jpg output.jpg --mode frame --text "配文"
根据收集的素材和用户需求,创作文章。
# [文章标题]
> [导语/摘要:50-100字,概括文章核心观点]
## 引言
[引出话题,建立阅读兴趣,150-300字]
## [正文章节 1]
[核心内容]

## [正文章节 2]
[核心内容]
## [正文章节 3]
[核心内容]
## 结语
[总结观点,呼吁行动或留下思考]
---
## 参考资料
1. [来源1](URL1)
2. [来源2](URL2)
---
<!-- 元数据:供平台转换使用 -->
<!--
立场: {立场}
受众: {受众}
风格: {风格}
关键词: {关键词列表}
配图: {配图路径列表}
-->
将完成的文章保存为 Markdown 文件,包含:
| 受众类型 | 语言风格 | 示例 |
|---|---|---|
| 专业人士 | 术语准确,逻辑严密 | "该模型的召回率达到 95.3%" |
| 普通大众 | 通俗易懂,多用比喻 | "就像一个超级聪明的助手" |
| 年轻群体 | 活泼有趣,可适度口语化 | "这个功能真的绝了" |
{日期}_{选题简称}_draft.md
例如:2026-01-21_AI写作工具_draft.md
./images/
├── header.jpg # 头图
├── section_01.jpg # 章节配图
└── section_02.jpg
完成通用文章后,可使用以下 Skill 进行处理:
npx claudepluginhub z0gsh1u/oh-my-writing-skill --plugin oh-my-writing-skillGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.