bird-dm
An add-on to the Bird skill that lets your agent check its X/Twitter DM inbox. Use when the user asks to check DMs, read Twitter direct messages, list DM conversations, or monitor their X inbox.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tolibear/bird-dmsBird DM
DM add-on for bird - read your X/Twitter direct messages.
Install
npm install -g bird-dm
Commands
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.
Metadata
Not sure this is the right skill?
Describe what you want to build ā we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-tolibear-bird-dms": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
promptify
Optimize prompts for clarity and effectiveness. Use when user says "improve this prompt", "optimize my prompt", "make this clearer", or provides vague/unstructured prompts. Intelligently routes to sub-agents for codebase research, clarifying questions, or web search as needed.
blinko
Play Blinko (on-chain Plinko) headlessly on Abstract chain. Use when an agent wants to play Blinko games, check game stats, view leaderboards, or track honey rewards. Handles the full commit-reveal flow including API auth, on-chain game creation, simulation, and settlement.
promptify
Optimize prompts for clarity and effectiveness. Use when user says "improve this prompt", "optimize my prompt", "make this clearer", or provides vague/unstructured prompts. Intelligently routes to sub-agents for codebase research, clarifying questions, or web search as needed.