x-research
General-purpose X/Twitter research agent. Searches X for real-time perspectives, dev discussions, product feedback, cultural takes, breaking news, and expert opinions. Works like a web research agent but uses X as the source. Use when: (1) user says "x research", "search x for", "search twitter for", "what are people saying about", "what's twitter saying", "check x for", "x search", "/x-research", (2) user is working on something where recent X discourse would provide useful context (new library releases, API changes, product launches, cultural events, industry drama), (3) user wants to find what devs/experts/community thinks about a topic. NOT for: posting tweets or account management. Uses twitterapi.io (third-party API) for full-archive search — not limited to 7 days.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/blascokoa/twitterapi-research-skillWhat This Skill Does
The x-research skill enables your OpenClaw agent to perform deep, high-fidelity research directly on the X/Twitter platform. Unlike standard browser-based searches that often struggle with real-time social sentiment, this skill leverages the powerful twitterapi.io backend. It allows you to search the full historical archive, filter by engagement metrics, track specific users via a watchlist, and pull entire conversation threads. It transforms X from a noisy feed into a structured data source for your technical or cultural research, outputting findings in clean Markdown or JSON.
Installation
To integrate this skill into your environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/blascokoa/twitterapi-research-skill
Ensure you have your environment variables configured by sourcing your global config:
source ~/.config/env/global.env
Note: You must have a valid TWITTERAPI_IO_KEY defined in your environment, as the skill relies on this third-party service to execute queries against the X ecosystem.
Use Cases
- Technical Due Diligence: Research developer sentiment on new library releases, API breaking changes, or framework deprecations.
- Trend Analysis: Gauge community reactions to product launches or industry-wide events in real-time.
- Expert Monitoring: Keep a pulse on thought leaders by maintaining a watchlist of key accounts and pulling their recent insights into a curated briefing.
- Historical Investigation: Use the full-archive access to trace the development of a conversation or controversy over months or years, rather than being limited to the standard 7-day search window.
Example Prompts
- "X research: What are senior engineers saying about the recent updates to the React compiler?"
- "Search X for recent discussions on the $BNKR token and summarize the community sentiment."
- "Check X for what @voidcider has been posting about AI agents lately and save it to a markdown file."
Tips & Limitations
- Efficiency: Use the
--quickflag for rapid exploratory searches to minimize API costs and noise. - Filtering: Always utilize engagement filters like
--min-likesor--qualitywhen researching popular topics to avoid bot spam and low-signal noise. - Cost Awareness: This skill interacts with a paid API service; always monitor the estimated costs displayed in the terminal during your search sessions.
- Scope: This tool is strictly for research and retrieval. It does not support posting tweets, replying, or managing account authentication settings.
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-blascokoa-twitterapi-research-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, file-read, file-write