By z0gSh1u
Automate end-to-end Chinese content creation: deeply research topics with citations, search/process images with captions, generate illustrated Markdown articles, humanize AI text for natural flow, and convert to platform-optimized formats for Zhihu, Xiaohongshu, or WeChat.
多平台内容创作主入口。协调整个创作流程:研究→配图→写作→润色→平台转换。 用于创作文章、写内容、做选题研究并发布到知乎/小红书/公众号。
对给定选题进行联网深度研究,收集整理资料用于后续内容创作。 自动检测可用的网络搜索工具(WebSearch 或 MCP 搜索工具),无可用工具时回退到 DDGS。 输出结构化的 Markdown 资料汇总,包含来源引用。
整合深度研究、图片搜索、图片处理等原子 Skill 的成果,创作图文并茂的通用文章。 产出的文章是一种"中间体",可进一步转换为不同平台的格式。
识别并消除中文文本中的 AI 生成痕迹,使文章更自然、更像人类创作。 基于中文语境的 AI 写作特征检测,包括套话、过度修饰、机械结构等。 参考 Wikipedia "Signs of AI writing" 指南,并针对中文进行本地化。
对图片进行处理,支持在图片中插入配文。 两种配文模式:底部边框式(像画框一样)和内部贴纸式(类似小红书效果)。 使用 PIL/Pillow 实现,支持中文和 Emoji。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
基于 Claude Code Plugin 构建的智能内容创作助手,支持用户需求澄清、深度研究、配图、AI 痕迹优化、多平台风格等功能,一键生成高质量文章。
oh-my-writing-skill/
├── .claude-plugin/
│ └── plugin.json # Plugin 清单文件
└── skills/
├── content-creator/ # 主协调器(Skill,用户手动调用)
├── deep-research/ # 网络搜索(后台 Skill)
├── image-search/ # 图片搜索(后台 Skill)
├── image-processing/ # 图片处理(后台 Skill)
├── general-writing/ # 通用写作(后台 Skill)
├── humanizer-cn/ # 中文人性化(后台 Skill)
├── zhihu-converter/ # 知乎转换(后台 Skill)
├── xiaohongshu-converter/ # 小红书转换(后台 Skill)
└── wechat-converter/ # 微信公众号转换(后台 Skill)
cd writing-skill
python -m venv .venv
.venv\Scripts\activate # Windows
source .venv/bin/activate # Linux/Mac
pip install -r requirements.txt
在 Claude Code 中加载此工作区,然后使用 /content-creator 命令:
/content-creator 「酱油」一词为什么正在被「生抽」和「老抽」替代?发知乎和小红书。
说明:
.claude-plugin/plugin.json 清单文件content-creator 是主入口 Skill,需要手动调用(disable-model-invocation: true)user-invocable: false)系统会自动检测当前环境中可用的网络搜索工具:
| 优先级 | 搜索方式 | 说明 |
|---|---|---|
| 1 | WebSearch | Claude 原生模型的内置搜索 |
| 2 | MCP 搜索工具 | 自定义模型厂商提供(如 Brave、Tavily) |
| 3 | DDGS(回退) | 无可用工具时使用 DuckDuckGo |
本项目与 GLM-4.7 配合良好。不过 GLM-4.7 内置的 WebSearch 有月度调用上限,如需更多搜索次数,可在提示词中指明切换到 MiniMax 的 MCP 搜索工具。
graph LR
User[用户需求] --> Confirm[需求确认]
subgraph Research [资料准备]
direction LR
Confirm --> CheckResearch{需研究?}
CheckResearch -->|是| DeepResearch[深度研究<br/>deep-research]
CheckResearch -->|否| Write
DeepResearch --> Write
end
subgraph Creation [内容生成]
direction LR
Write[内容创作<br/>general-writing] --> CheckImg{需配图?}
CheckImg -->|是| SearchImg[图片搜索<br/>image-search]
CheckImg -->|否| Humanize
SearchImg --> ProcessImg[图片处理<br/>image-processing]
ProcessImg --> Humanize[人性化优化<br/>humanizer-cn]
end
subgraph Platform [多平台适配]
direction TB
Humanize --> Target{目标平台}
Target -->|知乎| Zhihu[知乎格式<br/>zhihu-converter]
Target -->|小红书| RED[小红书格式<br/>xiaohongshu-converter]
Target -->|微信| WeChat[微信格式<br/>wechat-converter]
end
Zhihu --> Output[最终输出]
RED --> Output
WeChat --> Output
style User fill:#e1f5ff
style Output fill:#e8f5e9
style DeepResearch fill:#fff3e0
style SearchImg fill:#fff3e0
style ProcessImg fill:#fff3e0
style Write fill:#fff3e0
style Humanize fill:#f3e5f5
style Zhihu fill:#fce4ec
style RED fill:#fce4ec
style WeChat fill:#fce4ec
每个示例包含完整的输出文件:
research*.md - 研究资料draft.md - 初始草稿humanized.md - 人性化优化版本zhihu.md / xiaohongshu.md / wechat.md - 平台适配版本images/ - 配图资源MIT
npx claudepluginhub z0gsh1u/oh-my-writing-skill --plugin oh-my-writing-skill微信公众号内容全流程 AI skill:选题 → 任务书与证据 → 初稿 → 编辑成稿;配图、排版、发布按需追加。主入口 wewrite + 9 个可单独激活的 wewrite-* 模块。
内容处理工具
Claude Code skills for long-form content workflow: research collection via NotebookLM, multi-platform publishing via wechatsync, viral-score evaluation, single-article rewrite loops, and yt-dlp media helpers.
智能内容创作工作流插件,支持从热点收集到多平台发布的一站式自动化流程
Generates complete presentation slide decks from content or outlines. Invaluable for nonprofit communicators and strategists building pitches and fundraising materials.
Anti-hallucination blog engine with 34 sub-skills: write, analyze, rewrite, outline, schema, seo-check, geo, image, audio, repurpose, factcheck, cannibalization, persona, taxonomy, translate, localize, multilingual, locale-audit, audit, flow, notebooklm, google, monitor, strategy, cluster, brief, calendar, llmstxt, brand-mentions, drift, crawlers, customer-research, backlinks. Triple-layer anti-hallucination verification, Humanizer 29-pattern anti-AI review, 100-point quality scoring, E-E-A-T + AI citation optimization. Traditional Chinese first.