blender-interactive

Control Blender scenes interactively via a TCP socket server.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/kjaylee/misskim-skills --skill blender-interactive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blender-interactive
Source: https://github.com/kjaylee/misskim-skills/tree/main/skills/blender-interactive
Command: npx skills add https://github.com/kjaylee/misskim-skills --skill blender-interactive

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables real-time, interactive control of Blender scenes through a TCP socket connection, allowing for dynamic manipulation and state querying without manual intervention in the Blender interface.

Core Features & Use Cases

  • Real-time Scene Manipulation: Create, modify, and delete objects, set materials, and adjust transformations dynamically.
  • State Querying: Retrieve detailed information about the scene, objects, cameras, and lights.
  • Asset Integration: Seamlessly integrate assets from Poly Haven and Sketchfab directly into Blender scenes.
  • Use Case: An AI agent can use this Skill to procedurally generate and modify 3D environments in real-time based on user input or simulation data, enabling interactive architectural visualization or game asset creation.

Quick Start

Start the Blender interactive socket server on the MiniPC by running the provided start_server.sh script.

Frequently Asked Questions about blender-interactive

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

FAQPage Schema
How do I control Blender scenes in real-time without using the GUI?

You can control Blender scenes in real-time by connecting to a TCP socket server that processes Python scripts for object manipulation, scene querying, and asset integration without manual GUI interaction.

Can I run Blender headless on a MiniPC for automated 3D modeling?

Yes, you can run Blender headless on a MiniPC by starting a socket server that handles real-time scene manipulation, state querying, and asset fetching from external sources like Poly Haven and Sketchfab dynamically.

How do I integrate Poly Haven and Sketchfab assets into a Blender scene dynamically?

You can integrate Poly Haven and Sketchfab assets dynamically by sending socket commands that trigger Python scripts to fetch and import the 3D models directly into the active Blender scene.

Does Blender support TCP socket communication for external AI agents?

Blender supports TCP socket communication via a custom server script, enabling AI agents to interactively query scene states, manipulate objects, and adjust transformations in real-time.

What are the limitations of manipulating Blender scenes via socket communication?

Socket-based scene manipulation requires a stable TCP connection and relies on Python API execution for commands, meaning complex procedural generation may face network latency compared to native internal Blender scripting.