umami
Installation
SKILL.md
Umami Analytics
Fetch traffic summaries and analytics data from an Umami instance.
Configuration
Set these environment variables before running:
| Variable | Required | Description |
|---|---|---|
UMAMI_API_URL |
Yes | Base URL of your Umami instance (e.g. https://cloud.umami.is) |
UMAMI_API_KEY |
One of these | API key for Umami Cloud. Used as Bearer token directly. |
UMAMI_USERNAME |
One of these | Username for self-hosted login via /api/auth/login. |
UMAMI_PASSWORD |
With username | Password for self-hosted login. |
If UMAMI_API_KEY is set, it takes precedence over username/password.