Blender Skill
Description
Blender automation marketplace for Claude Code — blender-remote MCP, CAD import, materials, and Cycles/CUDA rendering
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
blender-remote — Claude Code Plugin
Control Blender headlessly with natural language via Claude Code and the blender-remote MCP.
Requirements
- Linux machine with NVIDIA GPU and CUDA drivers
- Blender installed
uvpackage manager- Claude Code CLI
Installation
1. Install the plugin
claude plugin marketplace add boernmaster/blender_skill
claude plugin install blender-remote@blender_skill
2. Install the Blender addon
The first time Claude Code starts after installing the plugin, the `SessionStart` hook runs automatically and handles:
- Python dependency installation (
uv sync) - MCP server registration
blender-start/blender-stop/blender-restartaliases in~/.bashrc- CUDA startup script creation
The only manual step is installing the addon into Blender once:
source ~/.bashrc # load the new aliases
blender-remote-cli install
Starting a Session
Two terminals are required. Both must stay running.
**Terminal 1 — start Blender (from the project directory):**
cd /path/to/project
blender-start
**Terminal 2 — start Claude Code:**
claude
Verify the MCP connection inside Claude Code:
/mcp
`blender` must appear as an active server before issuing any commands.
Skills
The plugin provides four skills that load automatically when relevant:
| Skill | Use when you want to... |
|---|---|
session-setup |
Start/stop/restart Blender, fix MCP or CUDA issues |
scene-materials |
Set up lighting, assign metallic materials, add HDRI |
cad-import |
Import STL/OBJ files, read Excel BOM, batch import |
rendering |
Configure Cycles/CUDA, render frames, export GIF |
Example Prompts
Import all STL files from /data/parts and assign materials from bom.xlsx
Set up three-point studio lighting with a white shadow-catching floor
Render a 360° orbit animation and save as output/animation.gif
``
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11