weekly-mrr-digest

weekly-mrr-digest is a skill for Claude Code, Codex from mergisi/awesome-hermes-agent. It costs 38 tokens per session (1,401 once invoked), scanned A, original, MIT.

A weekly SaaS business report that combines Stripe billing data, product-usage analytics, and Google Analytics 4 traffic data, then sends the results to Slack.

In plain words
What is it for?
Use it to report MRR, churn, ARPU, activation, conversion, and traffic sources, flag unusual changes, and suggest actions on a weekly schedule.
Why use it?
It gives founders regular revenue and growth information without requiring them to calculate metrics or inspect several analytics systems manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to report MRR, churn, ARPU, activation, conversion, and traffic sources, flag unusual changes, and suggest actions on a weekly schedule.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mergisi/awesome-hermes-agent/weekly-mrr-digest
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 mergisi/awesome-hermes-agent --skill weekly-mrr-digest
Clone the repo
git clone --depth 1 https://github.com/mergisi/awesome-hermes-agent

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 weekly-mrr-digest

README.md
[![agentmods](https://agentmods.dev/badge/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest/github.svg)](https://agentmods.dev/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest)
Your own site
<a href="https://agentmods.dev/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest"><img src="https://agentmods.dev/badge/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest/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 weekly-mrr-digest

Your own site · 80×15
<a href="https://agentmods.dev/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest"><img src="https://agentmods.dev/badge/skills/mergisi/awesome-hermes-agent/weekly-mrr-digest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,401 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.
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.00038 $0.01401
Opus 5 $0.00019 $0.00700
Sonnet 5 $0.00008 $0.00280
Haiku 4.5 $0.00004 $0.00140

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

Security

Grade A, and why

weekly-mrr-digest 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.

skills/weekly-mrr-digest/SKILL.md · 130 lines

How it starts

The opening of the file, as written. The whole thing — 130 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Weekly MRR Digest

A weekly metrics report for solo founders and small SaaS teams who don't have a data analyst yet. Pulls Stripe, Mixpanel (or Amplitude / PostHog), and GA4, computes the core SaaS numbers, runs anomaly detection on each one, and sends a plain-English digest to Slack every Monday at 9am.

What this skill does

Every Monday at 9am (or whenever you schedule it):

  1. Pull from data sources — Stripe (subscriptions, invoices, refunds), Mixpanel/Amplitude/PostHog (events, cohorts), GA4 (traffic, attribution).
  2. Compute the core SaaS metrics:
    • MRR (current week, +/- vs last week, MoM)
    • Net new MRR (new subs minus churned)
    • Churn rate (last 30d, last 7d)
    • ARPU
    • Signup → paid conversion (last 14d, last 90d trailing)
    • Activation rate (you define what activation means in the config)
    • Top traffic sources by signups, by paid conversion
  3. Run anomaly detection — z-score against trailing 30-day baseline. Flag any metric 2σ+ off in either direction.
  4. Add narrative context — "MRR dipped because 3 annual subs churned this week. Two were on the deprecated $19 tier. The third left a feedback note (link)."
  5. Surface 1-3 action items — based on what's anomalous, suggest the most leveraged thing to investigate this week.
  6. Send to Slack — to the channel you specify, formatted as Slack mrkdwn with metric blocks and a TL;DR at the top.

What this skill does NOT do

  • It does NOT replace a real data analyst — for ad-hoc questions ("why did churn spike in Brazil?"), you still need someone who can write SQL.
  • It does NOT build dashboards. For real-time visibility, use Mixpanel/Amplitude's native dashboards or pair with a separate dashboard skill.
  • It does NOT predict future MRR. Forecasting is a separate problem; this skill is descriptive analytics, not predictive.
  • It does NOT replace Stripe Sigma for deep financial analysis.

How to invoke

Scheduled (recommended): use Hermes' built-in cron.

/cron weekly "every Monday at 9am, run /weekly-mrr-digest and post to #standups"

Read the full file on GitHub · 130 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 · 130 lines · 38 tokens per session scan A 2df0753e7bc7

Subscribe to this mod's changes

weekly-mrr-digest is a skill published in the GitHub repository mergisi/awesome-hermes-agent (2 stars, last pushed 4mo ago), licensed MIT. It adds 38 tokens to every session and 1,401 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.

Related

Other skills, from other repositories

sprr

Single PR reviewer for awesome-quant. Use when the user asks to review, validate, comment on, label, close, or merge one specific pull request that adds README.md entries. Triggers include "sprr", "review PR", "check PR", and "validate contribution".

wilsonfreitas/awesome-quant · 60 tokens

bprr

Bulk PR reviewer for awesome-quant. Use when the user asks to review all open PRs, review unreviewed PRs, bulk review, or mentions "bprr". Reviews open PRs lacking the reviewed label and presents a summary before any merge/comment/label action.

wilsonfreitas/awesome-quant · 61 tokens

update-pypi-dates

Refresh tracked PyPI last-updated dates in awesome-quant README.md. Use when the user asks to update PyPI dates, refresh PyPI metadata, or run update-pypi-dates.

wilsonfreitas/awesome-quant · 47 tokens

azure-prices

Look up and compare Azure service pricing using the Azure Retail Prices API. Use this skill whenever the user asks about Azure costs, pricing, rates, or wants to compare prices across regions or services — even if they don't say "pricing" explicitly. Trigger for questions like "how much does a D2 v2 VM cost?"…

Code-and-Sorts/awesome-copilot-agents · 90 tokens

customer-billing-ops

Operate customer billing workflows such as subscriptions, refunds, churn triage, billing-portal recovery, and plan analysis using connected billing tools like Stripe. Use when the user needs to help a customer, inspect subscription state, or manage revenue-impacting billing operations.

hashgraph-online/awesome-codex-plugins · 57 tokens

investor-outreach

Draft cold emails, warm intro blurbs, follow-ups, update emails, and investor communications for fundraising. Use when the user wants outreach to angels, VCs, strategic investors, or accelerators and needs concise, personalized, investor-facing messaging.

hashgraph-online/awesome-codex-plugins · 54 tokens