Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ominou5/funnel-architect-plugin --skill saas-funnelgit clone --depth 1 https://github.com/ominou5/funnel-architect-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ominou5/funnel-architect-plugin/saas-funnel)<a href="https://agentmods.dev/skills/ominou5/funnel-architect-plugin/saas-funnel"><img src="https://agentmods.dev/badge/skills/ominou5/funnel-architect-plugin/saas-funnel/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ominou5/funnel-architect-plugin/saas-funnel"><img src="https://agentmods.dev/badge/skills/ominou5/funnel-architect-plugin/saas-funnel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00046 | $0.01301 |
| Opus 5 | $0.00023 | $0.00651 |
| Sonnet 5 | $0.00009 | $0.00260 |
| Haiku 4.5 | $0.00005 | $0.00130 |
Grade A, and why
saas-funnel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SaaS Funnel
Designed for software-as-a-service products. Converts visitors into trial users, then nurtures to paying customers.
Funnel Flow
Traffic → Landing Page → Signup Page → Onboarding → Upgrade Page
│ │ │ │
[Value demo] [Free trial] [Activation] [Paid plan]
[Sign up] [Aha moment] [Pricing]
Pages
Page 1: Landing Page (Homepage)
Purpose: Demonstrate product value and drive to signup.
Required Sections (in order):
- Hero — Headline + sub-headline + CTA + product screenshot/demo
- Social Proof Bar — Logos of notable customers or "10,000+ teams trust us"
- Features Grid — 3–6 key features with icons and descriptions
- How It Works — 3-step process (Sign up → Configure → See results)
- Use Cases — 2–3 specific use cases with outcomes
- Testimonials — Customer quotes with photos and company names
- Pricing Preview — Plans overview with "Start Free" CTA
- FAQ — Address common objections
- Final CTA — Full-width section repeating the primary CTA
Hero Headline Patterns:
- "[Verb] your [process] in [fraction of time]"
- "The [category] tool that [specific benefit]"
- "Stop [pain]. Start [desired state]."
- "[Number]x faster [process] for [audience]"
CTA Patterns:
- "Start Free Trial" / "Try Free for 14 Days"
- "Get Started — No Credit Card Required"
- "See It in Action →" (for demo-first flow)
Page 2: Signup Page
Purpose: Reduce friction to zero. Get them into the product.
Required Elements:
- Simple form — Email + password (or Google/GitHub SSO)
- Value reminder — "Start your 14-day free trial"
- Trust signals — "No credit card required" / "Cancel anytime"
- Or SSO — Google, GitHub, Microsoft buttons
- Terms — Link to terms and privacy
Critical Rules:
- NO navigation (no escape routes)
- NO long forms (email + password max)
- NO credit card requirement for trial
- Social login options reduce friction by 30%+
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 141 lines · 46 tokens per session scan A 0a8c28b318c3
saas-funnel is a skill published in the GitHub repository ominou5/funnel-architect-plugin (80 stars, last pushed 6mo ago), licensed MIT. It adds 46 tokens to every session and 1,301 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
promo-writer
A writing tool that turns long material such as course outlines, scripts, transcripts, and notes into promotional posts in the author's voice, usually formatted for Facebook.
meta-tags-optimizer
Optimize title tags, meta descriptions, Open Graph, and Twitter cards for maximum click-through rate. Generates multiple A/B test variations with character counting and SERP preview. Use when asked to "optimize title tag", "write meta description", "improve CTR", "Open Graph tags", "fix my meta tags", "social media…
google-ads-audit
Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…
sxo
Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…
elixir-idioms
OTP/BEAM patterns and Elixir idioms — GenServer, Supervisor, Task, Registry, pattern matching, with chains, pipes. Use when designing processes or debugging BEAM issues.
security
Enforce Elixir/Phoenix security — auth, OAuth, sessions, CSRF, XSS, SQL injection, input validation, secrets. Use when editing auth files, login flows, RBAC, or API keys.