exa-x-searchlisted
Install: claude install-skill Layneformalized225/ai-cofounder
# X/Twitter Search (Exa)
## Tool
Use `exec` to call: `mcporter call exa-search.web_search_advanced_exa category=tweet <params>`
**Always include `category=tweet`.**
## Critical Filter Restrictions
The `tweet` category has **very limited** filter support. These params cause errors:
| Param | Status |
|-------|--------|
| `includeText` | NOT SUPPORTED — 400 error |
| `excludeText` | NOT SUPPORTED — 400 error |
| `includeDomains` | NOT SUPPORTED — 400 error |
| `excludeDomains` | NOT SUPPORTED — 400 error |
| `moderation` | NOT SUPPORTED — 500 error |
**Use the query string itself to filter content** — put keywords, hashtags, and exclusions in `query`.
## Supported Parameters
- `query`, `numResults`, `type`
- Date: `startPublishedDate`, `endPublishedDate`, `startCrawlDate`, `endCrawlDate`
- Content: `textMaxCharacters`, `enableHighlights`, `enableSummary`
- `additionalQueries` — for hashtag variations
- `livecrawl=preferred` — for recent tweets
## Call Syntax
```bash
# Recent tweets on a topic
mcporter call exa-search.web_search_advanced_exa \
query="Claude Code MCP experience" \
category=tweet \
startPublishedDate=2025-01-01 \
numResults=20 \
type=auto \
livecrawl=preferred
# Product announcements (keywords in query, not includeText)
mcporter call exa-search.web_search_advanced_exa \
query="announcing new open source AI tool release" \
category=tweet \
startPublishedDate=2025-12-01 \
numResults=15 \
type=auto
# Developer sentiment
mcporter cal