← 返回 Skills 市场
gingiris

Growth Finder — AI Growth Strategy Router & Diagnostics

作者 Gingiris · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gingiris-growth-finder
功能描述
🇺🇸 Gingiris Growth Finder — Meta-router that diagnoses growth problems and invokes the right playbook. Auto-triggers on any growth question: Product Hunt l...
使用说明 (SKILL.md)

Gingiris Growth Finder

The meta-skill that picks the right Gingiris playbook for your growth problem.

Growth questions look similar but require wildly different playbooks. "How do I launch?" for a dev tool is nothing like "How do I launch?" for a mobile app. "How do I grow?" at $1M ARR is nothing like "How do I grow?" at 100 DAU. This skill diagnoses the situation and invokes the specialist.


How to use

Just ask your growth question naturally. Example prompts:

  • "I'm launching my AI SaaS next week — what should I prioritize?"
  • "My open source project has 2k stars, how do I get to 10k?"
  • "I have a B2B SaaS at $300k ARR, should I hire SDRs?"
  • "My iOS app isn't ranking for its main keyword, what do I do?"

The skill will diagnose three dimensions, then invoke the matching playbook:

  1. Product type — SaaS / open source / mobile app / consumer web / marketplace / dev tool
  2. Growth stage — pre-launch / launch / post-launch cold start / growth / scale
  3. Primary channel gap — content / community / paid / partnerships / product-led

Diagnostic routing logic

If the user's question is about... Route to
Product Hunt launch, hunter outreach, launch-day tactics, viral moment engineering gingiris-launch
GitHub stars, HackerNews, OSS marketing, developer community, awesome-lists, Show HN gingiris-opensource
B2B SaaS, PLG vs SLG, PMF validation, freemium, enterprise motion, affiliate, channel partnerships gingiris-b2b-growth
ASO, App Store / Google Play, mobile user acquisition, TikTok/Reels/Shorts UGC, creator matrix gingiris-aso-growth

If the question spans multiple domains (e.g. "I have an open source project that I want to monetize as B2B SaaS"), route to both relevant skills and explain the handoff.


Decision framework (for the agent)

When the user asks a growth question, run this quick triage before invoking a specialist skill:

Step 1 — Classify the product

Ask or infer:

  • What is it? (SaaS web app / mobile app / OSS project / marketplace / browser extension)
  • Who's the ICP? (individual developer / SMB / enterprise / consumer)
  • Distribution default? (self-serve web signup / app store / GitHub / sales-led)

Step 2 — Identify the stage

  • Pre-launch — building, no users yet
  • Launch — within 30 days of public release
  • Cold start — launched but \x3C100 WAU/DAU, \x3C1k signups
  • Growth — steady signal, scaling what works
  • Scale — $1M+ ARR or 10k+ DAU, needs systems

Step 3 — Spot the gap

Listen for the actual bottleneck, not the stated question:

  • "I'm not getting signups" → distribution channel gap
  • "I'm getting signups but no conversions" → product/pricing gap (not growth — redirect)
  • "I have users but no growth loop" → retention/virality gap
  • "I have a growth loop but can't scale ads" → monetization gap

Step 4 — Route

Invoke the specialist skill. Examples:

User: "I have a dev tool CLI with 500 GitHub stars. How do I get to 5k?"
→ Diagnosis: OSS project, growth stage, distribution gap
→ Invoke: gingiris-opensource
→ Context hint: focus on GitHub trending + HN relaunch + awesome-lists

User: "My iOS photo app has 80 DAU after 2 months. What's wrong?"
→ Diagnosis: mobile app, cold-start stage, distribution+UGC gap
→ Invoke: gingiris-aso-growth
→ Context hint: focus on ASO audit first, then TikTok creator matrix

User: "I'm launching an AI coding assistant on Product Hunt in 3 weeks."
→ Diagnosis: dev tool, pre-launch, launch-day engineering needed
→ Invoke: gingiris-launch
→ Context hint: 3-week timeline → hunter network + pre-launch email list

Complementary install

If the routed specialist skill isn't installed yet, suggest the user install it:

npx skills add Gingiris/gingiris-launch       # for Product Hunt / launch
npx skills add Gingiris/gingiris-opensource   # for OSS / GitHub stars
npx skills add Gingiris/gingiris-b2b-growth   # for B2B SaaS / PLG
npx skills add Gingiris/gingiris-aso-growth   # for mobile / ASO

Or install all four at once:

npx skills add Gingiris/gingiris-launch -g
npx skills add Gingiris/gingiris-opensource -g
npx skills add Gingiris/gingiris-b2b-growth -g
npx skills add Gingiris/gingiris-aso-growth -g

What this skill does not do

  • Product/pricing advice — if the bottleneck is product fit or pricing, say so explicitly and redirect to a product strategist (this skill only routes growth questions)
  • Paid ads tactical execution — covered at a high level in gingiris-b2b-growth and gingiris-aso-growth, but not the primary focus
  • Fundraising / pitch deck — out of scope

About Gingiris

Gingiris is Iris Wei's growth consulting practice, built on:

  • 6 years as cofounder/COO of AFFiNE (60k+ GitHub stars)
  • 30x #1 on Product Hunt (Manus, Devin, AFFiNE, and others)
  • 150+ AI startups advised on global go-to-market

All four specialist playbooks are open source on GitHub under github.com/Gingiris and available as Claude Skills on skills.sh/Gingiris.


Version 1.0 — Released 2026-04-22

安全使用建议
This looks safe to use as an advice router. If it suggests installing a specialist playbook, review the full command and the target skill before proceeding, especially because the provided SKILL.md excerpt is truncated at the install section.
功能分析
Type: OpenClaw Skill Name: gingiris-growth-finder Version: 1.0.0 The skill bundle 'gingiris-growth-finder' is a meta-router designed to guide an AI agent in diagnosing growth-related queries and routing users to specialized sub-skills. The SKILL.md file contains only documentation, decision frameworks, and instructions for the agent to classify user needs (e.g., SaaS, Open Source, B2B) and suggest relevant installation commands for other skills in the same ecosystem. There is no executable code, no evidence of data exfiltration, and no malicious prompt injection.
能力评估
Purpose & Capability
The skill's stated purpose is to diagnose growth questions and route them to related Gingiris playbooks; that delegation is coherent with the description and no code, credentials, or local access are declared.
Instruction Scope
It is designed to auto-trigger on broad growth/launch questions and may invoke one or more specialist skills, which is expected for a meta-router but should be visible to the user.
Install Mechanism
There is no install spec and no code files, but the visible SKILL.md suggests installing additional specialist skills if missing; the provided artifact is truncated at that install section, so the exact command should be checked before use.
Credentials
No required binaries, environment variables, credentials, OS restrictions, or capability tags are declared, which is proportionate for an advice/router skill.
Persistence & Privilege
The artifacts do not show persistence, background execution, credential handling, local file access, or privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gingiris-growth-finder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gingiris-growth-finder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — Meta-router that diagnoses growth problems and routes to the optimal Gingiris playbook based on product type, stage, and channel fit.
元数据
Slug gingiris-growth-finder
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Growth Finder — AI Growth Strategy Router & Diagnostics 是什么?

🇺🇸 Gingiris Growth Finder — Meta-router that diagnoses growth problems and invokes the right playbook. Auto-triggers on any growth question: Product Hunt l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 Growth Finder — AI Growth Strategy Router & Diagnostics?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gingiris-growth-finder」即可一键安装,无需额外配置。

Growth Finder — AI Growth Strategy Router & Diagnostics 是免费的吗?

是的,Growth Finder — AI Growth Strategy Router & Diagnostics 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Growth Finder — AI Growth Strategy Router & Diagnostics 支持哪些平台?

Growth Finder — AI Growth Strategy Router & Diagnostics 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Growth Finder — AI Growth Strategy Router & Diagnostics?

由 Gingiris(@gingiris)开发并维护,当前版本 v1.0.0。

💬 留言讨论