---
name: inferenceos-dashboard
description: Live InferenceOS token economics dashboard — Apple-styled visual widget showing savings, routing, circuit health, and budget
user_invocable: true
---

# InferenceOS Dashboard

Display the InferenceOS optimization dashboard as a rich visual widget.

## Steps

1. Call the `inferenceos_dashboard` MCP tool (no arguments needed)
2. Extract the metrics from the response
3. Display the `dashboard` text field from the response in a code block — this is the compact ASCII widget
4. Below the widget, provide a one-line summary: "Savings: X% | Gemma: Y calls | Claude: Z calls | Budget: N% remaining"
5. If savings_ratio < 20%, suggest running `/inferenceos-token-saver`
6. If any circuit is not "closed", flag which provider is degraded

## What It Shows

- **Token Economics**: tokens used vs saved, savings ratio with visual bar
- **Routing**: how many tasks went to Gemma (free) vs Claude (subscription)
- **Circuit Breakers**: health status of each remote provider
- **Workspace**: file count, symbol count, fingerprint
- **Budget**: remaining allocation before throttling
