Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Search X/Twitter posts with Exa, filtered to x.com/twitter.com. Use for finding tweets or threads on a topic. NOTE: Exa's X coverage is limited (the tweet category was retired and X blocks crawlers), so results are often sparse — the skill is honest about this and suggests fallbacks. Runs a local script against the Exa API; no MCP server required.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -12% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 72% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -33% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -6% | 0% |
Search posts on x.com / twitter.com via Exa. Calls the Exa REST API through a local script; no MCP server needed, only an EXA_API_KEY.
Exa retired the tweet category, and X blocks most crawlers, so X/Twitter content is sparsely indexed. This skill:
--only-domains), so you never get off-domain noise dressed up as tweets;For reliable social/sentiment coverage, treat this as best-effort and use the fallbacks below.
bashexport EXA_API_KEY=your-key # or EXA_API_KEY=... in a .env at the repo root
Get a key at https://dashboard.exa.ai/api-keys. Shared details: exa-native-base.
bashpython scripts/x_search.py "<topic / handle / thread>" [-n N] [--json]
Examples:
bashpython scripts/x_search.py "Anthropic Claude launch reactions" -n 15 python scripts/x_search.py "founder thread lessons scaling startup" -n 15
The script forces --include-domains x.com,twitter.com and --only-domains x.com,twitter.com. If it returns sources_reviewed: 0, that's the coverage limit, not an error.
bash python ../exa-company-research/scripts/company_research.py "<topic> reaction analysis commentary" -c news -n 15 python ../exa-native-base/scripts/exa.py search "<topic> discussion hacker news reddit" -n 15
bash python ../exa-native-base/scripts/exa.py contents https://x.com/<user>/status/<id> --text
Other measured skills in the registry, with their headline benchmark lift.