What problem does it solve? Connecting an AI assistant to Blender for 3D generation or animation requires a local MCP adapter, but installing one blindly risks version mismatches, unvetted code execution, and lost source assets. This Skill inspects the environment first and produces a reviewed, reversible setup plan before anything changes. ## Core Features & Use Cases - Environment Inspection: Runs the core doctor and checks Blender/Python versions, OS and architecture, uv availability, existing MCP configuration, GPU backend, disk and network needs, and uncommitted work. - Pinned Adapter Proposal: Proposes the MIT-licensed ahujasid/blender-mcp adapter at an immutable descriptor commit, with license, Python pin, permissions, backups, expiry, digest verification, and rollback operations. - Confirmation-Gated Apply: Waits for verbatim confirmation before applying, then finishes with a doctor check and asks before launching Blender or running scene-changing health checks. - Use Case: A game developer wants AI-assisted 3D asset generation in Blender; the Skill inspects their project, presents the exact addon and server downloads with SHA-256 digests and rollback steps, and only proceeds after explicit approval. ## Quick Start Use the setup-blender skill to inspect my Blender installation and game project, then propose the pinned local Blender MCP adapter plan without installing anything yet.