← Back to Skills Marketplace
404
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install visual-automation
Description
Automates Blender via Python scripts to create 3D assets, renders, and animations.
Usage Guidance
This skill appears to do what it says (generate Blender Python scripts and render headsless), but there are mismatches you should resolve before installing: 1) Confirm your platform — the instructions use a Windows PowerShell command and an explicit Blender launcher path; if you run macOS/Linux, ask the author for equivalent commands or modify them yourself. 2) Verify which Blender executable to call ('blender' vs 'blender-launcher.exe') and whether pwsh is actually required. 3) Review any generated Python (.py) scripts before running them — Blender's embedded Python can execute arbitrary filesystem and network operations, so run in a sandbox or VM if you're unsure. 4) Ensure the asset output path is safe (don't allow writes to sensitive system or home directories). If the owner/source is unknown and you cannot confirm these issues, treat the skill as untrusted and test it in an isolated environment first.
Capability Analysis
Type: OpenClaw Skill
Name: visual-automation
Version: 1.0.0
The visual_automation skill is designed to automate Blender for 3D asset creation and rendering. It provides legitimate instructions for generating Python scripts using the 'bpy' module and executing them via the Blender CLI in background mode using PowerShell. No indicators of data exfiltration, malicious execution, or prompt injection were found in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
The skill claims to automate Blender and declares 'blender' and 'pwsh' as required binaries. The instructions, however, use a Windows PowerShell call operator and point to a specific Windows exe path ('C:\Program Files\Blender Foundation\Blender 5.0\blender-launcher.exe'). There's no OS restriction in the metadata and no explanation why pwsh is required on non-Windows systems. Also the required binary name ('blender') doesn't match the explicit 'blender-launcher.exe' path used in examples.
Instruction Scope
The SKILL.md focuses on generating Python scripts that import bpy and running Blender in background mode, which is consistent with the description. It directs saving assets to project folders (e.g., 'workspace-dev/website/assets/'), which is expected but could cause unwanted writes if not checked. Instructions are Windows-centric (PowerShell invocation and exact exe path) but give no alternative for macOS/Linux.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill itself during installation. That lowers install-time risk.
Credentials
The skill requests no environment variables or credentials, which aligns with its purpose. There are no declared config paths beyond an example asset path.
Persistence & Privilege
The skill is not marked 'always' and is user-invocable with normal autonomous invocation allowed. There is no evidence it requests elevated persistence or modifies other skills' configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install visual-automation - After installation, invoke the skill by name or use
/visual-automation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the visual_automation skill.
- Automates Blender using Python scripts to generate 3D assets, renders, and animations.
- Supports script generation, headless/background rendering, and web-friendly export formats (GLB/GLTF).
- Provides best practices for quality visuals, including procedural texturing, HDRI lighting, and optimal camera angles.
- Integrates directly with project asset folders for seamless workflow.
Metadata
Frequently Asked Questions
What is Visual Automation?
Automates Blender via Python scripts to create 3D assets, renders, and animations. It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.
How do I install Visual Automation?
Run "/install visual-automation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Visual Automation free?
Yes, Visual Automation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Visual Automation support?
Visual Automation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Visual Automation?
It is built and maintained by FlayZz (@flayzz); the current version is v1.0.0.
More Skills