openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Voice Transcriber Pro

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 · 481 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:aiwithabidi/voice-transcriber-pro

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill's description and declared requirements (Deepgram + jq) do not match the runtime code (which sends audio to OpenAI/OpenRouter and reads a local .env); it works like a transcriber but requests and accesses credentials and files that aren't declared, so review carefully before installing.

目的

The metadata and description advertise Deepgram Nova-3 and list DEEPGRAM_API_KEY and jq as required, but the actual scripts use OpenAI's audio transcription endpoint and openrouter.ai. The code does not use DEEPGRAM_API_KEY and does not call jq; conversely it relies on Python3 and environment variables (OPENAI_API_KEY, OPENROUTER_API_KEY) that are not declared. This mismatch is disproportionate and inconsistent with the stated purpose/provider.

说明范围

SKILL.md instructs running bundled scripts which post audio files to external APIs (api.openai.com and openrouter.ai). transcribe.sh will read OPENROUTER_API_KEY from ~/.openclaw/workspace/.env if not in env — a user-local env file that may contain other secrets. save_voice_note.py writes audio and Markdown journal files under ~/.openclaw/workspace/memory, which is plausible for a journaling skill, but reading ~/.openclaw/workspace/.env and se…

安装机制

No remote install or download spec is present (instruction-only with bundled scripts). That lowers risk from arbitrary code fetches. The included scripts will be present on disk as part of the skill bundle, but no external installers or network-based install steps are invoked by the skill itself.

证书

The registry declares DEEPGRAM_API_KEY as the primary credential but the scripts use OPENAI_API_KEY and OPENROUTER_API_KEY (and also attempt to read ~/.openclaw/workspace/.env). Asking for a Deepgram key while not using it is misleading. Requiring or accessing other API keys and a workspace .env file is disproportionate and increases the chance of unintentionally exposing unrelated secrets.

持久

The skill does not request always:true and writes only to ~/.openclaw/workspace/memory which is expected for agent memory. However, it also reads ~/.openclaw/workspace/.env (potentially containing other credentials) — this cross-file access is not declared and elevates the skill's effective privilege to access local secret material beyond its stated scope.

安装(复制给龙虾 AI)

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

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Voice Transcriber Pro」。简介: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-pro/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)