Agent skill

requesthunt

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.

Stars 659
Forks 75

Install this agent skill to your Project

npx add-skill https://github.com/ReScienceLab/opc-skills/tree/main/skills/requesthunt

SKILL.md

RequestHunt Skill

Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), and GitHub.

Prerequisites

Install the CLI and authenticate:

bash
curl -fsSL https://requesthunt.com/cli | sh
requesthunt auth login

The CLI displays a verification code and opens https://requesthunt.com/device — the human must enter the code to approve. Verify with:

bash
requesthunt config show

Expected output contains: resolved_api_key: with a masked key value (not null).

For headless/CI environments, use a manual API key instead:

bash
requesthunt config set-key rh_live_your_key

Get your key from: https://requesthunt.com/dashboard

Output Modes

Default output is TOON (Token-Oriented Object Notation) — structured and token-efficient. Use --json for raw JSON or --human for table/key-value display.

Research Workflow

Step 1: Define Scope

Before collecting data, clarify with the user:

  1. Research Goal: What domain/area to investigate? (e.g., AI coding assistants, project management tools)
  2. Specific Products: Any products/competitors to focus on? (e.g., Cursor, GitHub Copilot)
  3. Platform Preference: Which platforms to prioritize? (reddit, x, github)
  4. Time Range: How recent should the feedback be?
  5. Report Purpose: Product planning / competitive analysis / market research?

Step 2: Collect Data

bash
# 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 100

Step 3: Generate Report

Analyze collected data and generate a structured Markdown report:

markdown
# [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...

Commands

Search

bash
requesthunt search "authentication" --limit 20
requesthunt search "oauth" --expand                          # With realtime expansion
requesthunt search "API rate limit" --expand --platforms reddit,x

List

bash
requesthunt 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 voted

Scrape

bash
requesthunt 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 status

Reference

bash
requesthunt topics                                           # List all topics by category
requesthunt usage                                            # View account stats
requesthunt config show                                      # Check auth status

API Info

Expand your agent's capabilities with these related and highly-rated skills.

ReScienceLab/opc-skills

skill-name

Clear description of what this skill does and when to use it. Include trigger keywords and contexts inline, e.g. "Use when user wants to X, Y, or Z."

659 75
Explore
ReScienceLab/opc-skills

seo-geo

SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility.

659 75
Explore
ReScienceLab/opc-skills

add-new-opc-skill

Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.

659 75
Explore
ReScienceLab/opc-skills

archive

Archive session learnings, debugging solutions, and deployment logs to .archive/yyyy-mm-dd/ as indexed markdown with searchable tags. Use when completing a significant task, resolving a tricky bug, deploying, or when the user says "archive this". Maintains .archive/MEMORY.md index for cross-session knowledge reuse.

659 75
Explore
ReScienceLab/opc-skills

banner-creator

Create banners using AI image generation. Discuss format/style, generate variations, iterate with user feedback, crop to target ratio. Use when user wants to create a banner, header, hero image, cover image, GitHub banner, Twitter header, or readme banner.

659 75
Explore
ReScienceLab/opc-skills

seo-geo

SEO & GEO (Generative Engine Optimization) for websites. Analyze keywords, generate schema markup, optimize for AI search engines (ChatGPT, Perplexity, Gemini, Copilot, Claude) and traditional search (Google, Bing). Use when user wants to improve search visibility, search optimization, search ranking, AI visibility, ChatGPT ranking, Google AI Overview, indexing, JSON-LD, meta tags, or keyword research.

659 75
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results