Claude Skill

microsoft/waza

Waza 是微软推出的 CLI 和框架,用于创建、测试、衡量并提升代理技能的质量与效果。基于 Go 构建,简化技能开发流程。

概览

Stars1,033
Forks62
语言Go
最后更新2026-07-01
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者microsoft
仓库waza
完整名称microsoft/waza
Repo ID1,168,847,385

安装这个 Skill

git clone https://github.com/microsoft/waza.git

Registry 信息

类型workflow
质量分80/100
验证状态readme_parsed
最近验证2026-06-04
平台
Claude
能力
browsercode-reviewpdfmemorysearchvideoterminalworkflow
识别文件
README.mddocsexamples
配置键
AZURE_CLIENT_IDAZURE_CLIENT_SECRETAZURE_TENANT_IDGITHUB_TOKENCOPILOT_BASE_URLCOPILOT_PROVIDER_BASE_URLURLCOPILOT_API_KEYCOPILOT_PROVIDER_API_KEYCOPILOT_BEARER_TOKENCOPILOT_PROVIDER_BEARER_TOKENTOKEN
安装方式
  • git clone https://github.com/microsoft/waza.git
  • docker run -v $(pwd):/workspace waza:local run eval/eval.yaml

项目简介

Waza 是微软推出的 CLI 和框架,用于创建、测试、衡量并提升代理技能的质量与效果。基于 Go 语言构建,它为 AI 代理的技能开发和评估提供了结构化方法。

英文描述

CLI / Framework for Agent Skills - create, test, measure and improve skill quality and effectiveness

要点

  • 用于管理代理技能的 CLI 工具
  • 技能创建与测试框架
  • 衡量与质量提升能力
  • 基于 Go 构建,性能可靠

使用场景

  • 开发与测试代理技能
  • 评估技能质量与效果
  • 迭代改进 AI 代理行为
  • 标准化技能开发工作流

README 摘要

# Waza A Go CLI for evaluating AI agent skills — scaffold eval suites, run benchmarks, and compare results across models. 📖 **[Getting Started / Docs](https://microsoft.github.io/waza/)** ## Installation ### Binary Install (recommended) Download and install the latest pre-built binary with the Bash install script on macOS, Linux, or Windows Bash environments such as Git Bash, MSYS2, or Cygwin: ```bash curl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash ``` The Bash script auto-detects the OS and architecture of the environment where Bash is running (linux/darwin/windows, amd64/arm64), downloads the latest standalone `waza` CLI release, verifies the checksum, and installs to `/usr/local/bin` (or `~/bin` if not writable). For native Windows PowerShell: ```powershell irm https://raw.githubusercontent.com/microsoft/waza/main/install.ps1 | iex ``` The PowerShell script downloads the latest standalone native Windows `waza` binary, verifies the checksum, and installs to an existing `waza.exe` location or `%LOCALAPPDATA%\Microsoft\Waza`. On Windows, piping the Bash command from PowerShell may invoke WSL and install the Linux binary inside WSL. Or browse the [GitHub Releases](https://github.com/microsoft/waza/releases) page and choose the standalone waza binary assets for the version you want. ### Install from Source Requires Go 1.26+: Note: due to the use of LFS artifacts you cannot install waza using `go install`. To install waza outside of a normal release, clone the repository: ```bash git clone https://github.com/microsoft/waza.git cd waza # ensure git LFS-based artifacts are available (for embedded copilot binaries) git lfs install git lfs pull go build -o waza ./cmd/waza ./waza <waza command line> ``` Waza bundles the GitHu

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-07-03