x-ops
Installation
SKILL.md
X Ops — Operational Procedures
All operations use x-cli.py (tweepy + official X API v2). Set the alias at the start of every session:
X="uv run .agents/skills/x-ops/x-cli.py"
Commands
Read
$X profile <username> # full profile with followers/following/tweet count
$X tweet <tweet_id> # tweet with reply_count, likes, views, author_followers
$X search "<query>" [count] # search recent tweets (min 10, max 100)
$X mentions <user_id> [count] # mentions of a user
All read commands return JSON with full metrics (reply_count, followers, etc).