Leaderboard/Research/x-research-skill
Last commit on February 9, 2026·Created on February 8, 2026

rohunvora/x-research-skill

Turns X into a research source you can brief from.
Combined rank
#255
across all skills
In Research
#14
category rank
Stars
1.2k
+0.2% in last 7d
Forks
114
0.0% in last 7d
Watchers
5
0.0% in last 7d
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.
TL;DR

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.

WHO IT'S FOR
Market Intelligence Analysts
gather real-time market insights from X
Product Researchers
collect user sentiment and feedback from X
AI Agent Power Users
integrate real-time X data into agentic workflows
Social Media Monitoring Teams
monitor brand mentions and key accounts on X
Repository contents

1 skill file

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.

Use this skill

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

  1. 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
  2. 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.

    export X_BEARER_TOKEN="your-token-here"
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026

Give it something to do.

Suggested first task

Research recent discussion about a topic on X

Uses x-research

  • A topic to replace [TOPIC]
  • A configured X API Bearer Token
  • Bun installed for the skill's CLI tooling
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.
SKILL.md · Checked Sep 18, 2026README.md · Checked Sep 18, 2026