From datarails-financeos
Generate executive KPI dashboard with real-time metrics. Creates Excel dashboards and PowerPoint one-pagers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/datarails-financeos:dashboard [--period <YYYY-MM>] [--output-xlsx <file>] [--output-pptx <file>][--period <YYYY-MM>] [--output-xlsx <file>] [--output-pptx <file>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate real-time KPI monitoring dashboards for executive teams.
Generate real-time KPI monitoring dashboards for executive teams.
Creates both Excel dashboards (for analysis) and PowerPoint one-pagers (for meetings).
| Argument | Description | Default |
|---|---|---|
--period <YYYY-MM> | Month to dashboard for | Current month |
--output-xlsx <file> | Excel output path | tmp/Executive_Dashboard_TIMESTAMP.xlsx |
--output-pptx <file> | PowerPoint output path | tmp/Dashboard_OnePager_TIMESTAMP.pptx |
Growth & Revenue:
Health & Efficiency:
Operational:
Custom Metrics: Any KPI in your data (adapts to profile)
When generating Excel or PowerPoint files, apply Datarails brand styling:
Font: Poppins (fall back to Calibri if unavailable). Weights: 400 regular, 600 semibold, 700 bold.
Colors:
| Role | Hex | Use |
|---|---|---|
| Navy | 0C142B | Header/banner background |
| Main text | 333333 | Primary text |
| Secondary | 6D6E6F | Muted/subtitle text |
| Border | 9EA1AA | Cell borders |
| Section bg | F2F2FB | Section header / row header background (lavender) |
| Input bg | EAEAFF | Editable/input cell background |
| Input text | 4646CE | Editable cell text (indigo) |
| Favorable | 2ECC71 | Positive variance / good KPI delta |
| Unfavorable | E74C3C | Negative variance / bad KPI delta |
| Chart 1 | 0C142B | Actuals (navy) |
| Chart 2 | F93576 | Budget (hot pink) |
| Chart 3 | 00B4D8 | Teal |
| Chart 4 | FFA30F | Amber |
Excel layout:
Number formats: _(* #,##0_);_(* (#,##0);_(* "-"_);_(@_) (default), $#,##0 (dollars), $#,##0.0,,"M" (millions), 0.0% (percent)
Variance coloring: Any cell showing a delta/change: green (2ECC71) if favorable, red (E74C3C) if unfavorable. Apply automatically based on value sign and metric context.
PowerPoint: Navy (0C142B) background, 16:9 widescreen, Poppins font, white text, amber (FFA30F) accent lines, card backgrounds 001F37.
If asked to add live / refreshable Datarails formulas (DR.GET) to a generated workbook, the only valid form is:
=DR.GET(Value, "[DimensionName]", CellRef, "[DimensionName]", CellRef, ...)
=DR.GET(Value,"financials","Amount","SUM",...)
is invented syntax that the Datarails Add-in cannot parse or refresh."[Scenario]").
Dimension values are always cell references, never hardcoded strings.Value
referring to the string constant "Value"
(wb.defined_names.add(DefinedName("Value", attr_text='"Value"'))) —
otherwise Excel autocorrects the bare token to its built-in VALUE() and
the formula breaks.=DR.GET(...) only — never wrapped in IFERROR/IF/ROUND.The get-formula skill (/dr-get-formula) is the full reference — parameter
cells, validated dimension values, report layouts. Prefer it for whole formula
workbooks; apply this contract when adding DR.GET formulas to a workbook here.
/dr-dashboard
Output:
📊 Generating dashboard for 2026-02...
📈 Fetching KPI metrics...
📊 Calculating trends...
📋 Generating Excel dashboard...
🎯 Generating PowerPoint one-pager...
✅ Dashboard generated successfully
==================================================
EXECUTIVE DASHBOARD
==================================================
Period: 2026-02
Metrics: 7
Outputs:
Excel: tmp/Executive_Dashboard_2026-02-03_143022.xlsx
PowerPoint: tmp/Dashboard_OnePager_2026-02-03_143022.pptx
==================================================
/dr-dashboard --period 2025-12
/dr-dashboard \
--output-xlsx reports/dashboard.xlsx \
--output-pptx reports/dashboard.pptx
/dr-dashboard # Use PowerPoint for standup
# Share Excel for details, PowerPoint for overview
/dr-dashboard
# Generate for month-end
/dr-dashboard --period 2026-01
# Professional one-pager
/dr-dashboard --output-pptx investors_dashboard.pptx
Excel Dashboard:
PowerPoint One-Pager:
Schedule weekly updates:
# Every Monday at 8 AM
0 8 * * 1 /dr-dashboard \
--output-pptx reports/weekly_dashboard.pptx
Works with:
/dr-insights - Understand why metrics changed/dr-reconcile - Validate KPI accuracy/dr-anomalies-report - Check data quality/dr-extract - Get latest data/dr-insights - Detailed trend analysis/dr-reconcile - Validate KPI accuracy/dr-anomalies-report - Check data quality/dr-forecast-variance - Forecast vs actualProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub datarails/dr-claude-code-plugins-re --plugin datarails-financeos