LaunchKit · 2026
Back to Skills

aisa-twitter-api

Search X (Twitter) in real time, extract relevant posts.

4
2.8k downloads
by @aisapay

Setup & Installation

openclaw skills install @aisapay/aisa-twitter-api

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install aisa-twitter-api

What This Skill Does

Connects agents to Twitter/X for real-time search, user lookups, trend tracking, and account actions like posting and retweeting. Read operations work with just an API key. Write operations require logging in with Twitter account credentials through the AIsa API.

Provides full Twitter read and write access through a single pay-as-you-go API key, bypassing the need to apply for official Twitter API credentials.

When to use it

  • Monitor a competitor's Twitter account for new product announcements
  • Pull worldwide trending topics each morning for content planning
  • Search brand mentions and log tweet sentiment over time
  • Auto-retweet posts from specific accounts that match a keyword
  • Look up a user's follower list for targeted outreach research

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Search for tweets about 'AI agents' and retweet the top result from my account

AGENT
  1. 1Calls advanced_search with query 'AI agents' and queryType 'Top'
  2. 2Extracts the tweet ID with highest engagement from results
  3. 3Logs into the user's Twitter account via user_login_v3
  4. 4Calls retweet_v3 with the tweet ID and account name
OUTPUT

Top 'AI agents' tweet retweeted from user's account, with cost and credits_remaining returned in the response

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

AISA_API_KEY from aisa.one (requires account signup and purchased credits)Twitter account credentials (username, email, password) for write operations such as posting, liking, and retweeting