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

Stars1,153
Forks113
LanguageTypeScript
Last pushed2026-02-19
Last synced2026-07-03
View on GitHub

Repository

Ownerrohunvora
Repositoryx-research-skill
Full namerohunvora/x-research-skill
Repo ID1,152,574,482

Install this Skill

git clone https://github.com/rohunvora/x-research-skill.git x-research

Registry

Typeopenclaw_skill
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-04
Platforms
ClaudeOpenClawCodex
Capabilities
searchvideoterminal
Detected files
README.mdSKILL.md
Config keys
X_BEARER_TOKENTWEET_ID

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.

Chinese description

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.

Explore more

Data from GitHub. Synced on 2026-07-03