π¦ ClawHub
twitter-aisa
by @bibaofeng
Twitter/X command center for research, monitoring, watchlists, and approved posting through AIsa. Use when: the user needs one flagship skill for trend track...
TERMINAL
clawhub install twitter-aisaπ About This Skill
name: openclaw-twitter description: Search X/Twitter profiles, tweets, trends, lists, communities, and Spaces through the AISA relay, then publish approved posts with OAuth. Use when: the user asks for Twitter/X research, monitoring, or posting without sharing passwords. Supports read APIs, authorization links, and media-aware posting. homepage: https://openclaw.ai author: 0xjordansg-yolo user-invocable: true requires: bins: - python3 env: - AISA_API_KEY metadata: openclaw: emoji: "π¦" requires: bins: - python3 env: - AISA_API_KEY primaryEnv: AISA_API_KEY files: - "scripts/*" - "references/*"
OpenClaw Twitter
Runtime-focused release bundle for Twitter/X search and posting through the AISA relay.
When to use
AISA_API_KEY.When NOT to use
api.aisa.one.Quick Reference
AISA_API_KEY./scripts/twitter_client.py./references/post_twitter.mdSetup
export AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....
Capabilities
Common Commands
python3 {baseDir}/scripts/twitter_client.py user-info --username elonmusk
python3 {baseDir}/scripts/twitter_client.py search --query "AI agents" --type Latest
python3 {baseDir}/scripts/twitter_client.py trends --woeid 1
python3 {baseDir}/scripts/twitter_oauth_client.py status
python3 {baseDir}/scripts/twitter_oauth_client.py authorize
python3 {baseDir}/scripts/twitter_oauth_client.py post --text "Hello from OpenClaw"
Posting Workflow
When the user asks to send, publish, reply, or quote on X/Twitter, follow ./references/post_twitter.md.
--media-file only for user-provided workspace files.ClawHub Suspicious Review Notes
These points summarize the common reasons similar skills are marked Suspicious and how this release addresses them:
api.aisa.one.AISA_API_KEY and does not ask for passwords, cookies, CT0, or other legacy secrets.SKILL.md, scripts/, and the posting reference, while omitting non-runtime files such as README.md and _meta.json.Release Bundle Notes
scripts/twitter_client.py preserves the read API surface from the original bundle.scripts/twitter_oauth_client.py preserves OAuth and posting behavior from the original bundle.β‘ When to Use
βοΈ Configuration
export AISA_API_KEY="your-key"
All network calls go to https://api.aisa.one/apis/v1/....