Wandb Experiment Logger

🌐Community
by jeremylongshore · vlatest · Repository

Automatically logs your machine learning experiments to Weights & Biases (W&B), streamlining tracking and analysis for improved model development.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add wandb-experiment-logger npx -- -y @trustedskills/wandb-experiment-logger
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "wandb-experiment-logger": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/wandb-experiment-logger"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to log experiment runs directly to Weights & Biases (wandb). It automatically tracks metrics, hyperparameters, and artifacts generated during the training process. This provides a centralized platform for visualizing, comparing, and managing machine learning experiments.

When to use it

  • Tracking model training: Use this skill when an agent is responsible for training a machine learning model and you want to monitor its progress in wandb.
  • Hyperparameter optimization: Log different hyperparameter configurations and their resulting performance metrics to easily compare models.
  • Experiment reproducibility: Automatically capture all relevant information about an experiment, ensuring that it can be reproduced later.
  • Artifact management: Store model checkpoints, datasets, or other artifacts generated during training within your wandb project.

Key capabilities

  • Automatic metric logging
  • Hyperparameter tracking
  • Artifact storage (model checkpoints, datasets)
  • Integration with Weights & Biases platform

Example prompts

  • "Log the current loss and accuracy to wandb."
  • "Save this model checkpoint as 'best_model' in wandb."
  • "Track these hyperparameters: learning rate = 0.01, batch size = 32."

Tips & gotchas

  • Requires a Weights & Biases account and API key to function correctly. Ensure the agent has access to this information.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
15

🌐 Community

Passed automated security scans.