openwhispr-cli

Manage notes, transcriptions, and audio files via OpenWhispr CLI.

5.3k|742|Updated Jun 19, 2025
One-click install
npx skills add https://github.com/OpenWhispr/openwhispr --skill openwhispr-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openwhispr-cli
Source: https://github.com/OpenWhispr/openwhispr/tree/main/agent-skills/openwhispr-cli
Command: npx skills add https://github.com/OpenWhispr/openwhispr --skill openwhispr-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables users to control OpenWhispr's note, transcription, and audio functions directly from the terminal, simplifying automation and scripting tasks.

Core Features & Use Cases

  • Note and folder management: Create, list, search, update, and delete notes and folders efficiently.
  • Transcription handling: List, retrieve, and delete transcriptions with ease.
  • Audio and transcription operations: Delete audio files associated with transcriptions directly from the CLI.
  • Use Case: Automate the cleanup of outdated transcriptions by scripting openwhispr transcriptions delete commands based on custom criteria.

Quick Start

Run openwhispr notes search "project update" --format json to find related notes and then read the details with openwhispr notes get <id> using the IDs obtained.

Frequently Asked Questions about openwhispr-cli

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

FAQPage Schema
How do I automate transcription management from the command line?

Automate transcription management by running CLI commands to list, retrieve, and delete transcriptions. You can script routine operations like cleaning up outdated transcriptions based on custom criteria directly from the terminal.

Can I search and retrieve notes using a command line interface?

Yes, you can search and retrieve notes using the command line. Run a notes search command with your query and JSON formatting to find related notes, then use the returned IDs to read specific note details.

What is the best way to script batch processing for large audio datasets?

Batch processing for large audio datasets is handled by scripting CLI commands that interact with the local desktop app or cloud API. This approach supports automating routine operations and organizing large volumes of transcription data efficiently.

Do I need an API key to manage transcriptions via CLI scripts?

Yes, an API key is required to ensure secure access when managing transcriptions via CLI scripts. The command line interface uses these keys to authenticate interactions with the local desktop app or cloud API.

How do I delete audio files associated with transcriptions?

Delete audio files associated with transcriptions directly from the CLI using specific commands. This allows you to manage storage and remove audio data alongside deleting the transcription records through your automation scripts.