requesthunt

Solid

Generate user demand research reports from real user feedback. Scrape and analyze feature requests, complaints, and questions from Reddit, X, GitHub, YouTube, LinkedIn, and Amazon. Use when user wants to do demand research, find feature requests, analyze user demand, or run RequestHunt queries.

AI & Automation 927 stars 97 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
99
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# RequestHunt Skill Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), GitHub, YouTube, LinkedIn, and Amazon. ## Prerequisites Install the CLI and authenticate: ```bash curl -fsSL https://requesthunt.com/cli | sh requesthunt auth login ``` The installer downloads a pre-built binary from [GitHub Releases](https://github.com/ReScienceLab/requesthunt-cli/releases) and verifies its SHA256 checksum before installation. Alternatively, build from source with `cargo install --path cli` from the [requesthunt-cli](https://github.com/ReScienceLab/requesthunt-cli) repository. 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, set the API key via environment variable (preferred): ```bash export REQUESTHUNT_API_KEY="$YOUR_KEY" ``` Or save it to the local config file (created with owner-only permissions): ```bash requesthunt config set-key "$YOUR_KEY" ``` Get your key from: https://requesthunt.com/dashboard > **Security**: Never hardcode API keys directly in skill instructions or agent output. Use environment variables or the secured config file. ## Output Modes Default output is TOON (Token-Oriented Object Notation) — structured and token-efficient. Use `--json` for raw JSON or `--human` ...

Details

Author
ReScienceLab
Repository
ReScienceLab/opc-skills
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category