claudegoodies
Plugin

trackio-cli

From sickn33

Query Trackio projects, runs, and metrics using the `trackio` CLI. Use when the user needs to list projects/runs/metrics, get summaries, or retrieve metric values from local Trackio databases. Supports both human-readable and JSON output formats. Covers project discovery, run inspection, metric querying, and system metrics. Designed for LLM agents and automation scripts.

Queries Trackio projects, runs, and metrics from local databases via the `trackio` CLI.

Use it when

  • Listing Trackio projects, runs, or metrics from a script or agent
  • Retrieving run summaries or specific metric values
  • Need JSON output for automation instead of the Trackio UI

Skip it if

  • You don't use Trackio for experiment tracking
  • Source only lists package metadata, no command or file details given

Install

/plugin install trackio-cli

Facts

Status
Actively maintained
Last commit

Source preview

The instructions Claude Code reads when this plugin runs.

{
  "name": "trackio-cli",
  "version": "1.0.0",
  "description": "Query Trackio projects, runs, and metrics using the `trackio` CLI. Use when the user needs to list projects/runs/metrics, get summaries, or retrieve metric values from local Trackio databases. Supports both human-readable and JSON output formats. Covers project discovery, run inspection, metric querying, and system metrics. Designed for LLM agents and automation scripts.",
  "author": {
    "name": "Hugging Face"
  },
  "repository": "https://github.com/huggingface/skills",
  "license": "Apache-2.0",
  "keywords": [
    "trackio",
    "experiment-tracking",
    "metrics",
    "mlops",
    "cli",
    "monitoring"
  ]
}
View full source on GitHub →

Other plugins