Twitter Command Center

v0.1.4

Bundle plugin: Twitter/X search, monitoring, and OAuth posting via AIsa endpoints

@aisa/twitter-command-center·runtime @aisa/twitter-command-center·by @bowen-dotcom
Bundle Pluginstructural

README

Twitter Command Center 🐦

Search, monitor, and publish on X/Twitter from Claude Code — powered by AIsa.

What it does

Full Twitter/X data access through a single API key. No passwords, no cookies, no proxies.

Read (no login required):

  • User profiles, timelines, mentions, followers, followings
  • Tweet search (Latest / Top), replies, quotes, retweeters, threads
  • Trending topics, Lists, Communities, Spaces

Write (OAuth relay):

  • Publish tweets after one-time browser authorization
  • No credentials stored — uses AIsa's OAuth relay

Installation

In Claude Code

/plugin install twitter-command-center

In OpenClaw

openclaw bundles install clawhub:@aisa/twitter-command-center

Setup

export AISA_API_KEY="your-key"

Get your API key at aisa.one. ~$0.0004 per read query, pay-as-you-go.

Usage

Automatic skill activation

Claude detects when you're working with Twitter/X and loads the skill context:

  • "What's trending on Twitter right now?"
  • "Get @anthropic's latest tweets"
  • "Search for tweets about AI agents"
  • "Post this to X: we shipped v2.0"

Python Client

Note: Use python3 or python depending on your system.

# Get user info
python3 skills/twitter-command-center/scripts/twitter_client.py user-info --username elonmusk

# Search tweets
python3 skills/twitter-command-center/scripts/twitter_client.py search --query "AI agents" --type Latest

# Get trends
python3 skills/twitter-command-center/scripts/twitter_client.py trends --woeid 1

# Authorize and post
python3 skills/twitter-command-center/scripts/twitter_client.py authorize
python3 skills/twitter-command-center/scripts/twitter_client.py post --text "Hello from OpenClaw!"

(Replace python3 with python if the command is not available on your system.)

See SKILL.md for full API documentation.

Components

twitter-command-center/
├── .codex-plugin/
│   └── plugin.json
├── skills/
│   └── twitter-command-center/
│       ├── SKILL.md
│       └── scripts/
│           └── twitter_client.py
├── openclaw.plugin.json
├── package.json
└── README.md

License

MIT

Capabilities

Bundle format
generic
Host targets
openclaw
Runtime ID
@aisa/twitter-command-center

Compatibility

Built With Open Claw Version
0.1.4

Verification

Tier
structural
Scope
artifact only
Summary
Validated package structure and extracted metadata.
Scan status
pending

Tags

latest
0.1.4