Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, and GitHub. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.
86
82%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Risky
Do not use without reviewing
Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), and GitHub.
Install the CLI and authenticate:
curl -fsSL https://requesthunt.com/cli | sh
requesthunt auth loginThe CLI displays a verification code and opens https://requesthunt.com/device — the human must enter the code to approve. Verify with:
requesthunt config showExpected output contains: resolved_api_key: with a masked key value (not null).
For headless/CI environments, use a manual API key instead:
requesthunt config set-key rh_live_your_keyGet your key from: https://requesthunt.com/dashboard
Default output is TOON (Token-Oriented Object Notation) — structured and token-efficient.
Use --json for raw JSON or --human for table/key-value display.
Before collecting data, clarify with the user:
# 1. Trigger realtime scrape for the topic
requesthunt scrape start "ai-coding-assistant" --platforms reddit,x,github --depth 2
# 2. Search with expansion for more data
requesthunt search "code completion" --expand --limit 50
# 3. List requests filtered by topic
requesthunt list --topic "ai-tools" --limit 100Analyze collected data and generate a structured Markdown report:
# [Topic] User Demand Research Report
## Overview
- Scope: ...
- Data Sources: Reddit (X), X (Y), GitHub (Z)
- Time Range: ...
## Key Findings
### 1. Top Feature Requests
| Rank | Request | Sources | Representative Quote |
|------|---------|---------|---------------------|
### 2. Pain Points Analysis
- **Pain Point A**: ...
### 3. Competitive Comparison (if specified)
| Feature | Product A | Product B | User Expectations |
### 4. Opportunities
- ...
## Methodology
Based on N real user feedbacks collected via RequestHunt...requesthunt search "authentication" --limit 20
requesthunt search "oauth" --expand # With realtime expansion
requesthunt search "API rate limit" --expand --platforms reddit,xrequesthunt list --limit 20 # Recent requests
requesthunt list --topic "ai-tools" --limit 10 # By topic
requesthunt list --platforms reddit,github # By platform
requesthunt list --category "Developer Tools" # By category
requesthunt list --sort top --limit 20 # Top votedrequesthunt scrape start "developer-tools" --depth 1 # Default: all platforms
requesthunt scrape start "ai-assistant" --platforms reddit,x,github --depth 2
requesthunt scrape status "job_123" # Check job statusrequesthunt topics # List all topics by category
requesthunt usage # View account stats
requesthunt config show # Check auth statusrequesthunt auth login) or manual API keyb18c6e6
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.