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:
- Install the skill using the command below
- Sign in with
requesthunt auth loginor set your API key - Ask your AI agent to generate a research report
Installation
npx skills add https://github.com/resciencelab/opc-skills --skill requesthuntWorks with Factory Droid, Claude Code, Cursor, Codex, and other AI agents.
Prerequisites
The skill requires the RequestHunt CLI to be installed and authenticated:
# 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:
| Command | Purpose |
|---|---|
| requesthunt topics | List available topics by category |
| requesthunt search | Full-text search across requests |
| requesthunt list | Browse requests with filters |
| requesthunt scrape start | Trigger realtime scraping |
| requesthunt usage | Check 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"