waza

waza

Waza is a CLI and framework for creating, testing, and improving AI agent skills.

Agent SkillDevOpen sourceCLI框架AI 代理技能评估
Type
Agent Skill
Open source
Yes
GitHub Stars
★ 1.0k
Source
skill-github

Overview

Waza is a Go-based CLI tool developed by Microsoft designed to help developers create, test, and improve AI agent skills. It provides a complete toolchain including project initialization, skill creation, evaluation task definition, benchmarking, and comparing results across different models. With Waza, developers can more efficiently develop and optimize AI agent skills. Ideal for developers who need systematic management and optimization of AI agent skills.

Capabilities

  • Create and manage AI agent skills
  • Define and execute evaluation tasks
  • Run benchmark tests
  • Compare results across different models
  • Generate evaluation coverage reports
  • Calculate and optimize tokens in skill files

Use cases

Development and testing of AI agent skillsMulti-model performance comparisonAutomated evaluation in CI/CD pipelinesToken optimization for skill files

Setup

Requires: Go 1.26+API Key(可选)
Recommended approach: install via pre-built binary:\n\nbash\ncurl -fsSL https://raw.githubusercontent.com/microsoft/waza/main/install.sh | bash

This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.

FAQ

How do I update Waza?

Run the `waza update` command to update to the latest version.

Which operating systems does Waza support?

Supports macOS, Linux, and Windows.

How do I initialize a new Waza project?

Run the `waza init my-project` command to initialize a new project.

Related skills