/install idea-check
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 intent | Depth |
|---|---|
| Quick check, casual mention | quick (GitHub + HN only) |
| Serious project, "deep check", "thorough scan" | deep (all 5 sources in parallel) |
| Default | quick |
3. Run the reality check
{
"tool": "exec",
"command": "mcporter call idea-reality.idea_check idea_text=\"\x3Cextracted 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:
| Signal | Action |
|---|---|
| > 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. |
| \x3C 30 (open) | Green light. Mention the space is open and proceed. |
5. Format the response
\x3Cemoji> Idea Check — \x3Csignal>/100
\x3Cone-line verdict>
Top competitors:
1. \x3Cname> — \x3Cstars> stars — \x3Cdescription>
2. \x3Cname> — \x3Cstars> stars — \x3Cdescription>
3. \x3Cname> — \x3Cstars> stars — \x3Cdescription>
Sources: \x3Clist of sources checked>
\x3Cpivot hints if signal > 30>
Emoji mapping:
- Signal > 70: use a red indicator
- Signal 30-70: use a yellow indicator
- Signal \x3C 30: use a green indicator
6. Error handling
- If the MCP tool is not available → tell the user to register
idea-reality-mcpinopenclaw.json(show the config snippet from Prerequisites) - If the tool returns an error → report the error as-is, do not retry
- If
top_similarsis empty → note that no direct competitors were found but the signal score still reflects broader activity
Examples
| User says | Depth | Expected behavior |
|---|---|---|
| "Has anyone built a CLI for tracking gym workouts?" | quick |
Run check, likely high signal, show competitors |
| "I want to build an MCP server for pre-build validation" | quick |
Run check, likely low signal, green light |
| "Deep check: AI-powered code review tool" | deep |
Run deep scan, very high signal, suggest pivot |
| "Is there a market for a Telegram bot that tracks habits?" | quick |
Run check, show results + pivot suggestions |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install idea-check - After installation, invoke the skill by name or use
/idea-check - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 356 downloads so far.
How do I install Idea Check?
Run "/install idea-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Idea Check free?
Yes, Idea Check is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Idea Check support?
Idea Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Idea Check?
It is built and maintained by 𝑠𝑝𝑖𝑑𝑒𝑦 (@spideystreet); the current version is v1.0.0.