← ClaudeAtlas

twitter-researchlisted

Use this skill for read-only Twitter/X research on the SELAT-native Twitter API (catalog.selat.ai) — profiles, recent tweets, mentions, followers, tweet details/replies/retweeters, topic search, and trends. Triggers on "who is @X on Twitter", "recent tweets from X", "who's mentioning X", "how did this tweet do / who replied / who retweeted", "search X for <topic>", "is <topic> trending". It is a curated 9-endpoint MENU — pick only the endpoints a request needs, do not run all of them. For topic monitoring alone this skill's search+trends steps cover it; for cross-platform entity footprints use `account-intel`; for topic sentiment fused with Reddit + web use `social-intel`.
SELAT-AI/selat-skills · ★ 2 · AI & Automation · score 65
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