toutiao-publisher

今日头条微头条自动发布工具。自动发布短内容到今日头条平台,支持文本和图片。 使用场景:(1) 用户说"发布头条"、"发微头条"、"头条发布"时触发 (2) 需要自动发布社交媒体内容时 (3) 需要定时发布今日头条时

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "toutiao-publisher" with this command: npx skills add devilsbibble/toutiao-auto-publish

今日头条发布工具

使用此 skill 可以自动发布微头条到今日头条平台。

前置要求

  1. Chrome 远程调试已启动

    /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --remote-debugging-port=9222
    
  2. Chrome 已登录今日头条:访问 https://mp.toutiao.com 完成登录

  3. Python 依赖

    pip3 install playwright --break-system-packages
    playwright install chromium
    

使用方法

基本发布

cd ~/.openclaw/workspace/skills/toutiao-publisher/scripts
python3 toutiao_publish.py "要发布的文字内容"

带话题发布

# 单个话题
python3 toutiao_publish.py "内容文字" --topic "#AI#"

# 多个话题
python3 toutiao_publish.py "内容文字" --topic "#AI#,#OpenClaw#,#科技#"

带图片发布

python3 toutiao_publish.py "内容" --image /path/to/image.jpg

从文件读取内容

python3 toutiao_publish.py -f content.txt

参数说明

参数说明示例
content发布内容"今天天气很好"
-f, --file从文件读取-f post.txt
-i, --image图片路径--image pic.jpg
-t, --topic话题标签,多个用逗号分隔--topic "#AI#,#OpenClaw#"
--headless无头模式--headless
--no-wait不等待登录--no-wait

话题格式

话题必须使用 双 # 格式:

  • ✅ 正确:#AI##OpenClaw##科技前沿#
  • ❌ 错误:#AIAI#

多个话题用逗号分隔,脚本会自动用空格连接。

输出

  • 成功截图~/Desktop/toutiao_publish_success.png
  • 错误截图~/Desktop/toutiao_error.png

故障排除

问题解决方案
无法连接 Chrome确保 Chrome 已启动并开启 9222 端口
未检测到登录在 Chrome 中访问 mp.toutiao.com 完成登录
发布失败检查网络连接,查看错误截图

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

说人话

去AI味写作技能:将AI生成的文案改写成真人风格,适用于小红书、抖音、微信公众号、微博。 触发词:去AI味、润色文案、生成正文、human写作。 适用场景:AI生成初稿后,执行去AI味处理,使文案读起来自然、有人味、不像机器写的。

Registry SourceRecently Updated
General

Interview Prep Coach

Prepare candidates for technical, system-design, behavioral, case-study, and leadership interviews through diagnostic intake, timeline-based prep plans, mock...

Registry SourceRecently Updated
General

Cold Call Script Generator

Generate personalized cold call openers, voicemail scripts, cold email opening lines, and full multi-touch outbound sequences for B2B sales reps, SDRs, and f...

Registry SourceRecently Updated
General

Postzee Skill

Generate AI images/videos and post to 30+ social media platforms with Postzee. Use when the user wants to create AI media, generate images or videos, optimiz...

Registry SourceRecently Updated