Install
openclaw skills install @aisadocs/openclaw-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. Supports read APIs, OAuth-gated posting, and follow or like operations.
openclaw skills install @aisadocs/openclaw-twitter-post-engageRuntime-focused skill package for Twitter/X search, posting, and engagement through the AISA relay.
AISA_API_KEY and explicit OAuth approval.api.aisa.one.AISA_API_KEY./scripts/twitter_client.py./scripts/twitter_oauth_client.py./scripts/twitter_engagement_client.py./references/post_twitter.md, ./references/engage_twitter.mdexport AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
--confirm-engagement is present.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" --confirm-public-write
python3 scripts/twitter_engagement_client.py like-latest --user "@elonmusk" --confirm-engagement
python3 scripts/twitter_engagement_client.py follow-user --user "@elonmusk" --confirm-engagement
./references/post_twitter.md for post, reply, quote, and media-upload actions../references/engage_twitter.md for likes, unlikes, follows, and unfollows.--quote-tweet-url, while multi-part text continues as a reply thread.api.aisa.one.AISA_API_KEY and does not ask for passwords, cookies, CT0, or other legacy secrets.AISA_API_KEY is present, but do not print the key value.