twitter

twitter

starchild-ai-agent 18 ↓ 7.6k updated 25d ago
Claude Code
View source ↗

What it does

  • ANY x.com/... or twitter.com/... URL → start here, NOT webfetch
  • Single tweet detail → twittergettweets([tweetid]).
  • "What's @user been posting?" → twitterusertweets.
  • KOL discovery / cashtag mentions → twittersearchtweets("$SOL minfaves:50").
  • Trending topics → twittergettrends.
  • tweets found → $0.00015 per returned tweet
  • no tweets found → $0.00015 for the whole call (vs lasttweets' ~20× that)

Requirements & configuration

  • lever, and twitterusertweets() does not accept one. So "I only need 5" still
  • /oapi/tweetfilter/ endpoints. For any account-monitoring need, the

Configuration: TWITTER_API_KEY

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

twitter FAQ

What does the twitter skill do?

| Twitter/X data: fetch tweets, search, user profiles, followers, replies, trends. ANY x.com/... or twitter.com/... URL → start here, NOT webfetch Single tweet detail → twittergettweets([tweetid]).

What does twitter require?

lever, and twitterusertweets() does not accept one. So "I only need 5" still /oapi/tweetfilter/ endpoints. For any account-monitoring need, the Configuration keys: TWITTER_API_KEY.

How do I install twitter?

Run: npx -y skills add https://github.com/starchild-ai-agent/official-skills --skill twitter --agent claude-code — the source lives at github.com/starchild-ai-agent/official-skills.

Maintain twitter?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

twitter on getagentictools
[![twitter on getagentictools](https://getagentictools.com/badge/skills/starchild-ai-agent-official-skills-twitter.svg)](https://getagentictools.com/skills/starchild-ai-agent-official-skills-twitter?ref=badge)
npx agentictools info skills/starchild-ai-agent-official-skills-twitter

The second line is the CLI lookup for this page — handy in READMEs and docs.