Reddit Business Idea Validator
Description
Reddit 商业创意验证器(reddit-business-idea-validator) > 给 agent 用的 Skill。你说一个创业想法,它自动去 Reddit 抓帖子 + 评论,让 AI 分析痛点、现有方案、市场机会,最后给你一份打分(0–100)的 HTML 报告。 --- 一句话介绍 > agent 自动跑完抓取、分析、报告全流程,给你一份带评分的调研报告。
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Reddit 商业创意验证器(reddit-business-idea-validator)
给 Claude Code 用的 Skill。你说一个创业想法,它自动去 Reddit 抓帖子 + 评论,让 AI 分析痛点、现有方案、市场机会,最后给你一份打分(0–100)的 HTML 报告。
一句话介绍
"**卖陈皮茶能赚钱吗?**" → Claude 自动跑完抓取、分析、报告全流程,给你一份带评分的调研报告。
它能帮你做什么
- 验证想法:你给的创意(产品 / 服务 / 利基市场),它会去 Reddit 找真人讨论
- 找痛点:从帖子+评论里提取用户真正在抱怨什么、需要什么
- 看竞品:现在大家都在用什么替代方案
- 看机会:哪些需求没被满足,可以做差异化
- 打分:0–100 综合评分,秒懂这个方向值不值得做
适用场景
| ✅ 适合问 | ❌ 不适合问 |
|---|---|
| "XX 在美国有市场吗" | 纯关键词调研 / SEO |
| "Reddit 上的人怎么看 XX" | 想要小红书/抖音数据(本项目只支持 Reddit) |
| "XX 这个产品的痛点是什么" | 让 AI 凭空头脑风暴(不抓真实数据) |
| "我想做 XX,值得做吗" | 中国大陆市场(Reddit 用户主要是英文市场) |
| "分析下这个 niche 的竞争格局" |
前置准备
1. 装好 Python 和依赖
# skill 自带 requirements.txt,无需依赖项目根目录
pip install -r .claude/skills/reddit-business-idea-validator/requirements.txt
2. 配置 `.env` 文件
在**当前运行目录**或 **skill 根目录**(二选一)建一个 `.env`,填入以下内容:
# LLM(必填)—— 支持 OpenAI 或 DeepSeek 等兼容 API
OPENAI_API_KEY="sk-你的key"
OPENAI_BASE_URL="https://api.deepseek.com" # 或 https://api.openai.com
OPENAI_MODEL="deepseek-v4-flash" # 或 gpt-4o
# Reddit API(必填)—— 去 https://www.reddit.com/prefs/apps 创建 "script" 类型应用
REDDIT_CLIENT_ID="你的client_id"
REDDIT_CLIENT_SECRET="你的client_secret"
REDDIT_USER_AGENT="BusinessResearchAgent/1.0 by 你的用户名"
⚠️ **Reddit 应用必须是 "script" 类型**,否则会报 401 错误。
3. 网络要求
⚠️ **Reddit 在中国大陆无法直接访问**。如果你的网络环境访问不了 `www.reddit.com`:
- 设置代理环境变量:
HTTPS_PROXY=http://127.0.0.1:7890(改成你的代理端口) - 或在能访问 Reddit 的网络环境下运行
DeepSeek/OpenAI 的 API 通常不受影响,只有 Reddit 流量被卡。
怎么用(在 Claude Code 里)
直接用大白话告诉 Claude 你的需求,比如:
- "帮我验证下这个想法:给独居老人做智能药盒"
- "Reddit 上的人怎么看 AI 写代码工具?跑一下分析"
- "我想做美国市场的二手 Labubu 交易平台,调研一下"
Claude 会自动识别你的意图,跑这个 skill,整个过程:
- 预检环境(5
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI