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.
npx skills add DanMcInerney/orchflows --skill blender-bpygit clone --depth 1 https://github.com/DanMcInerney/orchflowsWrote 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.
[](https://agentmods.dev/skills/danmcinerney/orchflows/blender-bpy)<a href="https://agentmods.dev/skills/danmcinerney/orchflows/blender-bpy"><img src="https://agentmods.dev/badge/skills/danmcinerney/orchflows/blender-bpy/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.
<a href="https://agentmods.dev/skills/danmcinerney/orchflows/blender-bpy"><img src="https://agentmods.dev/badge/skills/danmcinerney/orchflows/blender-bpy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00024 | $0.00455 |
| Opus 5 | $0.00012 | $0.00228 |
| Sonnet 5 | $0.00005 | $0.00091 |
| Haiku 4.5 | $0.00002 | $0.00046 |
Grade A, and why
blender-bpy 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 today.
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.
What it actually says
Require: a closed blender-job document with a unique job id, a pinned
artifact/source identity, seed, scene units/axes/origin, input and output
allowlists, budgets, camera previews, and expected output paths. generate
and edit jobs also require an authoring Python module and its SHA-256 digest;
the module entrypoint receives a context containing bpy, bmesh, the job,
the job root, and the reproducible seed. Edited jobs identify their existing
.blend source and digest. Every path is relative to the fresh job directory.
Use bpy.data and BMesh for deterministic scene construction and edits.
Operators are limited to opening a source, saving a .blend, rendering, and
exporting glTF; before each operator, assert the scene, view layer, active
camera or frame, mode/selection when relevant, engine, device, and output
path. Check the operator return set contains FINISHED. Never execute Python
received as an expression, load an unbound module, or open a socket/daemon.
The worker writes structural inspection covering object names/types, external
references, transforms/bounds, mesh geometry/UVs/normals, materials, armatures,
clips/poses, and the declared budgets. It renders every gameplay and turntable
camera, saves the source .blend, exports runtime .glb with the fixed up
axis, and writes an asset manifest binding source, export, inspection, and
preview hashes. Worker output is complete only when all declared evidence
exists and is non-empty; exceptions write a failure result and preserve the
traceback for the runner.
Return: one worker result with the job digest echoed, source/export hashes, output inventory, inspection and preview identities, and any validation records supplied for the exact exported hash. The host runner owns timeout, process-tree cleanup, pinned Khronos validation, the production GLTFLoader probe, and promotion. Missing or mismatched evidence remains unverified and never becomes a runtime asset.
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.
- today First seen · 37 lines · 24 tokens per session scan A cb38cce651fa
blender-bpy is a skill published in the GitHub repository DanMcInerney/orchflows (53 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 455 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-09-10.
Other skills, from other repositories
pygame-core
Structure a pygame (pygame-ce) game in Python: the init/event/update/draw loop, delta-time movement, Surface/Rect blitting, keyboard/mouse input, and Sprite/Group management with collision. Use when building or debugging a pygame game — when the user mentions pygame, pygame-ce, the game loop, blit, Surface, Rect…
vibeue
Unreal Engine 5 development using the VibeUE Python API. Use when working in Unreal Engine — blueprints, state trees, materials, actors, landscapes, animation, niagara, widgets, sound, foliage, gameplay tags, enhanced input, skeletons, PCG (procedural content generation), and more. VibeUE is an extension of Unreal's…
demo-1-terminal-arcade
Demo skill that builds a colorful, playable terminal Snake game in a single pure-stdlib Python curses file — score HUD, speed ramp, eat/death animations, and a game-over screen.
glyphs-mcp-development
Use this skill to create, extend, or review reusable workspace-first Glyphs Python scripts and Python plug-ins, including general, reporter, filter, palette, select-tool, and file-format plug-ins, while grounding API and template choices in the bundled Glyphs documentation.
unreal-pcg-python
Guide for Unreal Engine 5.x PCG (Procedural Content Generation) Python integration. Covers the PCGPythonInterop plugin, the Execute Python Script node, PCG Python API (PCGComponent, PCGBlueprintElement, PCGSpatialData, PCGPointData), editor automation, custom PCG nodes via Python, and known limitations. Use when the…
use-sparse-set
For sparse data: infinite grids, large spaces with few active elements, membership testing, set operations on coordinates or states.