twitter-researchlisted
Install: claude install-skill SELAT-AI/selat-skills
# twitter-research
A read-only research toolkit for Twitter/X, backed by SELAT's own first-party
Twitter API (`catalog.selat.ai`). The manifest lists **9 curated GET endpoints
as a priced menu** (~$0.001 each); the agent picks the ones a given request
actually needs. No API keys, keyless pay-per-call.
## When To Use
Use for read/lookup tasks on X: profiling an account, pulling someone's recent
posts, seeing who mentions or follows them, analyzing how a specific tweet
landed (replies + retweeters), searching for a topic/keyword, or checking
regional trends. Read-only — it does not post, like, or follow, and cannot see
protected/private accounts.
## Workflow
> **This is a menu, not a pipeline. Do NOT run all 9 steps.** Select only the
> endpoint(s) the request needs, tell the user the cost, then invoke just those.
> A blind `selat skill run` would pay for all 9 (~$0.009) and return mostly
> irrelevant data — always drive selection from the intent below.
**Route the request to the smallest set of endpoints, then report back in plain
language.** Confirm cost before spending — "this is N SELAT-native Twitter reads,
about $0.00N — go ahead?"
| The user wants… | Run | Params |
|---|---|---|
| Who is @X / their profile & authority | `user/info` | `handle` |
| What X has posted lately | `user/last_tweets` | `handle` |
| Who's talking to/about X (reach) | `user/mentions` | `handle` |
| X's audience / follower sample | `user/followers` | `handle` |
| A profile deep-dive | `user/i