← 返回 Skills 市场
2398
总下载
1
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install parakeet-stt
功能描述
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
安全使用建议
This skill is coherent for running a local Parakeet STT service, but it tells you to fetch and run third-party code and containers. Before following the instructions: 1) inspect the GitHub repo (Docker Compose file, Docker images referenced, requirements.txt, and startup scripts) to ensure no unexpected network calls, telemetry, or privileged operations; 2) prefer running the Docker compose in an isolated/test environment (or VM) and avoid exposing the service port to the public Internet; 3) verify the provenance of Docker images (use images from trusted registries or build locally from the repo); 4) don't run as an elevated user if avoidable; 5) if you require additional assurance, run static review or use a sandboxed environment. If you only need transcription and cannot audit the repo, consider using a well-vetted packaged distribution instead.
功能分析
Type: OpenClaw Skill
Name: parakeet-stt
Version: 1.1.0
The skill bundle describes how to set up and use a local speech-to-text service. It instructs the agent to clone a GitHub repository (`https://github.com/groxaxo/parakeet-tdt-0.6b-v3-fastapi-openai.git`), install dependencies via `pip`, and run a `uvicorn` server or `docker compose`. All instructions in `SKILL.md` are directly related to installing and using this local service, primarily involving sending local audio files to a local endpoint for transcription. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's behavior or access unrelated sensitive data. The behavior is clearly aligned with the stated purpose and lacks meaningful high-risk activities.
能力评估
Purpose & Capability
Name and description (local Parakeet STT) match the runtime instructions: clone the GitHub repo and run the service via Docker or Python/uvicorn. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md stays within scope: it describes installation, running a local HTTP/OpenAI-compatible API, example curl and Python usage, and Docker management commands. It does instruct network operations (git clone, docker compose, pip install) which are expected for installing the stated software.
Install Mechanism
The registry contains no formal install spec, but the README-like instructions tell the user to clone a GitHub repo and run Docker or pip. Running code and containers pulled from an external repo is the primary risk here — the source is a GitHub repo (homepage provided), which is a normal release host, but the skill will cause arbitrary code to execute on the host if followed without review.
Credentials
The skill declares no required secrets or config paths. The only runtime environment hint is PARAKEET_URL (to point at the local service). There are no unexplained credential requests.
Persistence & Privilege
always is false and the skill is instruction-only (no code installed by the registry). It does not request persistent presence or modify other skills or system agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install parakeet-stt - 安装完成后,直接呼叫该 Skill 的名称或使用
/parakeet-stt触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Made installation-agnostic: env var config, install instructions, removed hardcoded paths
v1.0.0
Initial release: Parakeet TDT 0.6B v3 - 30x faster than Whisper, ONNX on CPU, 25 languages
元数据
常见问题
Parakeet Stt 是什么?
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2398 次。
如何安装 Parakeet Stt?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install parakeet-stt」即可一键安装,无需额外配置。
Parakeet Stt 是免费的吗?
是的,Parakeet Stt 完全免费(开源免费),可自由下载、安装和使用。
Parakeet Stt 支持哪些平台?
Parakeet Stt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Parakeet Stt?
由 carlulsoe(@carlulsoe)开发并维护,当前版本 v1.1.0。
推荐 Skills