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 OutlitAI/outlit-sdk --skill outlit-growth-agentsgit clone --depth 1 https://github.com/OutlitAI/outlit-sdkWrote 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/outlitai/outlit-sdk/outlit-growth-agents)<a href="https://agentmods.dev/skills/outlitai/outlit-sdk/outlit-growth-agents"><img src="https://agentmods.dev/badge/skills/outlitai/outlit-sdk/outlit-growth-agents/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/outlitai/outlit-sdk/outlit-growth-agents"><img src="https://agentmods.dev/badge/skills/outlitai/outlit-sdk/outlit-growth-agents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- high System Prompt Leakage · line 165 Skill contains instructions that could directly expose system prompts, internal rules, or hidden instructions to users or external parties.Fix: Remove any instructions that reveal, print, or output system prompts or internal rules. System instructions should never be exposed to end users.
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.00034 | $0.02545 |
| Opus 5 | $0.00017 | $0.01273 |
| Sonnet 5 | $0.00007 | $0.00509 |
| Haiku 4.5 | $0.00003 | $0.00254 |
Grade A, and why
outlit-growth-agents 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 11d 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 — 193 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Outlit Growth Agents
Use Outlit tools to ground customer signal work in actual customer data. These agents are meant for PLG, month-to-month, and hybrid SaaS businesses where churn or expansion may show up through behavior, billing, conversations, and support context rather than annual renewal dates.
Shared Review Process
- Identify the task type:
- Usage decay churn: paying accounts that may cancel because product engagement is weakening.
- Friction-to-churn: accounts where unresolved product or support pain is becoming retention risk.
- Activation failure: trials, new accounts, or recently converted accounts that are not reaching first value.
- Expansion readiness: healthy customers with evidence they may upgrade, add seats, or buy more.
- Discover candidates.
- For usage decay churn, call
outlit_churn_pretriagefirst when it is available. Treat the surfaced customers as the investigation set unless the user explicitly asks for a broader scan. - For activation failure, call
outlit_activation_pretriagefirst when it is available. Treat the surfaced customers as the investigation set unless the user explicitly asks for a broader scan. - Use
outlit_schemabefore SQL when you need view names, columns, or valid query surfaces. - Keep SQL on the public
activity,customers,users, andrevenueviews. Do not query a non-publiceventsview. - Use
outlit_queryfor cohorts, usage trends, active-user counts, activation gaps, revenue filters, event aggregates, and repeated signal patterns. - Use
outlit_list_customersfor portfolio scans, billing status, MRR, activity recency, and customer search. - Use
outlit_list_userswhen account-level behavior depends on user activation, active users, or champion disappearance. When using the CLI directly, filter users with the stable customer ID, not a display name or domain. - Use
outlit_search_customer_contextfor thematic discovery across customers.
- For usage decay churn, call
- Gather account evidence.
- Use
outlit_get_customerwith relevant includes before deep analysis. - Prefer stable customer IDs or domains from SQL/search results for follow-up lookups. Avoid ambiguous display-name lookups when names share prefixes.
- Use
outlit_get_timelinewhen recency, sequence, or behavior changes matter. - Use
outlit_list_factsfor known account facts, health indicators, support issues, billing context, activation context, and relationship notes. Default to active facts for live reviews, and usefactTypesto narrow extracted customer-memory facts when helpful. - Use
outlit_get_factoroutlit_get_sourcewhen a claim needs stronger evidence.
- Use
- Rank only after reviewing evidence.
- Keep the search bounded: inspect the strongest 20-30 candidates, deep-dive no more than 10, then rank the best 5-8.
- Prefer stronger evidence over generic SaaS heuristics.
- Prefer paying customers for churn and expansion work.
- For activation failure, include trials and newly converted customers.
- Say when data is sparse, stale, or contradictory.
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.
- 11d ago First seen · 193 lines · 34 tokens per session scan A 67ba5da1315d
outlit-growth-agents is a skill published in the GitHub repository OutlitAI/outlit-sdk (6 stars, last pushed today), licensed Apache-2.0. It adds 34 tokens to every session and 2,545 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-31.
Other skills, from other repositories
opik-diagnose
Surface the Opik traces worth a developer's attention, ranked by signal — Diagnostics issues first, then errors, failed tool calls, latency, regressions, and low online-eval scores. With the Opik MCP connected it lists the project's agentinsightsissue entities, offers to turn Diagnostics on when the project has it…
client-scripts
Write ServiceNow client scripts (onLoad/onChange/onSubmit/onCellEdit) using gform, guser, GlideAjax, field visibility/mandatory toggles, and validation with debounced server calls.
split-to-prs
Split current work into small reviewable PRs. Use when the user asks to split a chat, set of changes, branch, or PR.
agreement-setup
Set up a bKash tokenized agreement for repeat charges and check its status.
planfix-api
A Planfix CRM integration for managing tasks and contacts. A CRM is a system for organizing customer and business relationships.
maya-shot-export
Pipeline stage — shot-level export: frame ranges, cameras, FBX / Alembic packaging for editorial. Use when packaging shot data for downstream departments. Not for full pipeline publish (maya-pipeline) or scene assembly (maya-scene-assembly).