performance_dashboard

A dashboard for viewing business measures such as revenue or conversion rate across quarters or months. It includes charts, tables, comparisons, and generated observations.

In plain words
What is it for?
Use it to track selected measures over time, inspect one measure period by period, and compare several measures on a shared 0–100 scale.
Why use it?
It puts changing business results in one view, making trends and differences between measures easier to spot.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/proxy2021/enso/performance_dashboard
Any agent
npx skills add Proxy2021/Enso --skill performance_dashboard
Clone the repo
git clone --depth 1 https://github.com/Proxy2021/Enso

Made for: Claude Code, Codex.

Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.00409
Opus 5 $0.00010 $0.00204
Sonnet 5 $0.00004 $0.00082
Haiku 4.5 $0.00002 $0.00041

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

Security

Grade A, and why

performance_dashboard 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 2d 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.

server/skills/performance_dashboard/SKILL.md · 48 lines

What it actually says

Performance Dashboard

Interactive KPI performance dashboard with quarterly metrics, trend charts, benchmark comparisons, and AI-generated insights

Available Tools

enso_performance_dashboard_overview (primary)

Show a performance dashboard with KPI stat cards, trend charts, data table, and insights for any set of business metrics across time periods

Parameters:

  • topic (string): The business domain or topic for the dashboard (e.g., 'e-commerce', 'SaaS', 'marketing')
  • metrics (string): Comma-separated list of metric names to track (e.g., 'Revenue,AOV,Conversion Rate,CAC')
  • periods (string): Comma-separated period labels (e.g., 'Q1,Q2,Q3,Q4' or 'Jan,Feb,Mar')

enso_performance_dashboard_detail

Show detailed performance data for a single metric with period-by-period breakdown, bar chart, and change tracking

Parameters:

  • metric (string): The metric key to show detail for (e.g., 'revenue', 'aov', 'conversion', 'cac')

enso_performance_dashboard_compare

Compare multiple metrics on a normalized 0-100 scale to visualize relative trend shapes across time periods

Parameters:

  • metricKeys (string): Comma-separated metric keys to compare (e.g., 'revenue,aov,conversion,cac')

enso_performance_dashboard_benchmark

Show industry benchmark reference data for comparison against your performance metrics

Parameters:

  • industry (string): Industry vertical for benchmarks (e.g., 'e-commerce', 'SaaS', 'fintech')

enso_performance_dashboard_export

Export dashboard data as a formatted text summary for sharing or reporting

Parameters:

  • format (string): Export format: text, csv, or markdown (default: text)
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. 2d ago First seen · 48 lines · 21 tokens per session scan A d5b4ed96937d

Subscribe to this mod's changes

performance_dashboard is a skill published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 409 once invoked, about $0.0001 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