Install
openclaw skills install aisa-twitter-post-engageSearch X/Twitter profiles, tweets, trends, and approved engagement actions through the AIsa relay. Use when the user asks for Twitter/X research, posting, likes, follows, or related workflows without sharing passwords.
openclaw skills install aisa-twitter-post-engageSearch X/Twitter profiles, tweets, trends, and approved engagement actions through the AIsa relay.
AISA_API_KEY and explicit OAuth approval.api.aisa.one.AISA_API_KEYscripts/twitter_client.pyscripts/twitter_oauth_client.pyscripts/twitter_engagement_client.pyreferences/post_twitter.md, references/engage_twitter.mdexport AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
python3 scripts/twitter_client.py search --query "AI agents" --type Latest
python3 scripts/twitter_oauth_client.py authorize
python3 scripts/twitter_oauth_client.py post --text "Hello from AIsa"
python3 scripts/twitter_engagement_client.py like-latest --user "@elonmusk"
python3 scripts/twitter_engagement_client.py follow-user --user "@elonmusk"
references/post_twitter.md for post, reply, quote, and media-upload actions.references/engage_twitter.md for likes, unlikes, follows, and unfollows.