Agent Skills: media-auto-publisher

通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。

UncategorizedID: aAAaqwq/claude-code-skills/media-auto-publisher

Install this agent skill to your local

pnpm dlx add-skill https://github.com/aAAaqwq/AGI-Super-Team/tree/HEAD/skills/media-auto-publisher

Skill Files

Browse the full folder contents for media-auto-publisher.

Download Skill

Loading file tree…

skills/media-auto-publisher/SKILL.md

media-auto-publisher

多平台自动发布——内容一键分发到多个社交媒体平台

使用场景

  • 将同一内容适配不同平台格式后自动发布
  • 平台登录态管理(Cookie 管理)
  • 批量发布任务执行

使用方法

Agent 通过 scripts/ 中的模块调用,管理平台导航和登录态。

相关文件

  • scripts/platform_navigator.py — 平台导航与自动化
  • scripts/cookie_manager.py — 登录态 Cookie 管理