Agent capability

browser-extension-audio-engineering

Build, migrate, debug, package, and release browser extensions using Manifest V3, service workers, offscreen documents, Firefox background pages, WebExtensions APIs, Web Audio, real-time EQ and DSP, storage, permissions, content scripts, cross-browser builds, CRX/XPI packaging, and store requirements. Use for goatEQ, AudioAffinityOptimizer, smartlinks, Git extensions, media controls, and privacy-sensitive browser tooling.

Apache-2.0 Requires browser-specific testing in current Chromium and Firefox releases. Never request broader host or browser permissions than the feature requires. 1 files 3,333 bytes

Runtime provisioning

Provision this capability

The provisioning flow resolves the versioned manifest, verifies every SHA-256 digest, and applies the package atomically.

Shared Agent Skills

User scope: ~/.agents/skills/browser-extension-audio-engineering

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh browser-extension-audio-engineering --client agents --scope user --registry __MM_RUNTIME_ORIGIN__

Codex

User scope: ~/.agents/skills/browser-extension-audio-engineering

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh browser-extension-audio-engineering --client codex --scope user --registry __MM_RUNTIME_ORIGIN__

OpenCode

User scope: ~/.config/opencode/skills/browser-extension-audio-engineering

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh browser-extension-audio-engineering --client opencode --scope user --registry __MM_RUNTIME_ORIGIN__

Antigravity

User scope: ~/.gemini/config/skills/browser-extension-audio-engineering

curl -fsSLo /tmp/mm-skills-install.sh __MM_RUNTIME_ORIGIN__/install.sh && bash /tmp/mm-skills-install.sh browser-extension-audio-engineering --client antigravity --scope user --registry __MM_RUNTIME_ORIGIN__
Windows PowerShell
$installer = Join-Path $env:TEMP 'mm-skills-install.ps1'; Invoke-WebRequest '__MM_RUNTIME_ORIGIN__/install.ps1' -OutFile $installer; & $installer -Skill 'browser-extension-audio-engineering' -Client 'agents' -Scope 'user' -Registry '__MM_RUNTIME_ORIGIN__'

Artifact integrity

Versioned package contents

Inspect manifest
PathBytesSHA-256
SKILL.md 3,333 541bcbc3606da086…