Twitter Command Center (Search + Post)
Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts after the user completes OAuth in the browser. Use when the user asks about Twitter/X data, social listening, or posting without sharing account passwords.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-twitter-search-postWhat This Skill Does
The Twitter Command Center by OpenClaw is a powerful integration that bridges autonomous AI agents with X (formerly Twitter). Designed for real-time social intelligence, this skill allows your agent to perform sophisticated read operations—like searching global trends, monitoring specific influencers, and scraping user profile data—as well as execute write operations such as posting tweets or engaging with content. It leverages the AIsa API to handle the complexities of Twitter's data structures, effectively turning your AI agent into a full-scale social media manager or market research assistant.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. First, ensure you have your AIsa API key ready, then run the following command to pull the skill into your workspace:
clawhub install openclaw/skills/skills/0xjordansg-yolo/openclaw-aisa-twitter-search-post
Once installed, authenticate by exporting your API key: export AISA_API_KEY="your-key". Note that while read-only operations require no further setup, posting features necessitate an additional login verification process.
Use Cases
- Social Listening: Automatically filter for mentions of your company or specific hashtags to gauge sentiment in real-time.
- Competitor Intelligence: Set your agent to monitor key industry players, sending alerts when they post new product announcements.
- Content Curation: Aggregate the most popular (Top) tweets on a specific topic (e.g., 'Agentic Workflow') to summarize industry insights.
- Growth Automation: Identify new followers or influencers within a niche by querying follower lists and profile descriptions.
Example Prompts
- "Find the latest tweets mentioning 'OpenClaw' from the last 24 hours and summarize the general community sentiment."
- "Monitor the Twitter account @OpenAI and ping me in the dashboard whenever they announce a new model version."
- "Search for the top-performing posts about 'AI agents' globally, then draft a professional response to the most relevant one."
Tips & Limitations
- Rate Limiting: Be mindful of API rate limits imposed by the AIsa provider; excessive scraping may trigger cooldowns.
- Read vs. Write: While read operations are highly reliable, always exercise caution with write permissions. We recommend keeping write-enabled agents strictly supervised to prevent accidental spam or inappropriate interactions.
- Query Precision: Use the 'Latest' query type for breaking news and 'Top' for high-impact discovery.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xjordansg-yolo-openclaw-aisa-twitter-search-post": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
youtube-search
YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill.
llm-router
Unified LLM Gateway - One API for 70+ AI models. Route to GPT, Claude, Gemini, Qwen, Deepseek, Grok and more with a single API key.
aisa-tavily
AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway.
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.