Skip to main content

Agent Skill

Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), GitHub, YouTube, and LinkedIn. The skill uses the RequestHunt CLI under the hood. Available on skills.sh.

Quick Start

Tell your AI agent:

Read https://requesthunt.com/setup.md and follow the instructions to set up RequestHunt.

Or manually:

  1. Install the skill using the command below
  2. Sign in with requesthunt auth login or set your API key
  3. Ask your AI agent to generate a research report

Installation

Install via npx
npx skills add https://github.com/resciencelab/opc-skills --skill requesthunt

Works with Factory Droid, Claude Code, Cursor, Codex, and other AI agents.

Prerequisites

The skill requires the RequestHunt CLI to be installed and authenticated:

Prerequisites
# Install the CLI
curl -fsSL https://requesthunt.com/cli | sh

# Sign in (recommended)
requesthunt auth login

# Or set a manual key for CI
export REQUESTHUNT_API_KEY="your_api_key"

Research Workflow

Step 1: Define Scope

Clarify with your AI agent:

  • Research goal (e.g., AI coding assistants, project management tools)
  • Specific products to focus on (e.g., Cursor, GitHub Copilot)
  • Platform preference (reddit, x, github, youtube, linkedin)
  • Time range for feedback

Step 2: Collect Data

The skill runs CLI commands to scrape topics, search requests, and list filtered results automatically.

Step 3: Generate Report

Get a structured markdown report with top feature requests, pain points, competitive analysis, and opportunities.

CLI Commands Used

The skill invokes these CLI commands during a research workflow:

CommandPurpose
requesthunt topicsList available topics by category
requesthunt searchFull-text search across requests
requesthunt listBrowse requests with filters
requesthunt scrape startTrigger realtime scraping
requesthunt usageCheck credit balance

Example Prompts

Market research:

"Generate a user demand research report for AI coding assistants"

Product-specific:

"What features are users requesting for Notion?"

Competitive analysis:

"Compare user feedback between Cursor and GitHub Copilot"