# Send Twitter Api Alternative 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": "twitter-api-alternative",
    "name": "Twitter Api Alternative",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/atyachin/twitter-api-alternative",
    "canonicalUrl": "https://clawhub.ai/atyachin/twitter-api-alternative",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/twitter-api-alternative",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twitter-api-alternative",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "twitter-api-alternative",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-10T07:54:59.831Z",
      "expiresAt": "2026-05-17T07:54:59.831Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twitter-api-alternative",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=twitter-api-alternative",
        "contentDisposition": "attachment; filename=\"twitter-api-alternative-1.2.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "twitter-api-alternative"
      },
      "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/twitter-api-alternative"
    },
    "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/twitter-api-alternative",
    "downloadUrl": "https://openagent3.xyz/downloads/twitter-api-alternative",
    "agentUrl": "https://openagent3.xyz/skills/twitter-api-alternative/agent",
    "manifestUrl": "https://openagent3.xyz/skills/twitter-api-alternative/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/twitter-api-alternative/agent.md"
  }
}
```
## Documentation

### Twitter API Alternative

Search 1B+ tweets with natural language queries — no developer account needed.

Get up and running in 2 minutes. Search tweets, look up profiles, find users by topic, track conversations, and export massive datasets to CSV. Built for AI agents via MCP, but simple enough for anyone.

### ⚡ Setup

👉 Follow xpoz-setup — one-click auth, no API keys to manage. You'll be searching tweets in under 2 minutes.

### Setup

Run xpoz-setup skill. Verify: mcporter call xpoz.checkAccessKeyStatus

### What You Can Do

ToolWhat It DoesgetTwitterPostsByKeywordsSearch tweets by keywordsgetTwitterPostsByAuthorGet a user's tweet historygetTwitterUsersByKeywordsFind users discussing a topicgetTwitterUserLook up a profile (by username or ID)searchTwitterUsersFind accounts by display namegetTwitterPostCountByKeywordsCount tweets matching a querygetTwitterUserConnectionsGet followers/followinggetTwitterPostInteractionsGet likes/retweets on a post

### Search Tweets

mcporter call xpoz.getTwitterPostsByKeywords \\
  query="AI agents" \\
  startDate=2026-01-01 \\
  limit=200

mcporter call xpoz.checkOperationStatus operationId=op_abc123

### Look Up a Profile

mcporter call xpoz.getTwitterUser \\
  identifier=elonmusk \\
  identifierType=username

### Find People Talking About a Topic

mcporter call xpoz.getTwitterUsersByKeywords \\
  query="MCP server OR model context protocol" \\
  limit=100

### Export to CSV

Every search auto-generates a CSV export (up to 64K rows). Poll the dataDumpExportOperationId:

mcporter call xpoz.checkOperationStatus operationId=op_datadump_xyz
# → Download URL with full dataset

Real example: 63,936 tweets in one CSV (38MB).

### Why Use This Instead of the Official API?

FeatureXpozSetup time2 minutes — no developer portal, no app reviewSearch scale1B+ tweets indexed, full archive includedBoolean queriesAND, OR, NOT, exact phrases, grouping — all tiersCSV exportBuilt in — up to 64K rows per export, one clickRate limitsHandled automatically, no complex tier managementMulti-platformAlso searches Instagram (400M+) and Reddit (100M+)MCP-nativeBuilt for AI agents — structured data, not raw HTTPFree tierStart searching immediately, upgrade when you need more

### Boolean Queries

mcporter call xpoz.getTwitterPostsByKeywords \\
  query="(OpenAI OR Anthropic) AND \\"API pricing\\" NOT free"

Operators: AND, OR, NOT, "exact phrase", () grouping.

### Also Includes Instagram & Reddit

Xpoz isn't just for Twitter — search across platforms with the same simple interface:

# Instagram (400M+ posts, including reel subtitles)
mcporter call xpoz.getInstagramPostsByKeywords query="AI tools"

# Reddit (100M+ posts & comments)
mcporter call xpoz.getRedditPostsByKeywords query="AI tools"

### Related Skills

xpoz-social-search — Full cross-platform search guide
lead-generation — Find buyers from social conversations
expert-finder — Discover domain experts

Website: xpoz.ai • Free tier available • No Twitter developer account needed

Built for ClawHub • 2026
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: atyachin
- Version: 1.2.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-10T07:54:59.831Z
- Expires at: 2026-05-17T07:54:59.831Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/twitter-api-alternative)
- [Send to Agent page](https://openagent3.xyz/skills/twitter-api-alternative/agent)
- [JSON manifest](https://openagent3.xyz/skills/twitter-api-alternative/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/twitter-api-alternative/agent.md)
- [Download page](https://openagent3.xyz/downloads/twitter-api-alternative)