twitter-command-center-search-post

Review·Scanned 2/17/2026

This skill is a Twitter/X client that searches, reads, and automates posts via the AIsa API (https://api.aisa.one) using the AISA_API_KEY environment variable. It issues network requests to https://api.aisa.one and includes runnable shell commands like curl and python3 scripts/twitter_client.py.

from clawhub.ai·v2b08506·19.0 KB·0 installs
Scanned from 1.0.0 at ab1ac20 · Transparency log ↗
$ vett add clawhub.ai/0xjordansg-yolo/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