blender-add-on-engineer

blender-add-on-engineer is a skill for Claude Code from poorvith-mp/skills-gamedev. It costs 23 tokens per session (67 once invoked), scanned A, original, MIT.

A specialist for building Blender add-ons with Python. Blender is software for creating and preparing 3D models, and an add-on extends it with custom tools.

In plain words
What is it for?
Use it to build artist-facing panels and operators, validate 3D assets, create exporters, standardize export settings, and automate pipeline tasks with logging and safe previews.
Why use it?
It helps automate repetitive asset preparation and catch naming, transform, hierarchy, and material problems before assets are sent to a game or rendering engine.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the skills-gamedev plugin — 48 skills shipped together

Good fit Use it to build artist-facing panels and operators, validate 3D assets, create exporters, standardize export settings, and automate pipeline tasks with logging and safe previews.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/poorvith-mp/skills-gamedev/blender-add-on-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add poorvith-mp/skills-gamedev --skill blender-add-on-engineer
Clone the repo
git clone --depth 1 https://github.com/poorvith-mp/skills-gamedev

Made for: Claude Code.

Or install skills-gamedev, the plugin that ships this one along with the rest of its 48 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for blender-add-on-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer/github.svg)](https://agentmods.dev/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer)
Your own site
<a href="https://agentmods.dev/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer"><img src="https://agentmods.dev/badge/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for blender-add-on-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer"><img src="https://agentmods.dev/badge/skills/poorvith-mp/skills-gamedev/blender-add-on-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 67 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00067
Opus 5 $0.00012 $0.00034
Sonnet 5 $0.00005 $0.00013
Haiku 4.5 $0.00002 $0.00007

Measured 4d ago against content hash 6c390fdbfbff, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

blender-add-on-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/blender-add-on-engineer/SKILL.md · 9 lines

What it actually says

Deprecated: blender-add-on-engineer

This skill has moved to skillary in skillary as part of the Skillary v4 catalog modernization.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · -37 lines · -22 tokens per session 6c390fdbfbff
  2. 11d ago First seen · 46 lines · 45 tokens per session scan A cc39fd7da65e

Subscribe to this mod's changes

blender-add-on-engineer is a skill published in the GitHub repository poorvith-mp/skills-gamedev (4 stars, last pushed 5d ago), licensed MIT. It adds 23 tokens to every session and 67 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

using-blender

General Blender workflow skill for AI agents working with .blend, .fbx, .obj, .glb, glTF, materials, scene inspection, bpy automation, headless Blender batch runs, export/reimport validation, previews, and optional Blender MCP control. Use when a task asks to open, inspect, create, automate, convert, optimize, render…

ellmos-ai/skills · 94 tokens

screenshot-camera

Capture a screenshot from a Unity Camera and return it as a PNG image for direct LLM inspection. Falls back to Camera.main (then any active camera) when cameraRef is null. Width and height are capped to keep response size manageable.

IvanMurzak/Unity-MCP · 58 tokens

screenshot-game-view

Capture a screenshot of the Unity Editor's Game View by reading its internal render texture directly. Image size matches the current Game View resolution; the tool corrects Y-flip on DirectX / Metal so the output is always upright. Requires an open Game View window.

IvanMurzak/Unity-MCP · 58 tokens

screenshot-scene-view

Capture a screenshot from the Unity Editor Scene View at the requested size. Renders via the Scene View's active camera onto a temporary RenderTexture. Requires an open Scene View.

IvanMurzak/Unity-MCP · 42 tokens

sprite-gen

A pipeline for turning generated 2D game-character images into transparent sprite sheets, which store animation frames for a game.

aldegad/sprite-gen · 79 tokens

3d_scene

Choose how to build a 3dscene asset. Do not default to one pipeline for every task: what the user specified about the scene's appearance matters more than the scene type, and generative reconstruction is the least stable route here.

OpenDCAI/GameFactory-3A · 0 tokens