Install
openclaw skills install aisa-twitter-command-centerSearch X/Twitter profiles, tweets, trends, lists, communities, and Spaces through the AIsa relay, then support approved posting workflows with OAuth. Use when the user asks for Twitter research, monitoring, or posting without sharing passwords.
openclaw skills install aisa-twitter-command-centerSearch X/Twitter profiles, tweets, trends, lists, communities, and Spaces through the AIsa relay, then support approved posting workflows with OAuth.
api.aisa.one.AISA_API_KEYscripts/twitter_client.pyscripts/twitter_oauth_client.pyreferences/post_twitter.mdexport AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
python3 scripts/twitter_client.py user-info --username elonmusk
python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_client.py trends --woeid 1
python3 scripts/twitter_oauth_client.py status
python3 scripts/twitter_oauth_client.py authorize
python3 scripts/twitter_oauth_client.py post --text "Hello from AIsa"
When the user asks to send, publish, reply, or quote on X/Twitter:
AISA_API_KEY is configured.--media-file only for user-provided local workspace files.api.aisa.one.AISA_API_KEY.references/post_twitter.md for detailed posting examples and OAuth guidance.