Weights & Biases
name: wandb
by chrisvoncsefalvay · published 2026-03-22
$ claw add gh:chrisvoncsefalvay/chrisvoncsefalvay-wandb-monitor---
name: wandb
description: Monitor and analyze Weights & Biases training runs. Use when checking training status, detecting failures, analyzing loss curves, comparing runs, or monitoring experiments. Triggers on "wandb", "training runs", "how's training", "did my run finish", "any failures", "check experiments", "loss curve", "gradient norm", "compare runs".
---
# Weights & Biases
Monitor, analyze, and compare W&B training runs.
Setup
wandb login
# Or set WANDB_API_KEY in environmentScripts
Characterize a Run (Full Health Analysis)
~/clawd/venv/bin/python3 ~/clawd/skills/wandb/scripts/characterize_run.py ENTITY/PROJECT/RUN_IDAnalyzes:
Options: `--json` for machine-readable output.
Watch All Running Jobs
~/clawd/venv/bin/python3 ~/clawd/skills/wandb/scripts/watch_runs.py ENTITY [--projects p1,p2]Quick health summary of all running jobs plus recent failures/completions. Ideal for morning briefings.
Options:
Compare Two Runs
~/clawd/venv/bin/python3 ~/clawd/skills/wandb/scripts/compare_runs.py ENTITY/PROJECT/RUN_A ENTITY/PROJECT/RUN_BSide-by-side comparison:
Python API Quick Reference
import wandb
api = wandb.Api()
# Get runs
runs = api.runs("entity/project", {"state": "running"})
# Run properties
run.state # running | finished | failed | crashed | canceled
run.name # display name
run.id # unique identifier
run.summary # final/current metrics
run.config # hyperparameters
run.heartbeat_at # stall detection
# Get history
history = list(run.scan_history(keys=["train/loss", "train/grad_norm"]))Metric Key Variations
Scripts handle these automatically:
Health Thresholds
Integration Notes
For morning briefings, use `watch_runs.py --json` and parse the output.
For detailed analysis of a specific run, use `characterize_run.py`.
For A/B testing or hyperparameter comparisons, use `compare_runs.py`.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...