Audio Rename Skill
name: audio-rename
by ayakolin · published 2026-04-01
$ claw add gh:ayakolin/ayakolin-audio-rename---
name: audio-rename
description: Rename audio files with Chinese/special characters to simple English names for mlx-stt compatibility.
version: 1.0.0
author: rinko
metadata: {"openclaw":{"emoji":"🔠","os":["darwin","linux"]}}
triggers:
---
# Audio Rename Skill
将带有中文/特殊字符的音频文件重命名为纯英文名称,避免 mlx-stt 等工具处理时出现路径问题。
Usage
**推荐使用 Python 版本(更好地处理 Unicode 文件名):**
# 重命名单个文件为默认名称 video_audio.m4a
python3 ${baseDir}/audio-rename.py <文件路径>
# 重命名为指定名称
python3 ${baseDir}/audio-rename.py <文件路径> <新名称>
# 批量重命名目录下所有音频文件
python3 ${baseDir}/audio-rename.py <目录路径> --allExamples
# 重命名为 video_audio.m4a
python3 skills/audio-rename/audio-rename.py "/path/to/中文文件.m4a"
# 重命名为指定名称
python3 skills/audio-rename/audio-rename.py "/path/to/文件.m4a" "my_audio"
# 批量重命名
python3 skills/audio-rename/audio-rename.py "/path/to/audio/" --allWorkflow (推荐)
配合 bili + mlx-stt 使用:
# 1. 下载音频
bili audio BV1xxx --no-split -o /Users/linyi/.openclaw/workspace/audio/
# 2. 重命名(如有中文)
python3 skills/audio-rename/audio-rename.py /Users/linyi/.openclaw/workspace/audio/*.m4a
# 3. 转录
bash skills/mlx-stt/mlx-stt.sh /Users/linyi/.openclaw/workspace/audio/video_audio.m4aDefault Naming
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...