Funnel Select logo

Funnel Select

Community
ominou5
funnel-select

Decision-tree skill that recommends the optimal funnel type based on the user's business model, price point, audience, and goals. Returns a ranked recommendation with reasoning.

Overview

Publisherominou5
Repositoryfunnel-architect-plugin
Skill namefunnel-select
Stars
83
Forks
18
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by ominou5 on GitHub. Read the source before you install it.

Installation

Install the Funnel Select AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/ominou5/funnel-architect-plugin.git /tmp/funnel-architect-plugin
mkdir -p .claude/skills
cp -r /tmp/funnel-architect-plugin/skills/funnel-select .claude/skills/funnel-select
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Funnel Select in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Funnel Select on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Funnel Select is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Funnel Selector

Use this decision tree to recommend the best funnel type for the user's situation.

Decision Tree

START
├─ What is the primary goal?
│  │
│  ├─ Collect leads / grow email list
│  │  ├─ Offering a PDF/checklist/template? → OPT-IN FUNNEL
│  │  ├─ Want to segment / qualify leads? → QUIZ FUNNEL
│  │  ├─ Promoting a book? → BOOK FUNNEL
│  │  ├─ Growing a community group (Skool, Whop, Facebook, Discord)? → GROUP FUNNEL
│  │  └─ Building anticipation for a launch? → WAITLIST FUNNEL
│  │
│  ├─ Sell a product or service
│  │  ├─ Price < $50?
│  │  │  ├─ Want to upsell immediately? → TRIPWIRE FUNNEL
│  │  │  └─ Simple one-time sale? → DIRECT RESPONSE FUNNEL
│  │  ├─ Price $50–$500?
│  │  │  ├─ Physical product? → E-COMMERCE FUNNEL
│  │  │  └─ Digital product/service? → DIRECT RESPONSE FUNNEL
│  │  ├─ Price $500–$2,000?
│  │  │  ├─ Need to educate first? → WEBINAR FUNNEL
│  │  │  └─ Community/cohort model? → CHALLENGE FUNNEL
│  │  ├─ Price $2,000+?
│  │  │  ├─ Need qualification? → APPLICATION FUNNEL
│  │  │  └─ Event-based education? → SUMMIT FUNNEL
│  │  └─ Recurring revenue?
│  │     ├─ Software product? → SAAS FUNNEL
│  │     └─ Content/community? → MEMBERSHIP FUNNEL
│  │
│  ├─ Recruit affiliates / partners
│  │  └─ → AFFILIATE FUNNEL
│  │
│  └─ Complex multi-stage sale
│     └─ → MULTI-STEP FUNNEL

Funnel Comparison Table

FunnelPagesComplexityBest ForConversion Benchmark
Opt-in2Email list building30–50% opt-in
Quiz3–5⭐⭐Lead segmentation40–60% completion
Book3–4⭐⭐Authority building5–15% purchase
Waitlist2Pre-launch buzz20–40% signup
Tripwire3–4⭐⭐Buyer acquisition3–8% purchase
Direct Response3–5⭐⭐⭐Mid-ticket sales1–5% purchase
E-commerce3–5⭐⭐⭐Physical products2–4% purchase
Webinar4–6⭐⭐⭐High-ticket education2–10% of attendees
Challenge5–8⭐⭐⭐⭐Community engagement5–15% of participants
Summit5–8⭐⭐⭐⭐List building + sales10–30% registration
Application4–6⭐⭐⭐Premium services5–20% application
SaaS4–6⭐⭐⭐⭐Software trials2–10% trial→paid
Membership4–6⭐⭐⭐⭐Recurring content3–8% conversion
Affiliate3–4⭐⭐Partner recruitment10–25% signup
Multi-step5–10⭐⭐⭐⭐⭐Complex B2B salesVaries
Group2Community growth (Skool, Whop, Facebook, Discord)25–50% opt-in, 15–40% group join

Output

After running the decision tree, present:

  1. Primary Recommendation — The best-fit funnel type with reasoning
  2. Alternative — A second option if the first doesn't resonate
  3. Page List — The specific pages that will be built
  4. Estimated Build Time — How long the funnel will take to generate

Frequently asked questions

What does the Funnel Select AI skill do?

Decision-tree skill that recommends the optimal funnel type based on the user's business model, price point, audience, and goals. Returns a ranked recommendation with reasoning.

Why use Funnel Select on TypingMind?

Because you install it once and use it with any model. Funnel Select is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Funnel Select in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/ominou5/funnel-architect-plugin/tree/main/skills/funnel-select. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Funnel Select?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Funnel Select?

As many as you like. As long as a model supports skills, you can use Funnel Select with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Funnel Select AI skill free?

Yes. It is published on GitHub by ominou5 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇