Skip to content

v0.1.0 — first public release

Latest

Choose a tag to compare

@w932635477-bit w932635477-bit released this 17 Jun 09:55
· 71 commits to main since this release

v0.1.0 — first public release

validate-idea: cross-market idea validation as a Claude Code skill. Pulls real signals from Chinese + English markets, scores strictly, outputs a bilingual build-or-not report.

Highlights

  • 9 fetchers — CN: Baidu / Zhihu / Firecrawl · EN: Firecrawl / HN / Lobsters / pullpush / Brave
  • 3-dimension scoring (search / community / competitor), strict, no hallucination
  • Bilingual report: local vs foreign market, build-or-not verdict
  • Zero LLM API key — the Claude running the skill is the scorer
  • Graceful degradation: missing keys/sources → ok:false, never crashes
  • Bilingual README (EN / 中文) with language toggle + social preview

Install

git clone https://github.com/w932635477-bit/validate-idea.git ~/.claude/skills/validate-idea
cd ~/.claude/skills/validate-idea && npm install

See docs/demos/ for 4 real validation reports.