Audio Transcribe

PassAudited by ClawScan on May 1, 2026.

Overview

This skill appears to do what it claims: locally transcribe audio files, with the main things to notice being its external Python/model downloads and access to voice-message contents.

This appears suitable if you want local voice-message transcription. Before installing, make sure you are comfortable installing faster-whisper and downloading Whisper models locally, and remember that any voice message processed by the skill may be exposed as text in the agent conversation.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill requires trusting the faster-whisper package and downloaded model files.

Why it was flagged

The skill relies on an external Python package and automatic model downloads, which are disclosed and central to local transcription but introduce normal dependency/provenance considerations.

Skill content
pip install faster-whisper

Models download automatically on first use.
Recommendation

Install dependencies from trusted package indexes, consider pinning versions, and review local storage/RAM needs before use.

What this means

Private audio content may become readable text in the agent interaction when the skill is enabled.

Why it was flagged

Incoming voice-message content is converted into text for the agent/tool output. This is the intended function, but the transcript may contain sensitive information or user-spoken instructions.

Skill content
Clawdbot auto-transcribes incoming voice messages when this skill is enabled.
Recommendation

Enable this only where automatic transcription is desired, and treat generated transcripts as potentially sensitive user content.