Claude Skill
rohunvora/x-research-skill
A TypeScript Claude Skill for deep X/Twitter research. Perform agentic searches, track threads, conduct deep-dives, and create sourced briefings with Claude Code/OpenClaw.
Overview
Repository
Install this Skill
git clone https://github.com/rohunvora/x-research-skill.git x-researchRegistry
Summary
A Claude Skill for conducting research on X/Twitter, designed for Claude Code and OpenClaw. It enables agentic search, thread following, deep-dive analysis, and the generation of sourced briefings.
X/Twitter研究技能,适用于Claude Code与OpenClaw。具备代理搜索、线程追踪、深度挖掘、来源简报功能。
Key features
- Agentic search capabilities
- Thread following and tracking
- Deep-dive analysis tools
- Generation of sourced briefings
- Built for Claude Code/OpenClaw
Use cases
- Social media trend analysis
- Investigative research on X/Twitter
- Competitive intelligence gathering
- News and event monitoring
- Academic or market research
README excerpt
# x-research X/Twitter research agent for [Claude Code](https://code.claude.com) and [OpenClaw](https://openclaw.ai). Search, filter, monitor — all from the terminal. ## What it does Wraps the X API into a fast CLI so your AI agent (or you) can search tweets, pull threads, monitor accounts, and get sourced research without writing curl commands. - **Search** with engagement sorting, time filtering, noise removal - **Quick mode** for cheap, targeted lookups - **Watchlists** for monitoring accounts - **Cache** to avoid repeat API charges - **Cost transparency** — every search shows what it cost ## Install ### Claude Code ```bash # From your project mkdir -p .claude/skills cd .claude/skills git clone https://github.com/rohunvora/x-research-skill.git x-research ``` ### OpenClaw ```bash # From your workspace mkdir -p skills cd skills git clone https://github.com/rohunvora/x-research-skill.git x-research ``` ## Setup 1. **X API Bearer Token** — Get one from the [X Developer Portal](https://developer.x.com) 2. **Set the env var:** ```bash export X_BEARER_TOKEN="your-token-here" ``` Or save it to `~/.config/env/global.env`: ``` X_BEARER_TOKEN=your-token-here ``` 3. **Install Bun** (for CLI tooling): https://bun.sh ## Usage ### Natural language (just talk to Claude) - "What are people saying about Opus 4.6?" - "Search X for OpenClaw skills" - "What's CT saying about BNKR today?" - "Check what @frankdegods posted recently" ### CLI commands ```bash cd skills/x-research # Search (sorted by likes, auto-filters retweets) bun run x-search.ts search "your query" --sort likes --limit 10 # Profile — recent tweets from a user bun run x-search.ts profile username # Thread — full conversation bun run x-search.ts thread TWEET_ID # Single tweet bun run x-s
Topics
No topics yet.