wechat-hotspot-publisher
智能采集热点话题,10分制筛选优质选题,AI生成爆款内容(标题/封面/标签/图片/HTML排版),支持素材上传和草稿箱发布,一键发布到微信公众号、小红书、B站等多平台
npx skills add anbeime/skill --skill wechat-hotspot-publisher --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 多平台AI热点发布助手 ## 任务目标 - 本Skill用于:自动从热点话题生成内容并发布到多个平台 - 支持平台: - **微信公众号**:图文发布到草稿箱(支持素材上传) - **小红书**:图文笔记发布 - **哔哩哔哩**:专栏文章发布 - 能力包含: - 智能体根据关键词生成热点列表 - AI创作符合各平台调性的内容 - 生成符合秀米模板的HTML排版 - 智能选题筛选系统(10分制打分) - 支持一键发布到支持的平台(草稿箱模式) - 触发条件:用户需要多平台发布内容,基于热点话题快速创作 ## 前置准备 - 依赖说明: ```bash # scripts脚本所需的依赖 requests==2.31.0 ``` ## 操作步骤 ### 标准流程 **重要说明**:本技能支持"先生成预览,满意再发布"的模式。热点采集和内容生成阶段完全不需要任何配置。 #### 阶段一:内容生成(无需配置) **默认模式说明**:如果用户没有特殊要求,默认生成**图文并茂的微信公众号爆款文**。 1. **选择发布平台**(可选) - 如果用户没有指定平台,默认为**微信公众号** - 如果用户指定其他平台,则按平台要求生成内容 - 支持平台:微信公众号、小红书、哔哩哔哩(可多选) - 不同平台有不同的内容风格要求: - **微信公众号**:深度长文,1200-2000字,专业严谨 - **小红书**:图文笔记,800-1200字,活泼有吸引力 - **哔哩哔哩**:专栏文章,1000-1800字,技术性或深度分析 2. **确定内容方向**(无需配置) - 智能体询问用户关注的关键词(如:AI、量化、新能源等) - 智能体根据关键词生成5-10个相关热点话题列表 - 用户选择感兴趣的话题 **增强功能**:智能选题筛选 - 支持智能打分系统(10分制):热度(4分) + 争议性(2分) + 价值(3分) + 相关性(1分) - 自动筛选≥7分的高质量选题 - 智能体会调用 `scripts/filter_topics.py` 进行评分 3. **生成完整内容**(无需配置) - 智能体根据选择的热点和目标平台,生成包含以下元素的完整内容: **3.1 标题生成**: - 根据爆款风格模板生成吸引人的标题 - 支持多平台标题优化 - 标题模板见 [references/viral-content-templates.md](references/viral-content-templates.md) **3.2 封面图(2.35:1)**: - 调用 `scripts/search_images.py --query "关键词" --cover` 搜索配图 - 封面图比例:2.35:1(公众号标准比例) - 图片尺寸建议:1080x459像素(公众号封面标准)
- 任务目标
- 前置准备
- 操作步骤
- 标准流程
- 可选分支
- 资源索引
- 必要脚本
- 领域参考
- 注意事项
- 默认模式(无特殊要求时)
- 安全原则
- 排版规范
- 图片处理
- 智能体能力
python scripts/publish_wechat.py --mode custom_api \ python scripts/publish_wechat.py --mode custom_api --json-file "output.json" python scripts/publish_wechat.py --mode workflow \ python scripts/publish_xiaohongshu.py \ python scripts/publish_bilibili.py \ python scripts/publish_wechat.py --mode upload_cover --cover "https://example.com/cover.jpg" python scripts/publish_wechat.py --mode create_draft \ python scripts/filter_topics.py \ python scripts/search_images.py --query "AI technology" --cover python scripts/search_images.py --query "写作效率"
What does the wechat-hotspot-publisher skill do?
智能采集热点话题,10分制筛选优质选题,AI生成爆款内容(标题/封面/标签/图片/HTML排版),支持素材上传和草稿箱发布,一键发布到微信公众号、小红书、B站等多平台
How do I install it?
Run `npx skills add anbeime/skill --skill wechat-hotspot-publisher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From anbeime/skill, a repository with 4,714 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
