eval-setup

eval-setup is a skill for Claude Code from silver-rain-dev/sk-wwise-mcp. It costs 22 tokens per session (617 once invoked), scanned A, original, Apache-2.0.

A test-only setup for creating a temporary Wwise audio project and filling it with sample sound objects, events, states, and switches.

In plain words
What is it for?
Use it to create the test project, start Wwise's background control server, check the connection, and build the sample audio hierarchy.
Why use it?
It gives evaluation tests a known Wwise project to work with, without changing a production project.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

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/silver-rain-dev/sk-wwise-mcp/eval-setup
Any agent
npx skills add silver-rain-dev/sk-wwise-mcp --skill eval-setup
Clone the repo
git clone --depth 1 https://github.com/silver-rain-dev/sk-wwise-mcp

Made for: Claude Code.

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 eval-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/silver-rain-dev/sk-wwise-mcp/eval-setup.svg)](https://agentmods.dev/skills/silver-rain-dev/sk-wwise-mcp/eval-setup)
Your own site
<a href="https://agentmods.dev/skills/silver-rain-dev/sk-wwise-mcp/eval-setup"><img src="https://agentmods.dev/badge/skills/silver-rain-dev/sk-wwise-mcp/eval-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 617 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.1 $0.00022 $0.00617
Opus 5 $0.00011 $0.00309
Sonnet 5 $0.00004 $0.00123
Haiku 4.5 $0.00002 $0.00062

Measured 6d ago against content hash 62e45c1a77b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

eval-setup 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 6d 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.

.claude/skills/eval-setup/SKILL.md · 72 lines

How it starts

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

⚠️ TEST SETUP ONLY. Do NOT use for production. This creates a throwaway Wwise project and populates it with test objects.

Execute these steps in order using MCP tools. Stop if any step fails.

Step 1: Create test project and start headless WAAPI

  1. Use cli_create_new_project to create a fresh project at tests/eval/EvalTestProject/EvalTestProject.wproj
  2. Use cli_start_waapi_server to launch a headless WAAPI server with that project
  3. Wait 5 seconds, then ping Wwise to confirm connection
  4. Get project info to verify the project loaded

Step 2: Create Actor-Mixer hierarchy

Under \Containers\Default Work Unit, create:

  • ActorMixer "EvalTest_SFX"
    • RandomSequenceContainer "Footsteps" (set Volume to -6.0)
      • Sound "Footstep_01"
      • Sound "Footstep_02"
    • SwitchContainer "Weapons"
      • Sound "Sword_Hit"
      • Sound "Bow_Shot"
    • ActorMixer "Ambience"
      • Sound "Forest_Loop"
      • Sound "Wind_Loop"

Step 3: Create Events

Under \Events\Default Work Unit, create:

  • Folder "EvalTest_Events"
    • Event "Play_Footstep"
    • Event "Play_Sword"
    • Event "Play_Ambience"

Step 4: Create States and Switches

  • Under \States\Default Work Unit: StateGroup "PlayerHealth" with States: "Alive", "Low", "Dead"
  • Under \Switches\Default Work Unit: SwitchGroup "Surface" with Switches: "Grass", "Stone", "Wood"

Step 5: Set references

  • Set Weapons SwitchContainer to use SwitchGroup "Surface"
  • Assign Sword_Hit to "Grass" switch
  • Assign Bow_Shot to "Stone" switch

Step 6: Write setup manifest

Write the WAAPI server PID, project path, and created object paths to tests/eval/setup_manifest.json:

{
  "project_path": "tests/eval/EvalTestProject/EvalTestProject.wproj",
  "waapi_pid": <PID from cli_start_waapi_server>,
  "objects": {
    "actor_mixer": "\\Containers\\Default Work Unit\\EvalTest_SFX",
    "footsteps": "\\Containers\\Default Work Unit\\EvalTest_SFX\\Footsteps",
    "weapons": "\\Containers\\Default Work Unit\\EvalTest_SFX\\Weapons",
    "events_folder": "\\Events\\Default Work Unit\\EvalTest_Events"
  }
}

Read the full file on GitHub · 72 lines

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. 6d ago First seen · 72 lines · 22 tokens per session scan A 62e45c1a77b4

Subscribe to this mod's changes

eval-setup is a skill published in the GitHub repository silver-rain-dev/sk-wwise-mcp (5 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 22 tokens to every session and 617 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

planning-and-task-breakdown

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

shashankswe2020-ux/whoop-mcp · 56 tokens

qa-knowledge

To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.

griddynamics/rosetta · 32 tokens

ue-mcp-epic-routing

Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.

db-lyon/ue-mcp · 81 tokens

mcp-google-map-project

Project knowledge for developing and maintaining @cablate/mcp-google-map. Architecture, Google Maps API guide, GIS domain knowledge, and design decisions. Read this skill to onboard onto the project or make informed development decisions.

cablate/mcp-google-map · 49 tokens