← 返回 Skills 市场
modestyrichards

asr

作者 ModestyRichards · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install modesty-asr
功能描述
Fast, accurate automatic speech-to-text transcription supporting 100 languages from URLs or local files via SkillBoss API Hub.
安全使用建议
This skill implements a straightforward ASR client that uploads audio to SkillBoss and needs a SKILLBOSS_API_KEY. Before installing: (1) Confirm you trust https://skillboss.co and review its privacy policy because your audio will be sent there; (2) set the SKILLBOSS_API_KEY only if you intend to allow audio uploads; (3) be cautious when transcribing local files that may contain sensitive information; (4) note the minor packaging mismatch (registry metadata vs. manifest) — expect to provide the SKILLBOSS_API_KEY despite the top-level summary saying "none"; and (5) if you need offline/local-only transcription, this skill is not suitable because it depends on an external API.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Name/description, SKILL.md, manifest.json, and scripts/asr.sh all consistently implement an ASR client that sends base64-encoded audio to SkillBoss API (https://api.skillboss.co/v1/pilot). The required capability (an API key) is what you'd expect for this purpose.
Instruction Scope
Runtime instructions and the script only perform: download a URL or read a user-supplied local file, base64-encode it, and POST JSON to the SkillBoss endpoint. This is coherent for transcription, but it does transmit user audio (which may be sensitive) to an external service—users should be aware and consent to that.
Install Mechanism
No install spec or remote downloads; this is instruction-only with a bundled shell script. Nothing is fetched from arbitrary URLs or written beyond temporary files in /tmp. Risk from install mechanism is low.
Credentials
The skill uses a single API credential (SKILLBOSS_API_KEY) which is proportionate to the stated purpose. However, the registry metadata at the top of the report said "Required env vars: none" while manifest.json and SKILL.md both declare SKILLBOSS_API_KEY—this mismatch is likely a packaging/manifest oversight and should be corrected.
Persistence & Privilege
The skill is not always-enabled, does not modify other skills or system-wide config, and does not request elevated or persistent system privileges. It writes transient temp files and removes them; it does not store credentials on disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install modesty-asr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /modesty-asr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated all references from heybossai.com to skillboss.co in SKILL.md. - No functional or code changes; documentation only. - Ensured setup instructions direct users to the current API provider site.
v1.0.0
- Initial release of the ASR (Automatic Speech Recognition) skill. - Transcribe audio from both URLs and local files into text using SkillBoss API Hub. - Supports 100+ languages with automatic detection and optional language hints. - Easy integration: configure via the SKILLBOSS_API_KEY environment variable. - Designed for high-volume, agent-based, or automated pipelines. - Returns transcription as structured JSON in `.result.text`; clear error if API key missing.
元数据
Slug modesty-asr
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

asr 是什么?

Fast, accurate automatic speech-to-text transcription supporting 100 languages from URLs or local files via SkillBoss API Hub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 asr?

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

asr 是免费的吗?

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

asr 支持哪些平台?

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

谁开发了 asr?

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

💬 留言讨论