← All skills
Tencent SkillHub · Developer Tools

Twitter Api Alternative

Twitter API Alternative — Search 1B+ tweets with natural language queries, boolean filters, and one-click CSV exports (up to 64K rows). Look up profiles, find users by topic, and track conversations. No developer account needed, no complex OAuth setup — 2-minute setup via Xpoz MCP.

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

Twitter API Alternative — Search 1B+ tweets with natural language queries, boolean filters, and one-click CSV exports (up to 64K rows). Look up profiles, find users by topic, and track conversations. No developer account needed, no complex OAuth setup — 2-minute setup via Xpoz MCP.

⬇ 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
1.2.1

Documentation

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

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

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