Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use when the user asks to tweet, post threads, read tweets, search Twitter/X, check mentions, manage engagement (like/retweet/bookmark), update profile (bio, avatar, banner), upload media, or interact with Twitter accounts. Triggers: twitter, tweet, post, thread, timeline, mentions, followers, following, likes, retweet, bookmark, profile picture, bio.
Use when the user asks to tweet, post threads, read tweets, search Twitter/X, check mentions, manage engagement (like/retweet/bookmark), update profile (bio, avatar, banner), upload media, or interact with Twitter accounts. Triggers: twitter, tweet, post, thread, timeline, mentions, followers, following, likes, retweet, bookmark, profile picture, bio.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
34 MCP tools for Twitter/X with x402 micropayments. Runs locally from residential IP.
Add xbird MCP server to Claude Code: claude mcp add xbird -- npx @checkra1n/xbird Required environment variables (set in ~/.claude/settings.json or shell): XBIRD_AUTH_TOKEN โ from x.com cookies (DevTools โ Application โ Cookies โ auth_token) XBIRD_CT0 โ from x.com cookies (DevTools โ Application โ Cookies โ ct0) XBIRD_PRIVATE_KEY โ wallet private key for x402 payments (optional, needed for paid tier)
ToolDescriptionget_tweetGet tweet by IDget_threadGet full thread/conversation chainget_repliesGet replies to a tweet (supports count, cursor)get_userGet user profile by handleget_user_aboutGet detailed user info (bio, stats, links)get_current_userGet authenticated user's profileget_home_timelineGet home feed (supports count, cursor)get_newsGet trending topics (tabs: trending, forYou, news, sports, entertainment)get_listsGet owned Twitter listsget_list_timelineGet tweets from a list by list ID
ToolDescriptionsearch_tweetsSearch tweets. Supports operators: from:user, to:user, since:2024-01-01, filter:media, -filter:retweetsget_mentionsGet mentions for a handle
ToolDescriptionget_user_tweetsGet user's tweets. Requires numeric userId โ get it from get_user firstget_followersGet user's followers. Requires numeric userIdget_followingGet who user follows. Requires numeric userIdget_likesGet user's liked tweets. Requires numeric userIdget_bookmarksGet bookmarked tweetsget_list_membershipsGet lists user is a member of
ToolDescriptionpost_tweetPost a tweet. Pass mediaIds array to attach mediareply_to_tweetReply to a tweet by replyToIdpost_threadPost a thread โ array of strings, minimum 2 tweetslike_tweet / unlike_tweetLike or unlike by tweet IDretweet / unretweetRetweet or undo by tweet IDbookmark_tweet / unbookmark_tweetBookmark or remove by tweet IDfollow_user / unfollow_userFollow or unfollow by handle
ToolDescriptionupdate_profileUpdate bio/description textupdate_profile_imageUpdate avatar โ absolute file path to imageupdate_profile_bannerUpdate banner โ absolute file path to imageremove_profile_bannerRemove banner image
ToolDescriptionupload_mediaUpload image/video, returns mediaId. Pass it to post_tweet or reply_to_tweet via mediaIds
upload_media with file path โ get mediaId post_tweet with text and mediaIds: ["<mediaId>"]
get_user with handle โ get numeric userId get_user_tweets with userId
update_profile_image with file path update_profile with new description text
search_tweets with query (e.g. "AI agents" since:2024-01-01 -filter:retweets) like_tweet or retweet interesting results
Handles: work with or without @ prefix userId vs handle: Bulk tools require numeric userId. Always call get_user first to resolve handle โ userId Pagination: most list tools accept cursor from previous response for next page Media flow: always upload first, then attach mediaId to tweet Rate limits: if a tool returns an error about rate limiting, wait 1-2 minutes before retrying x402 payments: all calls are metered via micropayments on Base (USDC). Free tier available without wallet key
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.