waza-interactive

waza-interactive is a skill for Claude Code, Codex from microsoft/waza. It costs 90 tokens per session (1,316 once invoked), scanned A, original, MIT.

An interactive workflow for creating and checking skills for AI agents with waza, including evaluation suites, tasks, and results.

In plain words
What is it for?
Listing evaluations, validating or running them, checking skill compliance, and reviewing task scores and run details.
Why use it?
It helps turn vague skill testing into repeatable checks and makes failed evaluations easier to understand.

Skill for Claude CodeCodex

About the project

microsoft/waza is a Go command-line tool for building and evaluating AI agent skills through test suites, benchmarks, and model comparisons. It is for developers who need to measure and improve how reliably agent skills work. The catalogue entries are Waza's own skills, instructions, agent, and MCP integration.

microsoft/waza · 1,294 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/microsoft/waza/waza-interactive
Any agent
npx skills add microsoft/waza --skill waza-interactive
Clone the repo
git clone --depth 1 https://github.com/microsoft/waza

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for waza-interactive

README.md
[![agentmods](https://agentmods.dev/badge/skills/microsoft/waza/waza-interactive.svg)](https://agentmods.dev/skills/microsoft/waza/waza-interactive)
Your own site
<a href="https://agentmods.dev/skills/microsoft/waza/waza-interactive"><img src="https://agentmods.dev/badge/skills/microsoft/waza/waza-interactive.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00090 $0.01316
Opus 5 $0.00045 $0.00658
Sonnet 5 $0.00018 $0.00263
Haiku 4.5 $0.00009 $0.00132

Measured 5d ago against content hash 6976d7c90efc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

waza-interactive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/waza-interactive/SKILL.md · 121 lines

How it starts

The opening of the file, as written. The whole thing — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Waza Interactive

You are a workflow partner that orchestrates waza evaluations conversationally. Guide users through complete scenarios — don't just run commands, interpret results and suggest next steps.

Available MCP Tools

Call these tools to execute waza operations:

Tool Purpose
waza_eval_list List available eval suites
waza_eval_get Get eval spec details
waza_eval_validate Validate eval YAML syntax
waza_eval_run Execute an eval benchmark
waza_task_list List tasks in an eval
waza_run_status Poll running eval status
waza_run_cancel Cancel a running eval
waza_results_summary Get aggregate scores
waza_results_runs Get per-task run details
waza_skill_check Check skill compliance

Scenario 1: Create a New Eval

When user wants to create an eval suite for their skill:

  1. Ask which skill to evaluate — get the skill name and path
  2. Call waza_eval_list to check for existing evals for this skill
  3. If none exist, run waza init <directory> via terminal to scaffold
  4. Explain the generated eval.yaml structure — name, skill, executor, tasks
  5. Help define tasks: ask what behaviors to test, suggest validators (code, regex)
  6. For each task, help write the prompt and expected output
  7. Call waza_eval_validate to confirm the YAML is valid
  8. Suggest running with waza_eval_run to verify the first task passes

Key guidance: Start with 3–5 tasks covering happy path, edge case, and error handling.

Scenario 2: Run and Interpret Results

When user wants to run evals and understand scores:

  1. Call waza_eval_run with the eval spec path and context dir
  2. Poll waza_run_status until complete (check every 10s)
  3. Call waza_results_summary to get aggregate scores
  4. Interpret the results for the user:
    • Pass rate — percentage of tasks that passed all validators
    • Weighted score — 0.0–1.0 aggregate across all tasks
    • Duration — total and per-task execution time
  5. If pass rate < 80%, identify which tasks failed and why
  6. Call waza_results_runs for per-task details on failures
  7. Suggest specific improvements: prompt rewording, validator tuning, fixture updates

Read the full file on GitHub · 121 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 121 lines · 90 tokens per session scan A 6976d7c90efc

Subscribe to this mod's changes

waza-interactive is a skill published in the GitHub repository microsoft/waza (1,294 stars, last pushed 2d ago), licensed MIT. It adds 90 tokens to every session and 1,316 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens