Notion-to-Twitter automation — pull approved tweets from a Notion database, schedule one-shot crons for exact post times, and post via X/Twitter OAuth2 API. Use when managing a content calendar in Notion and want automated, precisely-timed tweet posting.
从Notion内容日历自动发布推文。在Notion中起草推文,将状态设置为已批准并设定计划时间,本流水线将处理其余工作。
Notion数据库(推文流水线)
├── 状态:待处理 → 智能体起草推文
├── 状态:已批准 → 心跳检测获取
│ ├── 未来时间 → 安排一次性定时任务
│ └── 已过期 → 立即发布
└── 状态:已发布 → 完成(由发布器更新)
| 属性 | 类型 | 值 |
|---|---|---|
| 标题 | title | 推文文本 |
| 状态 |
bash
python3 scripts/tweet_poster.py # 检查并安排
python3 scripts/tweet_poster.py --dry-run # 预览但不安排
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 tweet-pipeline-1776198852 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 tweet-pipeline-1776198852 技能
skillhub install tweet-pipeline-1776198852
文件大小: 6.58 KB | 发布时间: 2026-4-15 11:11