x-bookmarks
Installation
SKILL.md
X Bookmarks v2
Turn X/Twitter bookmarks from a graveyard of good intentions into actionable work.
Core philosophy: Don't just summarize — propose actions the agent can execute.
Data Source Selection
This skill supports two backends. Pick the first one that works:
1. bird CLI (preferred if available)
- Fast, no API key needed, uses browser cookies
- Install:
npm install -g bird-cli - Test:
bird whoami— if this prints a username, you're good
2. X API v2 (fallback)
- Works without bird CLI
- Requires an X Developer account + OAuth 2.0 app
- Setup: see references/auth-setup.md → "X API Setup"