twitter-command-center-search-post

Review·Scanned 2/17/2026

Provides a Twitter/X client for searching and posting via the AIsa API. The skill makes network calls to https://api.aisa.one, requires the AISA_API_KEY environment variable, and includes shell/python command examples to run the client.

from clawhub.ai·v684e5be·19.0 KB·0 installs
Scanned from 1.0.0 at 684e5be · Transparency log ↗
$ vett add clawhub.ai/bowen-dotcom/twitter-command-center-search-postReview findings below

OpenClaw Twitter 🐦

Twitter/X data and automation for autonomous agents. Powered by AIsa.

Installation

export AISA_API_KEY="your-key"

Quick Start

# Get user info
python scripts/twitter_client.py user-info --username elonmusk

# Search tweets
python scripts/twitter_client.py search --query "AI agents"

# Get trends
python scripts/twitter_client.py trends

Features

  • Read Operations: User info, tweets, search, trends, followers, followings
  • Write Operations: Post tweets, like, retweet (requires login)

Get API Key

Sign up at aisa.one

Links