cli-anything-audacity

Automate stateful audio editing workflows in Audacity via a command-line interface.

1|Updated Jun 13, 2025
One-click install
npx skills add https://github.com/quazfenton/binG --skill cli-anything-audacity-quazfenton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-audacity
Source: https://github.com/quazfenton/binG/tree/main/.agents/skills/CLI-Anything-main/CLI-Anything-main/audacity/agent-harness/cli_anything/audacity/skills
Command: npx skills add https://github.com/quazfenton/binG --skill cli-anything-audacity-quazfenton

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates stateful audio editing tasks by providing a robust command-line interface for Audacity, reducing manual interaction and enabling repeatable workflows.

Core Features & Use Cases

  • Stateful REPL mode for iterative edits
  • Project, Track, Clip, and Effect management commands
  • Persistent sessions across runs with save/load of project state
  • Scriptable automation for batch processing and reproducible pipelines
  • Export and preset support for consistent results

Quick Start

Run cli-anything-audacity to start an interactive session and begin editing audio.

Frequently Asked Questions about cli-anything-audacity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Audacity audio editing from the command line?

Stateful CLI audio editing works by maintaining persistent sessions across multiple runs, allowing you to iteratively apply edits in a REPL mode or execute batch scripts. It saves and loads project state so you can resume interactive editing sessions or automate pipelines seamlessly.

Can I run batch processing for multiple audio projects in Audacity?

Yes, you can run batch processing for multiple audio projects in Audacity through scriptable CLI automation. By chaining subcommands for tracks, clips, and effects, you can build reproducible pipelines that process audio files consistently without manual intervention.

Does Audacity CLI support machine-readable JSON output for agent integration?

Yes, Audacity CLI automation supports machine-readable JSON output for agent integration. This allows automated scripts and external programs to parse project state, track modifications, and effect parameters programmatically after executing batch processing commands.

What is the best way to script repeatable audio editing workflows in Audacity?

The best way to script repeatable audio editing workflows in Audacity is using a modular CLI with subcommands and persistent sessions. This approach supports REPL mode for testing, preset support for consistent results, and stateful save/load functionality for reproducible automation pipelines.

Are there limitations to stateful REPL mode for interactive audio editing sessions?

Stateful REPL mode for interactive audio editing sessions requires maintaining persistent session states across runs. While it supports iterative edits and project save/load, complex batch processing pipelines may require careful script management to ensure reproducible automation and consistent export results.