xmaster Plugin
X/Twitter CLI for developers and AI agents.
Commands
Posting
xmaster post create— Post a tweetxmaster reply create— Reply to a tweetxmaster thread create— Post a thread
Reading
xmaster search run— Search tweetsxmaster user show— Show user profilexmaster timeline— View timeline
Engagement
xmaster like— Like a tweetxmaster retweet— Retweet
Usage Examples
- "Post a tweet saying Hello world"
- "Search for tweets about Rust"
- "Check user profile"
Installation
curl -fsSL https://raw.githubusercontent.com/199-biotechnologies/xmaster/master/install.sh | sh
Or:
brew install 199-biotechnologies/tap/xmaster
Examples
# Configure credentials
xmaster config set keys.api_key YOUR_KEY
xmaster config check
# Post
xmaster post "Hello from xmaster"
# Search
xmaster search "rust lang"
xmaster search-ai "latest AI news"
# User info
xmaster user elonmusk
# JSON output (for agents)
xmaster --json post "Hello"
Key Features
- X API v2 + xAI/Grok search
- Structured JSON for AI agents
- Scheduling with launchd
- Bookmark archiving
- Pre-flight post analysis