openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Voice Transcriber

Voice note transcription and archival for OpenClaw agents. Powered by Deepgram Nova-3. Transcribes audio messages, saves both audio files and text transcript...

通信与消息

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 168 · 6 current installs · 6 all-time installs

0

安装量(当前) 6

🛡 VirusTotal :良性 · OpenClaw :可疑

Package:aiwithabidi/voice-transcriber

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :可疑

OpenClaw 评估

The skill claims Deepgram-based transcription but its scripts call OpenAI/OpenRouter endpoints and read other agent config files while requiring a DEEPGRAM_API_KEY that is never used — the pieces are internally inconsistent and warrant caution.

目的

The skill description and SKILL.md advertise Deepgram Nova-3, and the declared primary credential is DEEPGRAM_API_KEY, but the shipped scripts call OpenAI (Whisper) and OpenRouter endpoints instead. This mismatch indicates the declared purpose/credentials do not align with the implementation.

说明范围

Runtime instructions direct the agent to run two scripts. The transcribe.sh script reads an additional environment variable (OPENROUTER_API_KEY) and attempts to use OPENAI_API_KEY, neither of which are declared in requires.env. It also attempts to read ~/.openclaw/workspace/.env for keys. save_voice_note.py writes audio and transcripts into ~/.openclaw/workspace/memory (expected for a journaling skill), but the transcribe script accesses confi…

安装机制

No install spec is provided (instruction-only with small scripts), so there is no remote code download or archive extraction risk. The scripts will run locally when invoked.

证书

The registry metadata requires DEEPGRAM_API_KEY as the primary credential, but neither script references DEEPGRAM_API_KEY. Instead they rely on OPENAI_API_KEY and OPENROUTER_API_KEY (not declared). This is disproportionate and inconsistent: either the metadata is wrong or the code was repurposed without updating env requirements. The skill also references reading a local ~/.openclaw/workspace/.env file to discover keys, which effectively acces…

持久

The skill does not request 'always' or other elevated platform privileges. It writes files to ~/.openclaw/workspace/memory (audio and journal entries) which is expected for a voice-journaling skill, but reading ~/.openclaw/workspace/.env to obtain keys is a cross-cutting access to agent configuration and should be considered sensitive.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Voice Transcriber」。简介:Voice note transcription and archival for OpenClaw agents. Powered by Deepgram …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/voice-transcriber/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: voice-transcriber
description: Voice note transcription and archival for OpenClaw agents. Powered by Deepgram Nova-3. Transcribes audio messages, saves both audio files and text transcripts. Perfect for voice-first AI workflows, founder journaling, and meeting notes.
homepage: https://www.agxntsix.ai
license: MIT
compatibility: curl, jq, Deepgram API key
metadata: {"openclaw": {"emoji": "ud83cudf99ufe0f", "requires": {"env": ["DEEPGRAM_API_KEY"], "bins": ["curl", "jq"]}, "primaryEnv": "DEEPGRAM_API_KEY", "homepage": "https://www.agxntsix.ai"}}
---

# Voice Transcriber 🎙️

Audio transcription via Whisper + voice note journaling.

## When to Use

- Transcribing voice messages or audio files
- Saving voice notes with full transcripts
- Converting speech to text from any audio format

## Usage

### Transcribe audio
```bash
bash {baseDir}/scripts/transcribe.sh /path/to/audio.ogg
bash {baseDir}/scripts/transcribe.sh /path/to/audio.ogg --out /path/to/output.txt
```

### Save voice note with transcript
```bash
python3 {baseDir}/scripts/save_voice_note.py /path/to/audio.ogg "Optional context"
```

## Supported Formats

OGG, MP3, WAV, M4A, FLAC, WEBM

## Credits
Built by [M. Abidi](https://www.linkedin.com/in/mohammad-ali-abidi) | [agxntsix.ai](https://www.agxntsix.ai)
[YouTube](https://youtube.com/@aiwithabidi) | [GitHub](https://github.com/aiwithabidi)
Part of the **AgxntSix Skill Suite** for OpenClaw agents.

📅 **Need help setting up OpenClaw for your business?** [Book a free consultation](https://cal.com/agxntsix/abidi-openclaw)