dashboard

Generate and open an HTML task dashboard with per-task metrics.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/gioe/python-libs --skill dashboard-gioe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dashboard
Source: https://github.com/gioe/python-libs/tree/main/.claude/skills/dashboard
Command: npx skills add https://github.com/gioe/python-libs --skill dashboard-gioe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of a self-contained HTML dashboard that presents per-task metrics and then opens it in the browser, saving time and reducing context switching.

Core Features & Use Cases

  • Generates a self-contained HTML dashboard showing per-task token counts, costs, and session metrics.
  • Opens the generated dashboard in the default browser for immediate inspection and presentation.
  • Useful for project management, task-tracking, and lightweight operational analytics where a quick visual summary is needed.

Quick Start

Run tusk dashboard to generate and open the HTML task dashboard in your browser.

Frequently Asked Questions about dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an HTML dashboard from task metrics for browser viewing?

To generate an HTML dashboard from task metrics, use a Bash-enabled workflow that writes a standalone HTML file containing per-task token counts, costs, and session metrics, then automatically launches it in your system browser.

What task metrics are displayed in a generated browser dashboard?

A generated browser dashboard displays per-task metrics including token counts, costs, and session metrics, providing a quick visual summary for project management and lightweight operational analytics.

Do I need any external dependencies to create a self-contained HTML task tracking dashboard?

No external dependencies are required to create a self-contained HTML task tracking dashboard; the Bash-enabled workflow generates a standalone HTML file that can be opened directly in any default browser.

Can I automate opening the generated HTML dashboard in my default browser?

Yes, you can automate opening the generated HTML dashboard in your default browser, as the workflow is designed to automatically launch the standalone HTML file immediately after generation for inspection and presentation.

What's the best way to get a quick visual summary of task counts and costs without complex setup?

The best way to get a quick visual summary of task counts and costs without complex setup is using a self-contained Bash-enabled workflow that outputs a standalone HTML file and opens it in the browser.

Why use a standalone HTML file for task metrics instead of a live web dashboard?

A standalone HTML file for task metrics reduces context switching and saves time by providing a self-contained visual summary that can be opened locally in a browser without requiring a live server or external database.