This is a stateful command-line wrapper for Audacity that lets you script audio editing operations without touching the GUI. You get standard project management (new, open, save), track and clip manipulation (add, remove, trim, split), effect chains, and export rendering, all with undo/redo support up to 50 levels deep. It follows the same pattern as the cli-anything variants for GIMP and Blender, so if you've used those, this will feel familiar. The dual output mode (human-readable tables or JSON with the --json flag) makes it work for both interactive sessions and agent-driven workflows. Requires Python 3.10+ and Audacity installed locally. It's basically what you'd build if you needed to batch process audio files or let an AI agent edit podcasts programmatically.
npx skills add https://github.com/hkuds/cli-anything --skill cli-anything-audacity