Openai Whisper
OpenAI Whisper:使用 Whisper 模型进行视频语音识别和转录。
clawhub install openai-whisperAvoid common Blender mistakes — transform application, modifier order, UV seams, and export settings for game engines.
# Install Skill (downloads SKILL.md to .claude/skills/) clawhub install blender # Then just tell Claude: "use Blender to help me..."
# Same install command — works with all SKILL.md-compatible AI coding tools clawhub install blender
This Skill is compatible with the OpenClaw standard. After installation, a SKILL.md file is auto-generated, usable by any OpenClaw-compatible AI Agent (Claude Code, Cursor, Windsurf, etc.).
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