grokodex-x-searchlisted
Install: claude install-skill anlostsheep/grokodex
# Grokodex X Search
Search **X (Twitter)** through a constrained headless Grok task (read-only; no repo edits; never full shell inherit).
## When to use
- User wants recent posts, sentiment, or discussion on X about a topic
- Looking up posts by people / handles
- Semantic “what are people saying about …” vs keyword queries
- Not for general coding → `grokodex-run`
- Not for image generation → `grokodex-imagine`
## Tool preference
1. Call MCP tool **`grok_x_search`** (logical name; Claude may show an `mcp__…` prefix).
2. Do **not** use a terminal/shell tool to run `grok` for X search.
3. Do **not** pass inherit / `host_sandbox` / `codex_sandbox` (tool always runs restricted-x-search).
## How to fill arguments
| Arg | Required | Default | How to set |
|-----|----------|---------|------------|
| `query` | **yes** | — | Natural-language question or keywords |
| `mode` | no | see discipline | `semantic` = meaning/topic; `keyword` = exact-ish terms (prefer for vague “news/hot today”) |
| `limit` | no | `5` | How many hits to return (bridge caps at 50) |
| `from_date` | no | — | `YYYY-MM-DD` inclusive start; **set to today** for “today’s news” |
| `to_date` | no | — | `YYYY-MM-DD` inclusive end; **set to today** for “today’s news” |
| `usernames` | no | — | Array of handles (with or without `@`) to bias/limit authors |
| `cwd` | no | host cwd | Working directory |
| `timeout_ms` | no | **90000** (bridge short path) | Raise only if needed after narrowing query |
| `model` | n