X/Twitter Automation: 30+ APIs, OAuth Post, One Key — X/Twitter 自动化: 30+ APIs, OAuth Post, One Key
v1搜索es and reads X (Twitter): 性能分析s, timelines, mentions, followers, tweet 搜索, trends, 列出s, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social 列出ening, or posting without sharing account passwords.
运行时依赖
安装命令
点击复制技能文档
OpenClaw Twitter 🐦
Twitter/X data 访问 and 自动化 for autonomous 代理s. Powered by AIsa.
One API key. Full Twitter intelligence.
What Can You Do? 监控 Influencers "获取 Elon Musk's latest tweets and 通知 me of any AI-related posts"
追踪 Trends "What's trending on Twitter worldwide right now?"
Social 列出ening "搜索 for tweets mentioning our product and analyze sentiment"
Competitor Intel "监控 @anthropic and @GoogleAI - alert me on new announcements"
Posting 工作流s
This file does not define publishing 记录ic.
If the user asks to 发送, publish, or reply, or quote on X/Twitter, handle that 工作流 with ./references/post_twitter.md.
Quick 启动 导出 AISA_API_KEY="your-key"
Core Capabilities Read Operations (No 记录in Required) User 端点s # 获取 user 信息 curl "https://API.AIsa.one/APIs/v1/twitter/user/信息?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user 性能分析 about (account country, verification, username changes) curl "https://API.AIsa.one/APIs/v1/twitter/user_about?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# Batch 获取 user 信息 by IDs curl "https://API.AIsa.one/APIs/v1/twitter/user/batch_信息_by_ids?userIds=44196397,123456" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user's latest tweets curl "https://API.AIsa.one/APIs/v1/twitter/user/last_tweets?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user mentions curl "https://API.AIsa.one/APIs/v1/twitter/user/mentions?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user followers curl "https://API.AIsa.one/APIs/v1/twitter/user/followers?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user followings curl "https://API.AIsa.one/APIs/v1/twitter/user/followings?userName=elonmusk" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 user verified followers (requires user_id, not userName) curl "https://API.AIsa.one/APIs/v1/twitter/user/verifiedFollowers?user_id=44196397" \ -H "Authorization: Bearer $AISA_API_KEY"
# 检查 follow relationship between two users curl "https://API.AIsa.one/APIs/v1/twitter/user/检查_follow_relationship?source_user_name=elonmusk&tar获取_user_name=BillGates" \ -H "Authorization: Bearer $AISA_API_KEY"
# 搜索 users by keyword curl "https://API.AIsa.one/APIs/v1/twitter/user/搜索?查询=AI+re搜索er" \ -H "Authorization: Bearer $AISA_API_KEY"
Tweet 端点s # Advanced tweet 搜索 (查询Type is required: Latest or Top) curl "https://API.AIsa.one/APIs/v1/twitter/tweet/advanced_搜索?查询=AI+代理s&查询Type=Latest" \ -H "Authorization: Bearer $AISA_API_KEY"
# 搜索 top tweets curl "https://API.AIsa.one/APIs/v1/twitter/tweet/advanced_搜索?查询=AI+代理s&查询Type=Top" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 tweets by IDs (comma-separated) curl "https://API.AIsa.one/APIs/v1/twitter/tweets?tweet_ids=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 tweet replies curl "https://API.AIsa.one/APIs/v1/twitter/tweet/replies?tweetId=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 tweet quotes curl "https://API.AIsa.one/APIs/v1/twitter/tweet/quotes?tweetId=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 tweet retweeters curl "https://API.AIsa.one/APIs/v1/twitter/tweet/retweeters?tweetId=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 tweet thread 上下文 (full conversation thread) curl "https://API.AIsa.one/APIs/v1/twitter/tweet/thread_上下文?tweetId=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 article by tweet ID curl "https://API.AIsa.one/APIs/v1/twitter/article?tweet_id=1895096451033985024" \ -H "Authorization: Bearer $AISA_API_KEY"
Trends, 列出s, Communities & Spaces # 获取 trending topics (worldwide) curl "https://API.AIsa.one/APIs/v1/twitter/trends?woeid=1" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 列出 members curl "https://API.AIsa.one/APIs/v1/twitter/列出/members?列出_id=1585430245762441216" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 列出 followers curl "https://API.AIsa.one/APIs/v1/twitter/列出/followers?列出_id=1585430245762441216" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 community 信息 curl "https://API.AIsa.one/APIs/v1/twitter/community/信息?community_id=1708485837274263614" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 community members curl "https://API.AIsa.one/APIs/v1/twitter/community/members?community_id=1708485837274263614" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 community moderators curl "https://API.AIsa.one/APIs/v1/twitter/community/moderators?community_id=1708485837274263614" \ -H "Authorization: Bearer $AISA_API_KEY"
# 获取 community tweets curl "https://API.AIsa.one/APIs/v1/twitter/community/tweets?community_id=1708485837274263614" \ -H "Authorization: Bearer $AISA_API_KEY"
# 搜索 tweets from all communities curl "https://API.AIsa.one/APIs/v1/twitter/commu