Back to skills
extension
Category: Content & MediaNo API key required

media-auto-publisher

A general-purpose self-media article auto-publishing tool. It supports the automated publishing process on six platforms: Baidu Baijiahao, Sohu Hao, Zhihu, WeChat Official Accounts, Xiaohongshu, and Douyin. It uses Playwright for automated platform navigation and publishing, and supports account switching through Cookie management via storageState.

personAuthor: jakexiaohubgithub

自媒体自动发布

支持平台

| 平台 | 代码 | 发布页面 | |------|------|---------| | 百家号 | baijiahao | baijiahao.baidu.com | | 搜狐号 | sohu | mp.sohu.com | | 知乎 | zhihu | zhuanlan.zhihu.com | | 微信公众号 | wechat | mp.weixin.qq.com | | 小红书 | xiaohongshu | creator.xiaohongshu.com | | 抖音号 | douyin | creator.douyin.com |

使用方法

# 查看平台信息
python3 scripts/media_publisher.py info wechat

# 生成发布工作流
python3 scripts/media_publisher.py workflow xiaohongshu

# 快速打开发布页面
python3 scripts/media_publisher.py open douyin

# Cookie 管理
python3 scripts/cookie_manager.py list
python3 scripts/cookie_manager.py add wechat my_account --cookies-file cookies.json

工作流程

  1. 检查并打开指定平台
  2. 验证登录状态
  3. 自动关闭广告弹窗
  4. 导航到发布文章页面
  5. 收集发布信息
  6. 自动填写并发布

触发词

  • "发布文章"、"自媒体发布"
  • "百家号发布"、"搜狐号发布"、"知乎发布"
  • "公众号发布"、"小红书发布"、"抖音发布"
  • "一键分发"、"多平台发布"