get-voice-file

Retrieve the local file path of a downloaded voice message.

2.0k|267|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/openakita/openakita --skill get-voice-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-voice-file
Source: https://github.com/openakita/openakita/tree/main/skills/system/get-voice-file
Command: npx skills add https://github.com/openakita/openakita --skill get-voice-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps process voice messages by providing the local file path of audio sent by users, enabling transcription and analysis.

Core Features & Use Cases

  • Automatic Download: System downloads voice messages upon receipt.
  • File Path Retrieval: Provides the exact local path for further processing.
  • Use Case: Transcribe a user's voice command into text for command execution or analyze audio content for sentiment.

Quick Start

Use the get-voice-file tool to retrieve the path for the last voice message received.

Frequently Asked Questions about get-voice-file

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

FAQPage Schema
How do I get the local file path of a voice message for transcription?

To get the local file path of a voice message for transcription, the system automatically downloads the audio upon receipt and retrieves its exact local path for subsequent processing.

Do I need to pass parameters to retrieve a voice message file path?

No parameters are needed to retrieve a voice message file path. The skill operates automatically within the IM Channel handler when a voice message is received and downloaded by the system.

When do I need to retrieve a voice message file path in an IM channel?

You need to retrieve a voice message file path in an IM channel when you want to perform downstream audio processing tasks such as voice-to-text transcription or audio content sentiment analysis.

How does automatic voice message file path retrieval work?

Automatic voice message file path retrieval works by triggering within the IM Channel handler upon receipt, downloading the audio file, and then providing the exact local path without requiring manual input.

Can I use the retrieved voice message file path for audio analysis?

Yes, you can use the retrieved voice message file path for audio analysis. The skill provides the exact local path of the downloaded audio, enabling both sentiment analysis and command transcription.

What are the limitations of retrieving voice message file paths?

The primary limitation is that retrieving voice message file paths depends entirely on the IM Channel handler automatically downloading the voice message first, meaning it cannot process audio files that are not received through this specific channel.