← 返回 Skills 市场
yap
作者
tobihagemann
· GitHub ↗
· v1.0.1
642
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install yap
功能描述
Fast on-device speech-to-text transcription on macOS 26+ using Apple Speech.framework, supporting multiple languages and output formats without model downloads.
安全使用建议
This skill appears to do what it says: run the 'yap' CLI to transcribe local audio on macOS. Before installing, review the Homebrew formula and the project's GitHub repo (finnvoor/tools/yap) to confirm the source and any install-time actions. Be aware the installed binary will have access to any files you give it for transcription. Also note that although the SKILL.md emphasizes 'no model download', Apple Speech may rely on system speech models which your machine or Apple may download or manage; if you need to avoid network activity, verify how your macOS handles Speech.framework models. If you don't trust the third-party tap, consider building from source or obtaining the binary from an audited release.
功能分析
Type: OpenClaw Skill
Name: yap
Version: 1.0.1
The skill bundle defines a macOS speech-to-text tool called 'yap'. The `SKILL.md` file provides clear installation instructions using `brew install finnvoor/tools/yap` and usage examples for local file transcription. There are no signs of prompt injection, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All instructions and metadata are consistent with a benign utility skill.
能力评估
Purpose & Capability
Name/description (on-device Apple Speech.framework transcription) match the declared requirement (a single 'yap' binary) and the SKILL.md usage examples. The macOS darwin restriction is appropriate.
Instruction Scope
SKILL.md only tells the agent to run the 'yap transcribe' CLI against user-supplied audio/video paths and lists expected flags. It does not instruct the agent to read unrelated files, access unrelated env vars, or exfiltrate data to external endpoints.
Install Mechanism
Install uses a Homebrew formula (finnvoor/tools/yap). Homebrew installation is a standard mechanism, but this is a third-party tap/formula rather than an official core formula. Installing third-party brew formulas can execute install scripts and pull arbitrary code/binaries, so you should inspect the formula or the project's GitHub releases before installing.
Credentials
The skill requires no environment variables or credentials and does not request config paths. This is proportional for a local transcription CLI. Note: the binary will be run with access to any files/paths the agent is asked to transcribe.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges. It does not claim to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yap - 安装完成后,直接呼叫该 Skill 的名称或使用
/yap触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add OS declaration (darwin) to metadata
v1.0.0
Initial release: on-device STT via Apple Speech.framework (macOS 26+)
元数据
常见问题
yap 是什么?
Fast on-device speech-to-text transcription on macOS 26+ using Apple Speech.framework, supporting multiple languages and output formats without model downloads. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 642 次。
如何安装 yap?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yap」即可一键安装,无需额外配置。
yap 是免费的吗?
是的,yap 完全免费(开源免费),可自由下载、安装和使用。
yap 支持哪些平台?
yap 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 yap?
由 tobihagemann(@tobihagemann)开发并维护,当前版本 v1.0.1。
推荐 Skills