🦀 ClawHub
Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts
by @aisadocs
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the use...
TERMINAL
clawhub install openclaw-twitter-post📖 About This Skill
name: openclaw-twitter-post-engage description: 'Search 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.' author: AIsa version: 2.0.4 license: Apache-2.0 homepage: https://aisa.one source: https://github.com/baofeng-tech/agent-skills-io/tree/main/targetSkills/openclaw-twitter-post-engage user-invocable: true primaryEnv: AISA_API_KEY requires: bins: - python3 env: - AISA_API_KEY metadata: aisa: emoji: 🐦 requires: bins: - python3 env: - AISA_API_KEY primaryEnv: AISA_API_KEY compatibility: - openclaw - claude-code - hermes openclaw: emoji: 🐦 requires: bins: - python3 env: - AISA_API_KEY primaryEnv: AISA_API_KEY
Twitter Post Engage
Runtime-focused skill package for Twitter/X search, posting, and engagement through the AISA relay.
When to use
AISA_API_KEY and explicit OAuth approval.When NOT to use
api.aisa.one.Quick Reference
AISA_API_KEY./scripts/twitter_client.py./scripts/twitter_oauth_client.py./scripts/twitter_engagement_client.py./references/post_twitter.md, ./references/engage_twitter.mdSetup
export AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
Capabilities
--confirm-engagement is present.Common Commands
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
Posting and Engagement Workflow
./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.Runtime Boundary
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.⚡ When to Use
⚙️ Configuration
export AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....