โ† All skills
Tencent SkillHub ยท Developer Tools

xbird

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

xbird โ€” Twitter/X for AI Agents

34 MCP tools for Twitter/X with x402 micropayments. Runs locally from residential IP.

Setup

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)

Read โ€” $0.001/call

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

Search โ€” $0.005/call

ToolDescriptionsearch_tweetsSearch tweets. Supports operators: from:user, to:user, since:2024-01-01, filter:media, -filter:retweetsget_mentionsGet mentions for a handle

Bulk โ€” $0.01/call

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

Write โ€” $0.01/call

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

Profile โ€” $0.01/call

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

Media โ€” $0.05/call

ToolDescriptionupload_mediaUpload image/video, returns mediaId. Pass it to post_tweet or reply_to_tweet via mediaIds

Post a tweet with an image

upload_media with file path โ†’ get mediaId post_tweet with text and mediaIds: ["<mediaId>"]

Get someone's recent tweets

get_user with handle โ†’ get numeric userId get_user_tweets with userId

Update profile with new avatar and bio

update_profile_image with file path update_profile with new description text

Search and engage

search_tweets with query (e.g. "AI agents" since:2024-01-01 -filter:retweets) like_tweet or retweet interesting results

Important Notes

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc