← 返回
开发者工具 中文

Idea Check

Pre-build reality check before starting any new project or tool. Use when the user discusses a new idea, asks about competition, wants to know if something a...
在开始任何新项目或工具前进行预先现实检查。用于用户讨论新想法、询问竞争情况或想知道某事是否可行时。
spideystreet
开发者工具 clawhub v1.0.0 1 版本 99860.9 Key: 无需
★ 0
Stars
📥 718
下载
💾 10
安装
1
版本
#latest

概述

Idea Check

Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to assess whether a project idea already exists before building it.

Prerequisites

This skill requires the idea-reality-mcp MCP server registered in mcporter:

mcporter config add idea-reality --command "uvx idea-reality-mcp"

Workflow

1. Extract the idea description

From the user's message, extract a clear, concise description of the project idea (1-2 sentences). Strip conversational filler.

2. Choose depth

User intentDepth
--------------------
Quick check, casual mentionquick (GitHub + HN only)
Serious project, "deep check", "thorough scan"deep (all 5 sources in parallel)
Defaultquick

3. Run the reality check

{
  "tool": "exec",
  "command": "mcporter call idea-reality.idea_check idea_text=\"<extracted idea description>\" depth=quick"
}

4. Interpret the result

The tool returns a JSON with reality_signal (0-100), evidence, top_similars, and pivot_hints.

Apply these rules:

SignalAction
----------------
> 70 (crowded)STOP. Report top competitors. Ask if the user wants to proceed, pivot, or abandon.
30-70 (moderate)Show results + pivot hints. Suggest a niche angle that existing projects don't cover.
< 30 (open)Green light. Mention the space is open and proceed.

5. Format the response

<emoji> Idea Check — <signal>/100

<one-line verdict>

Top competitors:
1. <name> — <stars> stars — <description>
2. <name> — <stars> stars — <description>
3. <name> — <stars> stars — <description>

Sources: <list of sources checked>
<pivot hints if signal > 30>

Emoji mapping:

  • Signal > 70: use a red indicator
  • Signal 30-70: use a yellow indicator
  • Signal < 30: use a green indicator

6. Error handling

  • If the MCP tool is not available → tell the user to register idea-reality-mcp in openclaw.json (show the config snippet from Prerequisites)
  • If the tool returns an error → report the error as-is, do not retry
  • If top_similars is empty → note that no direct competitors were found but the signal score still reflects broader activity

Examples

User saysDepthExpected behavior
-------------------------------------
"Has anyone built a CLI for tracking gym workouts?"quickRun check, likely high signal, show competitors
"I want to build an MCP server for pre-build validation"quickRun check, likely low signal, green light
"Deep check: AI-powered code review tool"deepRun deep scan, very high signal, suggest pivot
"Is there a market for a Telegram bot that tracks habits?"quickRun check, show results + pivot suggestions

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 10:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,532
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,941
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,598