Claude
Skill
kpi-reporter
Build recurring KPI reports, dashboards summaries, and alerts from multiple data sources. Use for daily/weekly business reporting.
Virus-scanned
Reviewed automatically before listing.
Download
navinspire-ia-navin-navin_skills_kpi-reporter-e9c73a3.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/Navinspire-ia/navin/tree/main/navin/skills/kpi-reporter
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install navinspire-ia-navin@llmmart
Git
git clone https://github.com/Navinspire-ia/navin.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole navinspire-ia/navin collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
KPI Reporter
Overview
Define metrics once, compute reliably, narrate briefly.
Workflow
- Lock metric definitions with the user (formulas, filters, TZ).
- Pull from DBs/APIs/sheets; reuse
sql-analystpatterns. - Compute current period vs previous; call out anomalies.
- Output a short narrative + table; optional file under
reports/. - Schedule with
cronif they want recurring delivery.
Rules
- Show as-of timestamps.
- Separate “data missing” from “metric is zero”.
Files (navin)
-
SKILL.md 730 B
--- name: kpi-reporter description: Build recurring KPI reports, dashboards summaries, and alerts from multiple data sources. Use for daily/weekly business reporting. metadata: {"navin":{"emoji":"📉","category":"data"}} --- # KPI Reporter ## Overview Define metrics once, compute reliably, narrate briefly. ## Workflow 1. Lock metric definitions with the user (formulas, filters, TZ). 2. Pull from DBs/APIs/sheets; reuse `sql-analyst` patterns. 3. Compute current period vs previous; call out anomalies. 4. Output a short narrative + table; optional file under `reports/`. 5. Schedule with `cron` if they want recurring delivery. ## Rules - Show as-of timestamps. - Separate “data missing” from “metric is zero”.
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.