# Send xbird to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "xbird",
    "name": "xbird",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/checkra1neth/xbird",
    "canonicalUrl": "https://clawhub.ai/checkra1neth/xbird",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/xbird",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xbird",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "xbird",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T22:50:52.910Z",
      "expiresAt": "2026-05-19T22:50:52.910Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xbird",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xbird",
        "contentDisposition": "attachment; filename=\"xbird-0.1.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "xbird"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/xbird"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/xbird",
    "downloadUrl": "https://openagent3.xyz/downloads/xbird",
    "agentUrl": "https://openagent3.xyz/skills/xbird/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xbird/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xbird/agent.md"
  }
}
```
## Documentation

### 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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: checkra1neth
- Version: 0.1.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T22:50:52.910Z
- Expires at: 2026-05-19T22:50:52.910Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/xbird)
- [Send to Agent page](https://openagent3.xyz/skills/xbird/agent)
- [JSON manifest](https://openagent3.xyz/skills/xbird/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/xbird/agent.md)
- [Download page](https://openagent3.xyz/downloads/xbird)