blender_skill

Automate Blender scene creation and rendering via JSON actions.

9|1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/flaz78/9Lives --skill blender-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender_skill
Source: https://github.com/flaz78/9Lives/tree/main/workspace/skills/blender_skill
Command: npx skills add https://github.com/flaz78/9Lives --skill blender-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the repetitive effort of building and rendering 3D scenes by hand in Blender, especially when you need consistent results across many jobs or want to iteratively edit a scene in real time.

Core Features & Use Cases

  • Headless batch rendering (deterministic pipelines): Run Blender in background mode using a structured JSON scene description to create objects, lights, a camera, and render outputs.
  • Live GUI bridge (interactive editing & previews): Control a running local Blender session through a whitelisted, token-authenticated HTTP bridge provided by a Blender addon.
  • Asset import/export + viewport previews: Import OBJ/GLTF/GLB assets, export to common formats, and generate PNG viewport previews without manual clicking.

Quick Start

Ask the AI to create a cube scene by running blender.buildScene with the provided JSON, then render and save the output image.

Frequently Asked Questions about blender_skill

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

FAQPage Schema
How do I automate Blender 3D scene creation and rendering in batch?

You can automate Blender 3D scene creation by running the software in background mode with structured JSON scene descriptions to deterministically build objects, lights, and cameras, then output rendered images.

Can I control a running Blender GUI session for live editing and viewport previews?

Yes, you can control a running Blender GUI session for live editing and viewport previews through a whitelisted, token-authenticated HTTP bridge provided by a local addon, enabling realtime interactive scene authoring.

Does this Blender automation approach support importing and exporting 3D assets like OBJ and GLTF?

Yes, this Blender automation approach supports importing and exporting 3D assets like OBJ, GLTF, and GLB files, and can automatically generate PNG viewport previews without requiring manual clicking.

Do I need a local Blender runtime to use headless rendering and scene automation?

Yes, you need a locally running Blender runtime to execute headless batch rendering and live addon bridging, which uses validation and whitelisted action dispatch to ensure main-thread Blender safety.

What is the best way to generate repeatable 3D product rendering pipelines?

The best way to generate repeatable 3D product rendering pipelines is using structured JSON scene specifications to execute deterministic actions like scene building and rendering headlessly in Blender.

How does JSON scene specification work for Blender scene automation?

JSON scene specification works for Blender scene automation by defining structured actions that dispatch whitelisted commands to build scenes, import or export assets, and execute rendering in either background or live GUI modes.