requesthunt by resciencelab/opc-skills
npx skills add https://github.com/resciencelab/opc-skills --skill requesthunt通过收集和分析来自 Reddit、X (Twitter) 和 GitHub 的真实用户反馈,生成用户需求研究报告。
在 ~/.zshrc 中设置 API 密钥:
export REQUESTHUNT_API_KEY="your_api_key"
获取你的密钥:https://requesthunt.com/settings/api
快速检查:
cd <skill_directory>
python3 scripts/get_usage.py
此技能帮助你生成全面的用户需求研究报告。请遵循以下流程:
在收集数据之前,与用户明确以下内容:
# 1. 触发针对主题的实时抓取
python3 scripts/scrape_topic.py "ai-coding-assistant" --platforms reddit,x,github
# 2. 使用扩展搜索获取更多数据
python3 scripts/search_requests.py "code completion" --expand --limit 50
# 3. 按主题筛选列出需求
python3 scripts/list_requests.py --topic "ai-tools" --limit 100
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
分析收集的数据并生成结构化的 Markdown 报告:
# [主题] 用户需求研究报告
## 概览
- 范围:...
- 数据来源:Reddit (X), X (Y), GitHub (Z)
- 时间范围:...
## 主要发现
### 1. 热门功能需求
| 排名 | 需求 | 来源 | 代表性引述 |
|------|---------|---------|---------------------|
### 2. 痛点分析
- **痛点 A**:...
### 3. 竞品比较(如指定)
| 功能 | 产品 A | 产品 B | 用户期望 |
### 4. 机会点
- ...
## 方法论
基于通过 RequestHunt 收集的 N 条真实用户反馈...
所有命令均在技能目录下运行。
python3 scripts/list_requests.py --limit 20 # 近期需求
python3 scripts/list_requests.py --topic "ai-tools" --limit 10 # 按主题
python3 scripts/list_requests.py --platforms reddit,github # 按平台
python3 scripts/list_requests.py --category "Developer Tools" # 按类别
python3 scripts/list_requests.py --sortBy top --limit 20 # 高票需求
python3 scripts/search_requests.py "authentication" --limit 20
python3 scripts/search_requests.py "oauth" --expand # 包含实时扩展
python3 scripts/search_requests.py "API rate limit" --expand --platforms reddit,x
python3 scripts/get_topics.py # 按类别列出所有主题
python3 scripts/get_usage.py # 查看 API 使用统计
python3 scripts/scrape_topic.py "developer-tools" # 默认:reddit,x
python3 scripts/scrape_topic.py "ai-assistant" --platforms reddit,x,github
每周安装量
706
代码仓库
GitHub 星标数
628
首次出现
2026年1月21日
安全审计
安装于
opencode567
codex558
gemini-cli556
claude-code532
github-copilot528
cursor511
Generate user demand research reports by collecting and analyzing real user feedback from Reddit, X (Twitter), and GitHub.
Set API key in ~/.zshrc:
export REQUESTHUNT_API_KEY="your_api_key"
Get your key from: https://requesthunt.com/settings/api
Quick Check :
cd <skill_directory>
python3 scripts/get_usage.py
This skill helps you generate comprehensive user demand research reports. Follow this workflow:
Before collecting data, clarify with the user:
# 1. Trigger realtime scrape for the topic
python3 scripts/scrape_topic.py "ai-coding-assistant" --platforms reddit,x,github
# 2. Search with expansion for more data
python3 scripts/search_requests.py "code completion" --expand --limit 50
# 3. List requests filtered by topic
python3 scripts/list_requests.py --topic "ai-tools" --limit 100
Analyze 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...
All commands run from the skill directory.
python3 scripts/list_requests.py --limit 20 # Recent requests
python3 scripts/list_requests.py --topic "ai-tools" --limit 10 # By topic
python3 scripts/list_requests.py --platforms reddit,github # By platform
python3 scripts/list_requests.py --category "Developer Tools" # By category
python3 scripts/list_requests.py --sortBy top --limit 20 # Top voted
python3 scripts/search_requests.py "authentication" --limit 20
python3 scripts/search_requests.py "oauth" --expand # With realtime expansion
python3 scripts/search_requests.py "API rate limit" --expand --platforms reddit,x
python3 scripts/get_topics.py # List all topics by category
python3 scripts/get_usage.py # View API usage stats
python3 scripts/scrape_topic.py "developer-tools" # Default: reddit,x
python3 scripts/scrape_topic.py "ai-assistant" --platforms reddit,x,github
Weekly Installs
706
Repository
GitHub Stars
628
First Seen
Jan 21, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode567
codex558
gemini-cli556
claude-code532
github-copilot528
cursor511
DOCX文件创建、编辑与分析完整指南 - 使用docx-js、Pandoc和Python脚本
41,800 周安装