← 返回 Skills 市场
franklu0819-lang

Zhipu Asr

作者 xiaofei · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
889
总下载
0
收藏
4
当前安装
3
版本数
在 OpenClaw 中安装
/install zhipu-asr
功能描述
Automatic Speech Recognition (ASR) using Zhipu AI (BigModel) GLM-ASR model. Use when you need to transcribe audio files to text. Supports Chinese audio trans...
安全使用建议
This skill appears to do exactly what it says: convert audio locally (ffmpeg) and upload it to Zhipu's transcription API using ZHIPU_API_KEY. Before installing, confirm you trust the destination (open.bigmodel.cn) and are comfortable sending audio (which may contain sensitive PII) to that external service. Ensure ffmpeg/curl/jq are installed from trusted package sources. Note the small metadata inconsistencies (package.json/_meta.json versions and declared required bins) — these look like packaging oversights but you may want to verify the packaged files match the registry metadata and the published version if that matters to you.
功能分析
Type: OpenClaw Skill Name: zhipu-asr Version: 1.0.2 The skill is a legitimate wrapper for the Zhipu AI Automatic Speech Recognition (ASR) service. The core script, `scripts/speech_to_text.sh`, performs standard audio processing using ffmpeg and transmits data to the official Zhipu AI API endpoint (open.bigmodel.cn). It includes proper input validation for file size and duration, uses secure temporary file handling, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
The name/description, SKILL.md, and the included shell script all align with an ASR transcription skill. The only minor inconsistency is metadata in package.json/_meta.json (and package.json lists only jq in openclaw.requires while the script also requires curl and ffmpeg); this looks like sloppy packaging rather than malicious behavior.
Instruction Scope
Runtime instructions and the script stay within scope: they read the provided audio file, optionally convert it with ffmpeg, check size/duration, and POST the file and optional context/hotwords to the declared Zhipu API endpoint. The script does not read other environment variables, system files, or contact unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only with a shipped shell script). That is low-risk; no external archives or binaries are downloaded by the skill itself. The script requires standard system tools (jq, curl, ffmpeg) already expected for this functionality.
Credentials
Only ZHIPU_API_KEY is requested, which is proportionate to uploading audio to Zhipu's API. No other secrets or unrelated credentials are required or referenced.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system settings. It does not request persistent elevated presence beyond normal user invocation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install zhipu-asr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /zhipu-asr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Added curl and ffmpeg to requirements; added 30s duration check; improved script cleanup and silent transcoding.
v1.0.1
Initial release: Automatic Speech Recognition using Zhipu AI GLM-ASR model with Chinese language support, context prompts, and hotwords
v1.0.0
Initial release: Automatic Speech Recognition using Zhipu AI GLM-ASR model with Chinese language support, context prompts, and hotwords
元数据
Slug zhipu-asr
版本 1.0.2
许可证 MIT-0
累计安装 5
当前安装数 4
历史版本数 3
常见问题

Zhipu Asr 是什么?

Automatic Speech Recognition (ASR) using Zhipu AI (BigModel) GLM-ASR model. Use when you need to transcribe audio files to text. Supports Chinese audio trans... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 889 次。

如何安装 Zhipu Asr?

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

Zhipu Asr 是免费的吗?

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

Zhipu Asr 支持哪些平台?

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

谁开发了 Zhipu Asr?

由 xiaofei(@franklu0819-lang)开发并维护,当前版本 v1.0.2。

💬 留言讨论