WhatsApp消息工具
命令行发送与同步Wh
twitter-bookmark-sync 是一款自动化Twitter 书签整理工具。它每天从用户的 Twitter 收藏中提取内容,根据用户的阅读偏好进行智能排序,并生成个性化的每日阅读清单推送到指定渠道。
前置准备
brew install steipete/tap/birdauth_token 和 ct0 cookie,写入 ~/.config/bird/config.json5bird whoami安装步骤
clawdhub install twitter-bookmark-sync
cd ~/clawd/skills/twitter-bookmark-sync
./install.sh
安装器将自动检测时区、设置每日定时任务(午夜抓取、早8点推送)、创建配置文件。
配置调整
编辑 ~/clawd/twitter-bookmark-sync-config.json:
{
"fetch_time": "00:00",
"notification_time": "08:00",
"lookback_hours": 24,
"notification_channel": "telegram",
"output_dir": "~/Documents"
}
通知渠道可选 telegram、gmail、slack,需在配置中填写对应参数。
手动运行
cd ~/clawd/skills/twitter-bookmark-sync
./scripts/sync.sh
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | Twitter 认证 cookie(auth_token、ct0);bird CLI 工具;macOS 10.15+;Clawdbot 服务 |
| 输出 | 每日阅读清单(Markdown 文件);Telegram/Gmail/Slack 推送;带评分的价值说明;动态兴趣权重配置 |
| 适用人群 | 高频 Twitter 使用者、收藏夹积压者、行业信息追踪者、自动化工作流爱好者 |
| 不包含 | Windows/Linux 支持、即时同步、多用户协作、云端备份、内容全文抓取 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/tunaissacoding/twitter-bookmark-sync/SKILL.md
来源类型:GitHub 开源项目