Azure Mgmt Weightsandbiases Dotnet

🌐Community
by sickn33 · vlatest · Repository

Manages Weights & Biases experiments and runs using Azure credentials via the dotnet SDK.

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 azure-mgmt-weightsandbiases-dotnet npx -- -y @trustedskills/azure-mgmt-weightsandbiases-dotnet
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "azure-mgmt-weightsandbiases-dotnet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/azure-mgmt-weightsandbiases-dotnet"
      ]
    }
  }
}

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

About This Skill

What it does

This skill provides programmatic access to Weights & Biases (W&B) resources within Azure using the .NET SDK. It allows agents to manage W&B projects, runs, and artifacts, enabling automated experiment tracking and management workflows directly from Azure environments. Specifically, it facilitates interacting with W&B APIs for tasks like creating new runs, logging metrics, and retrieving experiment data.

When to use it

  • Automate the creation of Weights & Biases experiments based on triggers in your Azure environment (e.g., a scheduled job).
  • Log training metrics and artifacts from .NET applications running within Azure directly into W&B for monitoring and analysis.
  • Retrieve experiment data from W&B to inform decisions or adjust parameters in ongoing machine learning processes managed in Azure.
  • Manage W&B projects and runs programmatically, such as archiving old experiments or cleaning up resources.

Key capabilities

  • Project management (creation, listing)
  • Run creation and management
  • Artifact management
  • Metrics logging
  • Experiment data retrieval

Example prompts

  • "Create a new Weights & Biases run named 'MyTrainingRun' in the project 'MyProject'."
  • "Log the metric 'accuracy' with value 0.85 to the current Weights & Biases run."
  • "Retrieve the latest experiment data for project 'MyProject' from Weights & Biases."

Tips & gotchas

  • Requires an active Azure subscription and appropriate permissions to access W&B resources.
  • Ensure you have a valid API key or token configured for authentication with Weights & Biases.

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
sickn33
Installs
17

🌐 Community

Passed automated security scans.