← 返回 Skills 市场
jimbozhang

midasheng-audio-denoise

作者 Junbo Zhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install midasheng-audio-denoise
功能描述
Voice enhancement and noise reduction service. Accepts a noisy audio file and returns a clean, denoised version. Use when user needs to remove background noi...
使用说明 (SKILL.md)

midasheng-audio-denoise

Voice enhancement and noise reduction service powered by advanced backend algorithms.

1. Trigger

Use this skill when the user wants to:

  • Remove background noise from an audio file
  • Clean up a noisy recording
  • Enhance voice clarity
  • Preprocess audio for speech recognition

2. API Details

Endpoint: POST https://llmplus.ai.xiaomi.com/dasheng/audio/denoise (multipart/form-data)

Parameters:

  • file: The audio file to denoise

Response: Binary audio stream (WAV format)

3. Usage

Basic denoising

curl -X POST "https://llmplus.ai.xiaomi.com/dasheng/audio/denoise" \
  -F "file=@noisy_recording.mp3" \
  -o clean_recording.wav

Script usage

python3 scripts/denoise.py noisy_audio.mp3 -o clean_audio.wav
python3 scripts/denoise.py --queue   # Check queue status

4. Queue Status(排队情况)

查询命令

python3 scripts/denoise.py --queue
# 或直接调 API:
curl -X POST "https://llmplus.ai.xiaomi.com/metrics?path=/dasheng/audio/denoise"

返回字段

  • active: 当前活跃请求数
  • avg_latency_ms: 平均处理耗时(毫秒)
  • 预估等待时长 = active × avg_latency_ms

何时调用

  1. IM 即将超时但 denoise 服务还未返回结果时:查排队情况告知用户,请用户稍后来问。
  2. 用户稍后询问任务进度但服务仍未返回时:查最新排队情况返回给用户。

状态分级

  • 🟢 active=0 或预估等待 \x3C5s → 服务空闲
  • 🟡 预估等待 5-30s → 轻微排队
  • 🔴 预估等待 >30s → 排队较长,建议稍后重试

5. Supported Audio Formats

Input: mp3, wav, flac, ogg, m4a. Output: WAV.

6. Troubleshooting

  • Empty output: Input file may be too short
  • API request failed: Verify network connectivity
  • Poor results: Works best on speech with background noise
安全使用建议
This skill uploads the user's audio to https://llmplus.ai.xiaomi.com (a Xiaomi-hosted API) for processing. If your audio contains sensitive or private information, do not use the skill unless you trust that endpoint and its privacy policy. Also note the script uses Python's 'requests' but the SKILL.md mentions curl — ensure your environment has Python and requests installed before running, or use the curl example. If you need local-only processing for privacy, prefer a local denoising tool or verify the service's data retention and handling policies. Finally, because the skill's source/homepage is absent, consider testing with non-sensitive samples first and verifying the endpoint ownership if you require higher assurance.
功能分析
Type: OpenClaw Skill Name: midasheng-audio-denoise Version: 1.0.0 The skill provides audio denoising functionality via a Xiaomi-hosted API (llmplus.ai.xiaomi.com). The Python script (scripts/denoise.py) and documentation (SKILL.md) are well-structured, lack any malicious indicators such as data exfiltration or unauthorized execution, and strictly follow the stated purpose of processing audio files and checking service status.
能力评估
Purpose & Capability
Name, description, SKILL.md, and the included script consistently implement an audio denoise client that uploads a file to https://llmplus.ai.xiaomi.com/dasheng/audio/denoise and returns a WAV. The requested resources (no env vars, no unusual binaries) are proportionate to the described task.
Instruction Scope
Instructions and the script only perform network calls to the Xiaomi endpoint and a metrics endpoint, and read the provided input audio file and write an output WAV. They do not access other system files or credentials. However, the skill requires uploading user audio to a third-party service (privacy risk) — this is expected for a cloud denoise service but should be considered by the user.
Install Mechanism
No install spec; this is instruction-only with a bundled Python script. Nothing is downloaded or executed automatically beyond what the user runs. Low installation risk.
Credentials
The skill declares no environment variables or credentials, which is proportionate. Minor inconsistency: SKILL.md top lists 'requirements: curl' and examples use curl, but the provided script uses Python's requests library — requests is not declared as a dependency and may not be present in runtime.
Persistence & Privilege
Skill does not request always:true or modify agent/system configs. It is user-invocable and uses normal agent invocation permissions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install midasheng-audio-denoise
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /midasheng-audio-denoise 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
midasheng-audio-denoise 1.0.0 - Initial release of a voice enhancement and noise reduction service. - Accepts noisy audio files (mp3, wav, flac, ogg, m4a) and returns a clean WAV file. - Includes API and script usage instructions for easy integration. - Provides queue status checks and guidance for managing wait times. - Troubleshooting tips included for common issues.
元数据
Slug midasheng-audio-denoise
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

midasheng-audio-denoise 是什么?

Voice enhancement and noise reduction service. Accepts a noisy audio file and returns a clean, denoised version. Use when user needs to remove background noi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 midasheng-audio-denoise?

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

midasheng-audio-denoise 是免费的吗?

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

midasheng-audio-denoise 支持哪些平台?

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

谁开发了 midasheng-audio-denoise?

由 Junbo Zhang(@jimbozhang)开发并维护,当前版本 v1.0.0。

💬 留言讨论