outlit-growth-agents

outlit-growth-agents is a skill for Claude Code, Codex from OutlitAI/outlit-sdk. It costs 34 tokens per session (2,545 once invoked), scanned A, original, Apache-2.0.

A set of Outlit customer reviews for finding possible churn, activation, or expansion signals in subscription software accounts.

In plain words
What is it for?
Use it for usage-decay churn, friction-to-churn, activation-failure, and expansion-readiness reviews based on customer data.
Why use it?
It helps teams investigate weakening usage, unresolved problems, failed onboarding, or signs that a healthy customer may grow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for usage-decay churn, friction-to-churn, activation-failure, and expansion-readiness reviews based on customer data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlitai/outlit-sdk/outlit-growth-agents
Install

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.

Any agent
npx skills add OutlitAI/outlit-sdk --skill outlit-growth-agents
Clone the repo
git clone --depth 1 https://github.com/OutlitAI/outlit-sdk

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for outlit-growth-agents

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlitai/outlit-sdk/outlit-growth-agents/github.svg)](https://agentmods.dev/skills/outlitai/outlit-sdk/outlit-growth-agents)
Your own site
<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.

agentmods 80×15 button for outlit-growth-agents

Your own site · 80×15
<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>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,545 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 11d ago against content hash 67ba5da1315d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

examples/pi-agents/skills/outlit-growth-agents/SKILL.md · 193 lines

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

  1. 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.
  2. Discover candidates.
    • For usage decay churn, call outlit_churn_pretriage first 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_pretriage first when it is available. Treat the surfaced customers as the investigation set unless the user explicitly asks for a broader scan.
    • Use outlit_schema before SQL when you need view names, columns, or valid query surfaces.
    • Keep SQL on the public activity, customers, users, and revenue views. Do not query a non-public events view.
    • Use outlit_query for cohorts, usage trends, active-user counts, activation gaps, revenue filters, event aggregates, and repeated signal patterns.
    • Use outlit_list_customers for portfolio scans, billing status, MRR, activity recency, and customer search.
    • Use outlit_list_users when 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_context for thematic discovery across customers.
  3. Gather account evidence.
    • Use outlit_get_customer with 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_timeline when recency, sequence, or behavior changes matter.
    • Use outlit_list_facts for known account facts, health indicators, support issues, billing context, activation context, and relationship notes. Default to active facts for live reviews, and use factTypes to narrow extracted customer-memory facts when helpful.
    • Use outlit_get_fact or outlit_get_source when a claim needs stronger evidence.
  4. 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.

Read the full file on GitHub · 193 lines

Changes

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.

  1. 11d ago First seen · 193 lines · 34 tokens per session scan A 67ba5da1315d

Subscribe to this mod's changes

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.