Generous-Corp

Audio Inspect — Development skill for Claude Code

Development community

Open the developer Audio Inspector window — live meters, probe-stage status, copied waveform, L/R level-match + balance, and a device/runtime summary.

How to install Audio Inspect

Installs to ~/.claude/commands/generous-corp-pulp-audio-inspect.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Generous-Corp/pulp/HEAD/.claude/commands/audio-inspect.md -o ~/.claude/commands/generous-corp-pulp-audio-inspect.md

Restart Claude Code, or start a new session, for it to be picked up.

What Audio Inspect does


name: audio-inspect description: Open the developer Audio Inspector window — live meters, probe-stage status, copied waveform, L/R level-match + balance, and a device/runtime summary

The Audio Inspector is a separate developer tool window that shows what audio is flowing right now, built on the realtime audio probe. It is a sibling of the layout inspector (`Cmd+I` / `Ctrl+I`), not a tab inside it — the two tools own independent state models but share the same command-routing and window

Alternatives in Development

  • Bypass 403 — Probe a 403/401 endpoint with the most-paid bypass tricks (header injection, path encoding, method swap, WAF f 4.5k ★
  • Balance — Check wallet SOL and token balances 722 ★
  • Device Control Agent — You are an autonomous macOS agent with full control of this device via two CLI tools: - steer — GUI automation 250 ★

Full documentation available on GitHub

View Source Repository