Agent skill

wechat-hotspot-publisher

智能采集热点话题,10分制筛选优质选题,AI生成爆款内容(标题/封面/标签/图片/HTML排版),支持素材上传和草稿箱发布,一键发布到微信公众号、小红书、B站等多平台

anbeimegithub.com/anbeimeGitHub ↗
claude-codeships scripts
Install
npx skills add anbeime/skill --skill wechat-hotspot-publisher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 16
SKILL.md size: 7 KB
Bundled scripts: yes
Path: skills/wechat-hotspot-publisher/wechat-hotspot-publisher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 4,714
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 多平台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像素(公众号封面标准)

What's inside
Steps it walks through
  1. 任务目标
  2. 前置准备
  3. 操作步骤
  4. 标准流程
  5. 可选分支
  6. 资源索引
  7. 必要脚本
  8. 领域参考
  9. 注意事项
  10. 默认模式(无特殊要求时)
  11. 安全原则
  12. 排版规范
  13. 图片处理
  14. 智能体能力
Ships with 15 files
  • references/bilibili-api-guide.md
  • references/content-template.md
  • references/html-layout-guide.md
  • references/sources-config.md
  • references/viral-content-templates.md
  • references/wechat-api-guide.md
  • references/xiaohongshu-api-guide.md
  • scripts/auto_publisher.py
  • scripts/copy_to_clipboard.py
  • scripts/fetch_sources.py
  • scripts/filter_topics.py
  • scripts/publish_bilibili.py
  • scripts/publish_wechat.py
  • scripts/publish_xiaohongshu.py
  • scripts/search_images.py
Commands it runs
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 "写作效率"
More from skill
All skills →
About this skill
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.

Keep going