What problem does it solve?
Terminal-first users need a practical way to read and act on Twitter/X content without building or managing API keys, while still producing structured outputs for AI workflows.
Core Features & Use Cases
- Keyless terminal access: Read timelines, bookmarks, searches, user profiles, lists, and tweet details using browser cookie authentication instead of API keys.
- Write actions from CLI: Post, reply, quote, delete, like/unlike, retweet/unretweet, and bookmark/unbookmark via the same cookie-based auth flow.
- Agent-ready structured output: Generate machine-consumable outputs using JSON/YAML (and rich tables by default) to support downstream automation.
- Use case: Draft and publish a short status update after reviewing the latest posts matching a topic, then export the retrieved results as JSON for summarization and ranking.
Quick Start
Ask the skill to fetch your Twitter timeline in JSON format, so you can process it in your agent pipeline.