Install
$ agentstack add skill-hasna-skills-audio-cleanup-lab ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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_KEYenvironment 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.
- Author: hasna
- Source: hasna/skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.