Skip to main content
View on GitHub → Full Twitter intelligence for autonomous agents. One AISA_API_KEY unlocks every read endpoint; OAuth unlocks write actions (post, like, follow).

Install

First, install the AIsa CLI if you have not already:
Then install the skill:

What can agents do with it?

Monitor influencers

“Get Elon Musk’s latest tweets and notify me of AI-related posts.”

Track trends

“What’s trending on Twitter worldwide right now?”

Social listening

“Search for tweets mentioning our product and analyze sentiment.”

Competitor intel

“Monitor @anthropic and @GoogleAI — alert me on new announcements.”

Thread context

“Fetch the full conversation thread around a viral tweet.”

Engagement workflows

“Like, unlike, follow, or unfollow via OAuth (requires user consent).”

Core capabilities

  • Users — profile info, “about” metadata, batch lookup by IDs, latest tweets, mentions, followers, followings, verified followers, follow-relationship check, keyword search
  • Tweets — advanced search (Latest/Top), by IDs, replies, quotes, retweeters, full thread context, article extraction
  • Trends — worldwide and regional trending topics by WOEID
  • Lists — members and followers
  • Communities — info, members, moderators, tweets, cross-community search
  • Spaces — Space detail lookup
  • Engagement (OAuth) — like / unlike / follow / unfollow / post / reply / quote via the local relay

Quick start

User endpoints

Tweet endpoints

Python client

Endpoint reference

Get started

  1. Sign up at aisa.one (new accounts start with $2 free credit).
  2. Generate an API key from the console.
  3. export AISA_API_KEY="your-key" and install the skill:
  4. For write actions (post, like, follow), complete OAuth via the local relay — see ./references/post_twitter.md and ./references/engage_twitter.md in the skill folder.

Twitter API reference

Every read endpoint with interactive playgrounds.

Authentication

Bearer-token auth plus OAuth for write actions.

Rate Limits

Twitter RPM caps per key.