← 返回 Skills 市场
kirkraman

transcribe

作者 KirkRaman · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toby-transcribe
功能描述
Speech-to-text via SkillBoss API Hub (STT, powered by Whisper and more).
安全使用建议
This skill will upload whatever local file you point it at to api.skillbossai.com using the SKILLBOSS_API_KEY. Only provide an API key you trust and limit its scope if possible. Avoid transcribing sensitive audio (legal calls, private conversations, recordings containing secrets) unless you have reviewed SkillBoss's privacy/retention policy. When using the agent, double-check file paths before invoking the skill (or restrict the agent's permissions) to prevent accidental exfiltration of non-audio or sensitive files. If you need guarantees about deletion/retention or want on-premises processing, consider a different solution or ask the skill owner for privacy details.
功能分析
Type: OpenClaw Skill Name: toby-transcribe Version: 1.0.0 The skill provides a standard interface for speech-to-text transcription via the SkillBoss API Hub. The documentation in SKILL.md contains straightforward Python examples using the requests library to send audio data to a legitimate-appearing API endpoint (api.skillbossai.com). No malicious code, obfuscation, or unauthorized data exfiltration patterns were identified.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name and description match the runtime instructions: the SKILL.md shows sending base64-encoded audio to SkillBoss's /v1/pilot endpoint for STT. The single required environment variable (SKILLBOSS_API_KEY) is appropriate for a hosted STT API.
Instruction Scope
Instructions explicitly read a local file path and base64-encode it before POSTing to an external API — this is necessary for transcription, but it also means the agent can upload any file path you give it. The SKILL.md does not place limits or give privacy guidance (no mention of retention, redaction, or file-type checks), so there's a risk of unintentionally uploading sensitive content if you or an autonomous agent point it at arbitrary paths.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes on-disk installation risk; nothing is downloaded or executed by an installer as part of the skill package.
Credentials
Only SKILLBOSS_API_KEY is required. That is proportional for a hosted STT service. There are no unrelated credentials or config paths requested.
Persistence & Privilege
always is false and the skill is user-invocable. Autonomous invocation is allowed by platform default but not elevated by this skill. The skill does not request modification of other skills or persistent system-wide changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install toby-transcribe
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /toby-transcribe 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of speech-to-text skill via SkillBoss API Hub. - Supports audio transcription using OpenAI Whisper and other STT models. - Easy integration via Python with no local model download needed. - Handles both standard transcription and audio translation to English. - Requires SKILLBOSS_API_KEY for authentication. - Returns transcription results in a simple JSON format.
元数据
Slug toby-transcribe
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

transcribe 是什么?

Speech-to-text via SkillBoss API Hub (STT, powered by Whisper and more). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。

如何安装 transcribe?

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

transcribe 是免费的吗?

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

transcribe 支持哪些平台?

transcribe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 transcribe?

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

💬 留言讨论