wandb-primary

Query, analyze, and launch W&B projects with run histories and artifacts.

65|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/wandb/skills --skill wandb-primary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wandb-primary
Source: https://github.com/wandb/skills/tree/main/skills/wandb-primary
Command: npx skills add https://github.com/wandb/skills --skill wandb-primary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wandb, requests, wandb_gql, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a cohesive set of utilities to query W&B project data, inspect training runs, Weave traces, and orchestrate launches, so you can diagnose performance, compare configurations, and reproduce or modify experiments with confidence.

Core Features & Use Cases

  • Fast access to runs, traces, and artifacts for analysis and reporting
  • Compare configurations across runs and re-launch modified experiments
  • Launch new runs from code artifacts or queued job artifacts with precise resource controls

Quick Start

Install the wandb-primary skill and run a quick diagnostic to list queues and fetch the latest run summary.

Frequently Asked Questions about wandb-primary

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

FAQPage Schema
How do I analyze W&B runs and compare configurations across training experiments?

To analyze W&B runs, you can query project data to inspect training runs, read histories, and compare config diffs across experiments to diagnose performance and reproduce modified training launches.

What is the best way to query Weave traces and artifacts for machine learning reporting?

Querying Weave traces and artifacts is done through fast access utilities that read and summarize run data, enabling you to inspect traces and report on machine learning experiment performance.

How do I launch new runs from queued job artifacts with precise resource controls?

You can launch new runs from code artifacts or queued job artifacts by orchestrating W&B launches, which coordinate execution while providing precise resource controls for the experiments.

Does analyzing large W&B project histories require the Weave SDK and Python SDK?

Yes, analyzing large W&B project histories requires the WandB Python SDK, the Weave SDK, and helper utilities to perform fast queries, read extensive run histories, and inspect artifacts.

Can I inspect config diffs across W&B runs to diagnose machine learning performance?

Yes, you can inspect configuration diffs across W&B runs to diagnose performance issues, compare experiment settings directly, and reproduce or modify training runs with confidence.

What are the limitations when querying large W&B project histories and traces?

When querying large W&B project histories and traces, processing relies entirely on the WandB Python SDK, the Weave SDK, and helper utilities, requiring these dependencies to execute fast queries and launches.