/install idea-validator
Idea Validator
Overview
Helps indie developers validate the uniqueness and market potential of product ideas through a multi-dimensional evaluation framework.
Use Cases
Use when users mention "idea validation," "competitor analysis," "validate startup idea," "analyze market space," "startup idea evaluation," or "idea validation."
Core Capabilities
| Capability | Description |
|---|---|
| Multi-dimensional Startup Idea Evaluation | Comprehensive assessment of market / competition / technology / business model |
| User Persona and Needs Validation | Target user persona construction and pain point analysis |
| MVP Roadmap Generation | Define core features and plan product iteration path |
Command List
| Command | Description |
|---|---|
python scripts/idea_validator.py validate --idea "\x3Cproduct description>" |
Validate startup idea |
python scripts/idea_validator.py compete --market "\x3Ccategory>" |
Competitor analysis |
python scripts/idea_validator.py mvp --idea "\x3Cproduct description>" |
Generate MVP plan |
Usage Workflow
Validate Startup Idea
When the user says "validate [product name] startup idea," execute:
python3 scripts/idea_validator.py validate --idea "\x3Cproduct description>"
Competitor Analysis
When the user says "analyze [category] competitive landscape," execute:
python3 scripts/idea_validator.py compete --market "\x3Ccategory>"
Generate MVP Plan
When the user says "generate MVP feature plan," execute:
python3 scripts/idea_validator.py mvp --idea "\x3Cproduct description>"
Output Format
All commands output a unified Markdown format report containing:
- Key Findings — 3-5 key insights
- Data Overview — Key metrics table (with ratings)
- Detailed Analysis — Multi-dimensional in-depth analysis
- Actionable Recommendations — List of suggestions categorized by priority
References
See references/references.md for details, including links to Y Combinator startup methodology, community discussions, and Chinese resources.
Notes
- Do not fabricate data; mark missing data fields as "Data Unavailable"
- All analysis is based on publicly available information; AI is for reference only
- It is recommended to combine with human judgment
- Install dependencies before first use:
pip install requests
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install idea-validator - 安装完成后,直接呼叫该 Skill 的名称或使用
/idea-validator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Idea Validator 是什么?
Startup idea validation skill. Helps indie developers validate product ideas, analyze competitive landscapes, and assess market saturation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。
如何安装 Idea Validator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install idea-validator」即可一键安装,无需额外配置。
Idea Validator 是免费的吗?
是的,Idea Validator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Idea Validator 支持哪些平台?
Idea Validator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Idea Validator?
由 OpenLark(@openlark)开发并维护,当前版本 v1.0.0。