🐦 Social Media
X/Twitter
Post, search, DM, and manage media on X/Twitter via xurl CLI. Full v2 API support for tweets, threads, DMs, and account management.
skill_view("xurl")
📖 Guide
Load with skill_view("xurl"). Requires xurl CLI installed. Uses X API v2 with OAuth 2.0. Supports tweet posting with media, threads, search, DMs, and account queries.
🔧 How To
Post: "xurl post \"Hello World\"". Thread: "xurl thread | post1 | post2 | post3". Search: "xurl search \"hermes agent\"". DM: "xurl dm @user \"message\"". Media: "xurl post \"text\" --media image.jpg".
⚠️ Pitfalls
Requires X Developer account with API v2 access. Free tier has limited posting (1,500 tweets/month). OAuth 2.0 PKCE setup needed for user-based auth.