Falcon
by @bubblyjove
Search, read, and interact with Twitter/X via TwexAPI
clawhub install falconπ About This Skill
name: falcon description: Search, read, and interact with Twitter/X via TwexAPI user-invocable: true command-dispatch: tool command-tool: Bash command-arg-mode: raw metadata: {"openclaw":{"requires":{"bins":["curl","jq"],"env":["TWEXAPI_KEY"]},"primaryEnv":"TWEXAPI_KEY","emoji":"π¦ ","os":["darwin","linux"]}}
falcon
Use falcon to read, search, and interact with Twitter/X.
Quick start
falcon check
falcon user elonmusk
falcon tweets elonmusk 5
falcon read
Reading users
falcon user
Reading tweets
falcon tweets
Searching
falcon search
Posting (confirm with user first)
falcon tweet "text"
falcon reply
Engagement (confirm with user first)
falcon like
Account
falcon check Verify API key and cookie are set falcon balance Check remaining API credits
Auth sources
TWEXAPI_KEY env var: TwexAPI bearer token (required for all commands) TWITTER_COOKIE env var: Twitter auth cookie (required for write/engagement commands)
Important notes
- The falcon script lives at {baseDir}/falcon.sh - All commands accept tweet URLs (x.com or twitter.com) or bare tweet IDs - Always confirm with the user before executing any write or engagement command - Search accepts any Twitter advanced search syntax - Hashtags can be passed with or without the # prefix - Cashtags can be passed with or without the $ prefix - Country for trending uses slug format: united-states, united-kingdom, japan, etc.