twitter-command-center-search-post

Verified·Scanned 2/17/2026

This skill is a Twitter/X client that uses the AIsa API to search, read, and post tweets via CLI and a Python client. It requires AISA_API_KEY, runs python3 {baseDir}/scripts/twitter_client.py, and makes network requests to https://api.aisa.one/apis/v1.

from clawhub.ai·ve1f7e5a·19.0 KB·0 installs
Scanned from 1.0.0 at e1f7e5a · Transparency log ↗
$ vett add clawhub.ai/chaimengphp/twitter-command-center-search-post

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