Develop and migrate forward-compatible Blender 4.x and 5.x add-ons with automated scaffolding and API shims using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install blender-plugin-dev
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install blender-plugin-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Blender Plugin Development skill provides a specialized framework for creating, debugging, and upgrading add-ons for Blender 4.x and 5.x. As a primary tool within Openclaw Skills, it handles the complexities of the Python API changes, ensuring scripts remain functional across different software versions. By utilizing compatibility wrappers and modular scaffolding, it streamlines the development of operators, UI panels, and background tasks.
Developers can leverage Openclaw Skills to automate the migration of legacy bgl code to the modern gpu module. The skill focuses on industry best practices like idempotent registration and headless validation, making it an essential asset for anyone maintaining a codebase across the evolving Blender ecosystem.
To begin building with the Blender Plugin Development skill in Openclaw Skills, prepare your workspace by organizing your script templates and reference documents.
# Generate a new Blender add-on structure
python3 scripts/scaffold_addon.py --name "MyCustomAddon" --output ./src
# Validate your script against the Blender environment
blender --background --factory-startup --python my_script.py
Always reference the included blender4_to_5_compat.md to maintain high code quality.
The Blender Plugin Development skill follows a structured data model to ensure modularity and maintainability within Openclaw Skills.
| Component | File | Purpose |
|---|---|---|
| Add-on Metadata | init.py | Stores bl_info and handles class registration. |
| Operators | operators.py | Defines the logic for tools and user actions. |
| User Interface | ui.py | Manages Panels, Menus, and UI layouts. |
| Compatibility | compat.py | Contains version gates and API shims for 4.x/5.x. |
| Testing | smoke_test.py | Headless script for validating registration flows. |
Loading
A comprehensive toolset for interacting with the Solana blockchain to manage wallets, track transactions, and explore NFT metadata.

A structured governance framework that enables Openclaw agents to manage complex projects through subagent orchestration and rigorous logging.

Equips AI agents with concurrent web search, hybrid retrieval, and deep programming documentation access.

A high-performance search skill for AI agents featuring concurrent web retrieval and specialized code documentation search.

A specialized skill for automating the delivery of images, videos, and documents to WhatsApp contacts through a structured workspace workflow.

A comprehensive multimedia generation skill providing unified access to state-of-the-art AI models for video, image, and music creation.








































