Openai Whisper
OpenAI Whisper:使用 Whisper 模型进行视频语音识别和转录。
clawhub install openai-whisperBlender:掌握 Blender 的常见使用技巧,包括应用变换、修改器顺序、UV 贴图接缝处理和游戏引擎导出设置
Avoid common Blender mistakes — transform application, modifier order, UV seams, and export settings for game engines.
# 安装 Skill(会下载 SKILL.md 到 .claude/skills/) clawhub install blender # 之后直接对 Claude 说"用 Blender 帮我…"即可
# 同样的安装命令,兼容所有支持 SKILL.md 的 AI 编程工具 clawhub install blender
此 Skill 兼容 OpenClaw 标准。 安装后自动生成 SKILL.md 文件,任何支持 OpenClaw 协议的 AI Agent(Claude Code、Cursor、Windsurf 等)均可直接调用。
需安装 Blender 基础环境
Ctrl+A → Scale, or objects deform in game enginesAlt+G/R/S — location, rotation, scale to defaultsTab to toggle — most operations mode-specificShift+N to recalculate outsideCtrl+Shift+N for flip inside — useful for interior scenesCtrl+E → Mark SeamU → Unwrap after marking — Smart UV Project as fallbackRight-click → Set Origin-Z Forward, Up: Y Up for Unity — different for Unrealbpy.context is current state — selection, active object, modebpy.data is all data — access any object by name regardless of selectionbpy.ops are operators — require correct context (mode, selection){'object': obj, 'selected_objects': [obj]}bpy.ops.object.mode_set(mode='OBJECT') firstclawhub run blender --file model.blend --fix-modifiers --optimize-uv --export-format fbx音频转录:使用本地 Whisper(Docker)将音频文件转录为文本,支持 .mp3、.m4a、.ogg、.wav、.webm 等多种格式。
Transcribe audio files to text using local Whisper (Docker). Use when receiving voice messages, audio files (.mp3, .m4a, .ogg, .wav, .webm), or when asked to transcribe audio content.
clawhub install transcribe