cli-anything-audacity

Automate Audacity audio project editing through a command-line interface.

46.8k|4.4k|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-audacity-hkuds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cli-anything-audacity
Source: https://github.com/HKUDS/CLI-Anything/tree/main/audacity/agent-harness/cli_anything/audacity/skills
Command: npx skills add https://github.com/HKUDS/CLI-Anything --skill cli-anything-audacity-hkuds

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Automates audio editing and project management in Audacity through a command-line interface, streamlining workflows for audio engineers and editors.

Core Features & Use Cases

  • Project Management: Create, open, save, and get info on audio projects efficiently.
  • Track and Clip Handling: Add, remove, and manipulate tracks and clips with simple commands.
  • Effect and Label Control: Apply effects, manage markers, and define selections for precise editing.
  • Use Case: An audio engineer prepares a podcast episode by automating editing processes, applying effects, and exporting the final audio without manual GUI interaction.

Quick Start

Use the CLI to create a new project with 'cli-anything-audacity project new -o myproject.json' and then perform editing commands interactively.

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 audio editing in Audacity without using the GUI?

You can automate audio editing in Audacity by using a command-line interface to programmatically control project setup, track and clip management, effects, labels, and exporting without manual GUI interaction.

Can I batch process multiple Audacity projects from the command line?

Yes, batch processing Audacity projects is supported by executing CLI commands to automate repetitive editing tasks, apply effects, and manage multiple clips across sessions efficiently.

What do I need to run command-line audio editing automation for Audacity?

To run command-line audio editing automation, you need Python 3.10 or higher installed locally and the Audacity software installed on your system to execute the project management and editing scripts.

What's the best way to start an Audacity automation project via the command line?

The best way to start is by using the CLI to create a new project with the command 'cli-anything-audacity project new -o myproject.json', then performing editing commands interactively to build your workflow.

Does the Audacity command-line interface support applying effects and managing labels?

Yes, the Audacity command-line interface supports effect and label control, allowing you to apply effects, manage markers, and define selections for precise editing within your audio project.

Are there limitations to controlling Audacity through a CLI environment?

Limitations include the strict requirement for a local Python 3.10+ environment and local Audacity installation, meaning this CLI automation approach is not suitable for cloud-based or remote server workflows.