blender

Automate Blender 3D scene creation and verification with Python bpy.

185|14|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/xlang-ai/CUA-Gym --skill blender-xlang-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender
Source: https://github.com/xlang-ai/CUA-Gym/tree/main/.claude/skills/blender
Command: npx skills add https://github.com/xlang-ai/CUA-Gym --skill blender-xlang-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bpy, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation, modification, and verification of Blender 3D scenes, saving time and reducing human error in 3D content generation and validation.

Core Features & Use Cases

  • Scene Creation: Automate the creation of 3D scenes, objects, materials, animations, and render setups.
  • Verification: Automatically verify scene states and compare render outputs.
  • Use Case: For a setup-gen agent, create a 3D scene with specific objects, materials, and lighting, then verify the scene's state against a golden file pattern.

Quick Start

Use the blender skill to create a new scene with a cube, a red material, and a camera, then verify the scene against the golden file pattern 'golden_scene.blend'.

Frequently Asked Questions about blender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Blender 3D scene creation using Python?

You can automate Blender 3D scene creation using Python by utilizing the bpy module to script object generation, material application, lighting setup, and camera positioning. This Skill executes scripts to automatically generate scenes and configure render setups.

Can I verify Blender render outputs automatically?

Yes, you can verify Blender render outputs automatically by comparing the scene's state and render results against a golden file pattern. This Skill validates 3D scene configurations to ensure the generated output matches the expected golden file pattern.

Do I need Blender installed to run bpy automation scripts?

Yes, you need Blender installed along with Python 3.9 and the bpy module to run bpy automation scripts. This Skill requires this specific environment setup to execute Python scripts for 3D scene manipulation and render validation.

What is the best way to generate 3D objects and apply materials in Blender programmatically?

The best way to generate 3D objects and apply materials in Blender programmatically is through Python bpy scripts. This Skill automates these tasks by creating scenes with specific objects, applying materials like red textures, and setting up cameras automatically.

Why does my automated Blender scene setup fail verification against a golden file?

Automated Blender scene setup may fail verification if the generated objects, materials, or lighting do not match the golden file pattern. This Skill checks the scene state against the golden file to identify discrepancies in the 3D configuration.