bird-dm
Bird 技能的附加组件,可让您的代理检查其 X/Twitter DM 收件箱。当用户要求检查 DM、阅读 Twitter 私信、列出 DM 对话或监控其 X 收件箱时使用。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~tolibear-bird-dmscURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~tolibear-bird-dms/file -o tolibear-bird-dms.md# Bird DM DM add-on for [bird](https://github.com/steipete/bird) - read your X/Twitter direct messages. ## Install ```bash npm install -g bird-dm ``` ## Commands ```bash bird-dm inbox # List DM conversations bird-dm inbox -n 50 # More conversations bird-dm inbox --json # JSON output bird-dm read <conv-id> # Read messages bird-dm read <id> -n 100 # More messages bird-dm read <id> --json # JSON output ``` ## Example **List conversations:** ``` 💬 @alice, @bob ID: 352135192-2015310805076430848 @alice: hey, check this out 1/30/2026, 9:15 AM 👥 Project Team ID: 1234567890-9876543210 @carol: meeting at 3pm 1/30/2026, 8:42 AM ``` **Read messages:** ``` Conversation: 352135192-2015310805076430848 @alice • 1/29/2026, 12:12 PM hey, wanted to share this article @bob • 1/29/2026, 2:07 PM thanks! checking it out now Showing 2 of 2 messages ``` ## Auth Uses same browser cookies as bird. Run `bird check` to verify your session. --- ## 中文说明 # Bird DM [bird](https://github.com/steipete/bird) 的私信附加组件——读取你的 X/Twitter 私信。 ## 安装 ```bash npm install -g bird-dm ``` ## 命令 ```bash bird-dm inbox # List DM conversations bird-dm inbox -n 50 # More conversations bird-dm inbox --json # JSON output bird-dm read <conv-id> # Read messages bird-dm read <id> -n 100 # More messages bird-dm read <id> --json # JSON output ``` ## 示例 **列出对话:** ``` 💬 @alice, @bob ID: 352135192-2015310805076430848 @alice: hey, check this out 1/30/2026, 9:15 AM 👥 Project Team ID: 1234567890-9876543210 @carol: meeting at 3pm 1/30/2026, 8:42 AM ``` **读取消息:** ``` Conversation: 352135192-2015310805076430848 @alice • 1/29/2026, 12:12 PM hey, wanted to share this article @bob • 1/29/2026, 2:07 PM thanks! checking it out now Showing 2 of 2 messages ``` ## 认证 使用与 bird 相同的浏览器 cookie。运行 `bird check` 以验证你的会话。