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 ekinciio/saas-growth-marketing-skills --skill onboarding-optimizergit clone --depth 1 https://github.com/ekinciio/saas-growth-marketing-skillsWrote 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/ekinciio/saas-growth-marketing-skills/onboarding-optimizer)<a href="https://agentmods.dev/skills/ekinciio/saas-growth-marketing-skills/onboarding-optimizer"><img src="https://agentmods.dev/badge/skills/ekinciio/saas-growth-marketing-skills/onboarding-optimizer/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/ekinciio/saas-growth-marketing-skills/onboarding-optimizer"><img src="https://agentmods.dev/badge/skills/ekinciio/saas-growth-marketing-skills/onboarding-optimizer.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.00070 | $0.02071 |
| Opus 5 | $0.00035 | $0.01035 |
| Sonnet 5 | $0.00014 | $0.00414 |
| Haiku 4.5 | $0.00007 | $0.00207 |
Grade A, and why
onboarding-optimizer 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 12d 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 — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Onboarding Optimizer
Evaluate, score, and improve SaaS user onboarding flows to maximize activation rates and reduce time-to-value.
First Run
When a user runs /onboarding-optimizer audit, ALWAYS display this
summary before asking questions:
""" 📝 Onboarding Optimizer
What I'll ask you (11 questions about your current onboarding):
- Product type and primary use case
- Steps from signup to first value moment → a number
- Required fields at signup → a number
- Progress indicator? → yes/no
- Can users skip optional steps? → yes/no
- Template gallery or starter content? → yes/no
- Time to first value moment → minutes
- Credit card required before trial? → yes/no
- Welcome email sequence? → yes/no
- In-app guidance (tooltips, checklists)? → yes/no
- Educational empty states (guide next action)? → yes/no
Most answers are yes/no or a number. Takes ~3 minutes. Type "demo" to see a sample audit first.
What you'll get: → Onboarding score (0-100) with letter grade → Scoring breakdown (what helped, what hurt) → Recommended onboarding pattern for your product type → Prioritized improvements with estimated activation lift → Saved to ONBOARDING-AUDIT-REPORT.md
Let's start - what's your product type? """
Demo Mode
If the user types "demo", use this data to generate a full sample report. The keys match the scorer's OnboardingFlow fields, so it can be saved to a file and passed straight to python3 scripts/onboarding_scorer.py <file>:
{
"product_type": "collaboration",
"total_steps": 4,
"required_fields": 2,
"has_progress_indicator": true,
"has_skip_option": true,
"has_template_gallery": true,
"time_to_first_value_minutes": 8,
"requires_credit_card_upfront": false,
"has_welcome_email_sequence": true,
"has_in_app_guidance": false,
"has_empty_state_education": false
}
What ships with it
2 files 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.
- 12d ago First seen · 234 lines · 70 tokens per session scan A 967610c5b5e9
onboarding-optimizer is a skill published in the GitHub repository ekinciio/saas-growth-marketing-skills (12 stars, last pushed 1mo ago), licensed MIT. It adds 70 tokens to every session and 2,071 once invoked, about $0.0003 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
agent-reach
An internet-search and platform-access router for finding information across websites and services such as Reddit, X, GitHub, YouTube, and job sites.
xerj-code
Reference-coding with XERJ. Clone the libraries that already solved your problem, index them locally, and retrieve the exact implementation before writing code — so the agent reads passages instead of re-deriving algorithms across retry loops. Use when starting a task in an unfamiliar API, porting an algorithm, or…
vs-product-qa
Answer Viking AI Search product questions, CLI usage questions, API/auth questions, configuration questions, and troubleshooting questions by grounding every claim in either the installed vs CLI's own output or official Volcengine documentation. Never fabricate.
app-analytics
When the user wants to set up, interpret, or improve their app analytics and tracking. Also use when the user mentions "analytics", "tracking", "metrics", "KPIs", "App Store Connect analytics", "install tracking", "funnel", "attribution", or "how is my app performing". For A/B testing, see ab-test-store-listing. For…
creator-ugc-marketing
When the user wants to plan, brief, source, or measure organic creator / influencer / UGC marketing for their app — including TikTok creators, Instagram Reels, YouTube Shorts, micro-influencers, paid creator briefs, UGC ad creative for Meta/TikTok, affiliate programs, and seeding strategy. Use when the user mentions…
custom-product-pages
When the user wants to design, deploy, or measure Apple Custom Product Pages (CPP) — the alternate App Store product pages with different screenshots, preview videos, and promo text shown to users coming from specific URLs (typically ad campaigns or social posts). Use when the user mentions "Custom Product Page"…