Traction scoreGitHub stars can be faked, so popularity alone can be misleading. Traction Score looks for broader signs of recent attention, adoption, and active maintenance.
This skill treats X as a primary research source. It decomposes a question into targeted searches, follows threads, deep-dives linked content, and synthesizes everything into a sourced briefing grouped by theme. It serves market intelligence analysts, product managers, and researchers who need real-time perspectives, dev discussions, product feedback, and cultural takes without manual scrolling.
Compatible AgentsThe repository documents support for these agents. The skills may also work with other agents that can load SKILL.md files, but they may need some setup or small changes.
Follow the documented setup, then try a first task.
I’m using
Claude Code project installation
Installs: Complete x-research skill repository cloned as x-research · Claude Code
Before you start
An X API Bearer Token obtained from the X Developer Portal
Bun must already be installed for the CLI tooling
A local Claude Code project
Run from: Your project
In a terminal, run this complete block from your project to create the Claude Code skills directory, enter it, and clone the repository as x-research.
# From your project
mkdir -p .claude/skills
cd .claude/skills
git clone https://github.com/rohunvora/x-research-skill.git x-research
In a terminal, set the X API bearer-token environment variable, replacing `your-token-here` with the token obtained from the X Developer Portal while keeping the placeholder unchanged in the command shown here.
Installs: Complete x-research skill repository cloned as x-research · OpenClaw
Before you start
An X API Bearer Token obtained from the X Developer Portal
Bun must already be installed for the CLI tooling
A local OpenClaw workspace
Run from: Your workspace
In a terminal, run this complete block from your workspace to create the skills directory, enter it, and clone the repository as x-research.
# From your workspace
mkdir -p skills
cd skills
git clone https://github.com/rohunvora/x-research-skill.git x-research
In a terminal, set the X API bearer-token environment variable, replacing `your-token-here` with the token obtained from the X Developer Portal while keeping the placeholder unchanged in the command shown here.
Using the x-research skill, find what people on X have been saying about [TOPIC] during the available recent-search window, and give me a concise sourced briefing of the main perspectives. Replace [TOPIC] with the product, release, event, or question you want researched.