@lh_of_bupt/claude-code-market-research
v1.0.0
Published
Claude Code skill for AI-powered market research - Generate comprehensive market research reports with one request
Maintainers
Readme
Claude Code Market Research Skill
AI-powered market research skill for Claude Code. Generate comprehensive market research reports with a single request.
Features
- One-Command Research - Just describe what you want to research
- AI Personas - Generates 1-10 target user profiles
- Social Media Insights - Simulates user voices from Xiaohongshu, Weibo, Douyin
- Deep Interviews - AI simulates interviews with each persona
- Structured Reports - Outputs professional Markdown reports
Installation
npm install -g @lh-ai/claude-code-market-researchSetup
1. Get API Key
- Visit ResearchMind Platform
- Register/Login
- Click 🔑 in sidebar to get your API Key
2. Configure Environment
Add to your ~/.claude/settings.json:
{
"enabledPlugins": {
"@lh-ai/claude-code-market-research": true
},
"env": {
"MARKET_RESEARCH_API_KEY": "your_api_key_here"
}
}Or set environment variable:
export MARKET_RESEARCH_API_KEY="your_api_key_here"Usage
Just tell Claude what you want to research:
用户: 帮我研究年轻女性对国产美妆品牌的态度
Claude: 我来帮你进行市场研究...
[2-5 minutes later]
## 年轻女性对国产美妆品牌态度研究报告
### 一、执行摘要
本次研究发现...Examples
| User Request | Report Focus | |--------------|--------------| | "研究年轻女性对国产美妆的消费态度" | Brand perception, purchase factors | | "分析大学生对新能源汽车的购买意愿" | Purchase consideration, barriers | | "研究白领咖啡消费习惯" | Consumption patterns, brand preference |
Report Structure
Generated reports include:
- Executive Summary - Key findings (200 words)
- Research Method - Qualitative approach used
- User Persona Analysis - 5 detailed user profiles
- Key Findings - Main insights and conclusions
- Market Insights - Competitive landscape
- Opportunities & Recommendations - Actionable suggestions
- Appendix - Full interview transcripts
Credits
- Each research costs 10 credits
- Failed research automatically refunds credits
- Super admins have unlimited credits
Requirements
- Claude Code CLI
- Valid API Key from ResearchMind Platform
- Internet connection
License
MIT
