What problem does it solve? Managing X/Twitter activity from the terminal requires navigating the official X API's complex five-credential authentication and paid access tiers. This Skill provides a structured workflow for installing x-cli, configuring credentials, and executing read and write operations without building custom API integrations. ## Core Features & Use Cases - Tweet Operations: Post, reply, quote, delete, and search tweets, plus retrieve metrics for any tweet ID or URL. - User & Timeline Lookups: Fetch user profiles, timelines, followers, and following lists with configurable result limits. - Authenticated Actions: Like, retweet, bookmark, and check mentions using your own account credentials. - Structured Output Modes: Use -j for JSON, -md for Markdown, and -v for verbose metadata when piping results into agent workflows. - Use Case: An agent monitoring brand mentions can run x-cli me mentions --max 20 -j, parse the JSON results, and draft quote-tweet responses after user confirmation. ## Quick Start Ask the agent to verify x-cli is installed and credentials are configured, then search X for recent tweets about a topic of your choice.