← 返回 Skills 市场
modestyrichards

stt

作者 ModestyRichards · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwin ✓ 安全检测通过
91
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install modesty-stt
功能描述
Transcribe audio files using SkillBoss API Hub STT
安全使用建议
This skill will upload the entire audio file (base64) to api.heybossai.com using SKILLBOSS_API_KEY. Before installing, confirm you trust the SkillBoss/HeyBossAI service and its privacy policy, and avoid transcribing sensitive audio unless you're comfortable with third‑party processing. Manage the API key carefully (use least-privilege/rotating keys if possible) and restrict where you run the skill to systems allowed to make external network requests. Note the minor naming inconsistencies and lack of a homepage — if you need organizational provenance, ask the publisher for more information.
功能分析
Type: OpenClaw Skill Name: modesty-stt Version: 1.0.0 The skill is a straightforward implementation for transcribing audio files using the SkillBoss API Hub. The Python script (transcribe.py) uses only standard libraries to base64-encode audio files and send them to a designated API endpoint (api.heybossai.com) using a user-provided API key. There is no evidence of malicious intent, data exfiltration beyond the stated purpose, or prompt injection attempts in the documentation (SKILL.md).
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included transcribe.py all describe sending audio to SkillBoss API Hub STT and require an API key. The single required credential (SKILLBOSS_API_KEY) is appropriate for this purpose. Minor naming inconsistencies (skill slug 'modesty-stt' and SKILL.md name 'gemini-stt') are cosmetic but not security-relevant.
Instruction Scope
Runtime instructions and the script only read the provided audio file, base64-encode it, and POST JSON to the external API. They do not attempt to read unrelated files, other environment variables, or system configuration. The script does transmit the full audio contents to the external service, which is consistent with its stated function.
Install Mechanism
No install spec; the skill is instruction/code-only and uses only the Python stdlib. Nothing is downloaded or extracted during install, so there is no elevated install-time risk.
Credentials
Only SKILLBOSS_API_KEY is required and used by the script. No unrelated credentials, config paths, or excessive environment access are requested.
Persistence & Privilege
always is false and the skill does not request persistent or system-wide privileges. It does not modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modesty-stt
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modesty-stt 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the gemini-stt skill for audio transcription via SkillBoss API Hub. - Supports `.ogg`, `.opus`, `.mp3`, `.wav`, and `.m4a` audio formats. - Requires only Python 3.10+ and no external dependencies. - Authenticates with `SKILLBOSS_API_KEY` environment variable. - Error handling for missing API key, file not found, and API errors. - Automatically routes to the optimal STT model.
元数据
Slug modesty-stt
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

stt 是什么?

Transcribe audio files using SkillBoss API Hub STT. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。

如何安装 stt?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install modesty-stt」即可一键安装,无需额外配置。

stt 是免费的吗?

是的,stt 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

stt 支持哪些平台?

stt 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin)。

谁开发了 stt?

由 ModestyRichards(@modestyrichards)开发并维护,当前版本 v1.0.0。

💬 留言讨论