AgentStack
SKILL verified Apache-2.0 Self-run

Audio Cleanup Lab

skill-hasna-skills-audio-cleanup-lab · by hasna

Generate professional audio cleanup recipes and mastering guidelines for noisy recordings

No reviews yet
0 installs
17 views
0.0% view→install

Install

$ agentstack add skill-hasna-skills-audio-cleanup-lab

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Audio Cleanup Lab? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Audio Cleanup Lab

Your personal audio engineering consultant. Describe your recording issues (background noise, echo, uneven levels), and this skill generates a detailed "cleanup recipe" with specific EQ settings, compression parameters, and plugin recommendations tailored to your DAW.

> Note: This skill generates instructions for you to apply, not processed audio files.

Features

  • Diagnostic Analysis: Identifies likely frequency clashes and sonic issues based on your description.
  • Tailored Recipes: Provides specific cut/boost frequencies (e.g., "Cut 3dB at 400Hz to remove mud").
  • Chain Recommendations: Suggests the optimal order of operations (De-noise -> EQ -> Compress).
  • DAW Agnostic: Works with Logic Pro, Pro Tools, Audition, Audacity, or any standard editor.
  • Mastering Targets: Gives loudness specs (LUFS) for your specific deliverable (Podcast, TV, Web).

Usage

# Get a recipe for a noisy cafe recording
skills run audio-cleanup-lab -- "Podcast interview recorded in a busy cafe" \
  --issues "background chatter, clinking cups, low vocal level" \
  --deliverable "podcast"

# Get settings for a specific DAW
skills run audio-cleanup-lab -- "Voiceover recorded in a closet" \
  --issues "boomy bass, clothing rustle" \
  --software "Adobe Audition"

Options

| Option | Description | Default | | --------------- | ------------------------------------------------- | ------------------------ | | --project | Description of the recording context | (Required) | | --issues | Specific problems to fix (comma separated) | general background noise | | --deliverable | Final output format (podcast, video, film) | podcast episode | | --software | Your preferred DAW or audio editor | generic | | --format | Output format (markdown or json) | markdown | | --output | Custom filename for the recipe | Auto-generated |

Output

  • Recipe: A step-by-step guide saved as Markdown or JSON.
  • Checklist: A quick reference summary for your mixing session.

Examples

Zoom Call Rescue

skills run audio-cleanup-lab -- "Panel discussion recorded on Zoom" \
  --issues "digital artifacts, echo, uneven levels" \
  --software "Izotope RX"

Film Dialogue Match

skills run audio-cleanup-lab -- "ADR matching location sound" \
  --issues "too clean, needs room tone matching" \
  --deliverable "short film"

Requirements

  • OPENAI_API_KEY environment variable.
  • Bun runtime.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.