What problem does it solve?
This Skill reduces the friction of interacting with X/Twitter programmatically by providing a clear, terminal-based workflow that uses the official API and the upstream x-cli tool so agents can read timelines, search tweets, and perform authenticated actions without brittle scraping or ad-hoc hacks.
Core Features & Use Cases
- Authenticated Posting and Replies: Post tweets, replies, quote tweets and delete content using app and user credentials.
- Reading & Search: Read timelines, mentions, bookmarks, and run targeted tweet searches for monitoring or research.
- User Lookups & Engagement: Retrieve user profiles, followers/following lists, like, retweet, and manage bookmarks.
- Agent Integration: Use structured output modes for programmatic parsing and include verification steps to avoid accidental writes during automation.
- Use Case: Automate publishing and monitoring for a product account: verify credentials, search brand mentions, and post a curated reply or quote tweet when appropriate.
Quick Start
Start by installing x-cli, ensuring your X API credentials are configured in the expected config file, and then perform a read-only command to verify access and permissions.