← 返回 Skills 市场
midasheng-audio-text-distance
作者
Junbo Zhang
· GitHub ↗
· v1.0.0
· MIT-0
167
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install midasheng-audio-text-distance
功能描述
Multilingual audio-text retrieval and classification using GLAP (General Language Audio Pretraining). Use when user needs to search/match audio files against...
安全使用建议
This skill appears to do what it says: it uploads audio files to a Xiaomi-hosted GLAP search API and returns similarity/classification results. Before installing or using it, consider: (1) Privacy — audio files are sent to https://llmplus.ai.xiaomi.com with no auth in examples, so do not upload sensitive or proprietary recordings unless you trust the service and its terms; (2) Network usage — the tool requires outbound network access; (3) Sanity check — test with non-sensitive samples first; (4) If you need an on-device alternative or encryption, prefer a local model or an API that supports authenticated, private uploads. The SKILL.md lists curl as a requirement while the script uses Python requests — install either curl (for examples) or ensure Python requests is available to run the included script.
功能分析
Type: OpenClaw Skill
Name: midasheng-audio-text-distance
Version: 1.0.0
The skill provides a legitimate interface for multilingual audio-text retrieval and classification using a Xiaomi AI API (llmplus.ai.xiaomi.com). The Python script (audiosearch.py) and instructions (SKILL.md) are well-documented, lack any signs of data exfiltration or unauthorized execution, and include functional queue management logic to help the AI agent handle service latency.
能力评估
Purpose & Capability
The skill's name and description claim audio-text retrieval via GLAP and all required artifacts (SKILL.md examples and scripts/audiosearch.py) perform exactly that against the Xiaomi llmplus.ai.xiaomi.com/dasheng/audio/search endpoint. There are no unrelated binaries, config paths, or credentials requested.
Instruction Scope
Runtime instructions and the included script only read user-supplied audio files and call the documented remote API (and a metrics endpoint for queue status). They do not read arbitrary system files or environment variables beyond what the user supplies. The SKILL.md and script consistently show network calls to the stated endpoint.
Install Mechanism
This is an instruction-only skill with no install spec and a single small Python script; nothing is downloaded or written to disk by an installer, which minimizes install-time risk.
Credentials
No environment variables or credentials are requested (proportionate). However, the skill uploads audio files to a third-party endpoint (llmplus.ai.xiaomi.com) without any authentication in the provided examples, so sensitive audio will be transmitted off-host; users should consider privacy and trust of that endpoint before use.
Persistence & Privilege
always is false, the skill does not request persistent system presence or modify other skills/config; it behaves as a normal, non-persistent, user-invoked utility.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install midasheng-audio-text-distance - 安装完成后,直接呼叫该 Skill 的名称或使用
/midasheng-audio-text-distance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of midasheng-audio-text-distance.
- Enables multilingual audio-text retrieval and classification using the GLAP model.
- Supports searching and matching audio files against text descriptions, classifying audio by text queries, and zero-shot audio event detection in 50+ languages.
- Provides queue status monitoring and guidance on interpreting service response delays.
- Supports multiple common audio formats (mp3, wav, flac, ogg, m4a).
元数据
常见问题
midasheng-audio-text-distance 是什么?
Multilingual audio-text retrieval and classification using GLAP (General Language Audio Pretraining). Use when user needs to search/match audio files against... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 midasheng-audio-text-distance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install midasheng-audio-text-distance」即可一键安装,无需额外配置。
midasheng-audio-text-distance 是免费的吗?
是的,midasheng-audio-text-distance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
midasheng-audio-text-distance 支持哪些平台?
midasheng-audio-text-distance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 midasheng-audio-text-distance?
由 Junbo Zhang(@jimbozhang)开发并维护,当前版本 v1.0.0。
推荐 Skills