umami-report

umami-report is a skill for Claude Code, Codex from gerodp/hermes-productivity-skills. It costs 23 tokens per session (1,292 once invoked), scanned C, original, MIT.

A command-line report for visitor and pageview counts from a private Umami analytics server. Umami is a website-analytics tool that you host yourself.

In plain words
What is it for?
Use it for weekly or monthly traffic reports, reports for one site or date range, and JSON output for further processing.
Why use it?
It gathers traffic figures for all your sites in one report and compares each period with the previous period, so you do not need to check sites individually.

Skill for Claude CodeCodex

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

Good fit Use it for weekly or monthly traffic reports, reports for one site or date range, and JSON output for further processing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gerodp/hermes-productivity-skills/umami-report
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 gerodp/hermes-productivity-skills --skill umami-report
Clone the repo
git clone --depth 1 https://github.com/gerodp/hermes-productivity-skills

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 umami-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/gerodp/hermes-productivity-skills/umami-report/github.svg)](https://agentmods.dev/skills/gerodp/hermes-productivity-skills/umami-report)
Your own site
<a href="https://agentmods.dev/skills/gerodp/hermes-productivity-skills/umami-report"><img src="https://agentmods.dev/badge/skills/gerodp/hermes-productivity-skills/umami-report/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 umami-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/gerodp/hermes-productivity-skills/umami-report"><img src="https://agentmods.dev/badge/skills/gerodp/hermes-productivity-skills/umami-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,292 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00023 $0.01292
Opus 5 $0.00012 $0.00646
Sonnet 5 $0.00005 $0.00258
Haiku 4.5 $0.00002 $0.00129

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

Security

Grade C, and why

umami-report scanned grade C with 1 finding 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/test_umami_report.py, scripts/umami_report.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Harvests environment variableshighData exfiltration

Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.

them themselves — guide them, do not collect secrets in chat:
analytics/umami-report/SKILL.md · 133 lines

How it starts

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

Umami Report

Report visitor and pageview numbers for every website on a private, self-hosted Umami analytics instance — in one command. Zero dependencies (Python stdlib only); all sites are queried concurrently so a full report returns in a couple of seconds. Each metric is shown with its delta versus the previous equal-length period (▲/▼).

Script path: ~/.hermes/skills/analytics/umami-report/scripts/umami_report.py

When to Use

  • User asks "how many visitors did my sites get?" / "traffic report" / "umami stats" / "pageviews this week/month" → report
  • User wants one site only → report --site <name>
  • User wants a specific window → report --days N or --since or --start/--end
  • User wants machine-readable output to post-process → report --json

Prerequisites

Python 3.8+ (stdlib only — no installs). Three environment variables, injected automatically into the sandbox from ~/.hermes/.env: UMAMI_URL, UMAMI_USERNAME, UMAMI_PASSWORD.

Always run check first. If it reports missing variables, the user must set them themselves — guide them, do not collect secrets in chat:

hermes config           # edit config, or
$EDITOR ~/.hermes/.env  # add: UMAMI_URL=..., UMAMI_USERNAME=..., UMAMI_PASSWORD=...

~/.hermes/.env is mode 600. After editing, re-run check.

Secret Safety (MANDATORY)

  • Never print, echo, cat, or interpolate $UMAMI_PASSWORD (or the other vars) into a command line, log, or chat message.
  • Never ask the user to paste their password into the conversation — they set it in ~/.hermes/.env on their own machine.
  • To confirm credentials work, use only the check command. The script is written to never print secrets or the auth token.

Commands

SCRIPT=~/.hermes/skills/analytics/umami-report/scripts/umami_report.py

check — verify config + login

python3 $SCRIPT check

Prints OK — authenticated to <url>; N website(s) visible. on success, or a clear, secret-free error. Exit code is non-zero on any failure.

Read the full file on GitHub · 133 lines

Files

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.

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. 12d ago First seen · 133 lines · 23 tokens per session scan C fbf39b3627a3

Subscribe to this mod's changes

umami-report is a skill published in the GitHub repository gerodp/hermes-productivity-skills (3 stars, last pushed yesterday), licensed MIT. It adds 23 tokens to every session and 1,292 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). 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

seo

Use and read this skill immediately if the user request is in any way related to SEO or a site's organic search or AI search presence. That includes site audits, rankings, keyword research, competitors, backlinks, click or traffic changes, indexing problems, crawling, redirects, sitemaps, metadata, structured data…

iannuttall/seo · 138 tokens

pad

Talk to your project. Natural-language project management — create items, check status, plan work, brainstorm ideas, and more.

PerpetualSoftware/pad · 27 tokens

gno

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs…

gmickel/gno · 86 tokens

memorywhale

Query and write durable debugging memory recorded by MemoryWhale. Use when debugging a failure that may have happened before, when you need the exact error/flags/output from an earlier attempt, when the user asks "how did we fix this last time?", or once you've figured out why something failed / how a fix worked and…

wuisabel-gif/MemWhale · 79 tokens

capture

Capture a thought as a Pad item without breaking flow.

PerpetualSoftware/pad · 10 tokens

connect

Connect this session to Pad's push/watch stream — consent to receive pushes, and run the workspace's on-session-start ritual on first connect.

PerpetualSoftware/pad · 27 tokens