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 ig-shadow-walker/BlenderXAlpha-3DGenSkill --skill alpha-scene-gengit clone --depth 1 https://github.com/ig-shadow-walker/BlenderXAlpha-3DGenSkillWrote 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/ig-shadow-walker/blenderxalpha-3dgenskill/alpha-scene-gen)<a href="https://agentmods.dev/skills/ig-shadow-walker/blenderxalpha-3dgenskill/alpha-scene-gen"><img src="https://agentmods.dev/badge/skills/ig-shadow-walker/blenderxalpha-3dgenskill/alpha-scene-gen/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/ig-shadow-walker/blenderxalpha-3dgenskill/alpha-scene-gen"><img src="https://agentmods.dev/badge/skills/ig-shadow-walker/blenderxalpha-3dgenskill/alpha-scene-gen.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.00284 | $0.04812 |
| Opus 5 | $0.00142 | $0.02406 |
| Sonnet 5 | $0.00057 | $0.00962 |
| Haiku 4.5 | $0.00028 | $0.00481 |
Grade A, and why
alpha-scene-gen scanned grade A with 1 finding 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
completed `get_job`; for a `reuse` asset it comes from `fetch(id)`. The How it starts
The opening of the file, as written. The whole thing — 344 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Alpha3D Scene Generator (for Blender)
Turns a plain-language scene or asset description into real, AI-generated 3D models, placed and scaled correctly inside the user's currently open Blender file. You are the orchestrator: your 3D provider's MCP connector does the AI generation, the Blender MCP connector does the placement, and you do the scene reasoning that ties them together, deciding what to generate, how big it should be, where it goes, and (by actually looking at the result) whether it landed right.
Three files carry the parts of this skill that are pure mechanism rather than judgment, so you don't have to re-derive them each time:
references/providers/<provider>.md: the adapter for your chosen 3D provider (alpha3d,tripo, ormeshy). Each maps that provider's MCP tools to the workflow's primitives. Read the one that matchesprovider.json(see "Which 3D provider" below).references/blender_helpers.md: proven Python (download, sanitize, import, normalize, place, and render a view so you can see the scene) to adapt inside yourexecute_blender_codecalls. The sanitize step in particular fixes a real, previously-debugged Blender import failure. Don't skip it or try to reinvent it.references/troubleshooting.md: what to do when a specific thing goes wrong (bridge disconnected, malformed GLB, job errored, insufficient credits).
Which 3D provider (read this first)
This skill works with one configured 3D-generation provider. Before anything else, determine which one:
- Read
provider.jsonin this skill's own folder (next to this SKILL.md). Itsprovidervalue is one ofalpha3d(default),tripo, ormeshy. If the file is missing or unreadable, default toalpha3d; if that provider's MCP is not connected but a different one is, tell the user which is connected and ask which to use. - Read the matching adapter,
references/providers/<provider>.md. Each maps that provider's real MCP tools to the four primitives this workflow needs: generate (text/image to a job), poll (job status), download URL (a GLB), and balance (credits, if the provider exposes it), plus refinement and reuse.
What ships with it
6 files 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.
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.
- 10d ago First seen · 344 lines · 284 tokens per session scan A 4281d9837c6d
alpha-scene-gen is a skill published in the GitHub repository ig-shadow-walker/BlenderXAlpha-3DGenSkill (25 stars, last pushed 1mo ago), licensed MIT. It adds 284 tokens to every session and 4,812 once invoked, about $0.0014 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
blender-director
Use when starting any Blender asset task, planning a production pipeline, coordinating multiple disciplines, or matching a reference photo/concept art. Invoke for game-ready assets, hard surface, environment, character, creature, export, or any multi-skill Blender workflow.
hard-surface
AAA hard surface modeling for sci-fi, industrial, military, vehicles, weapons, robotics, and mechanical props. Use for boolean/bevel workflows, panel lines, greebles, chamfers, and manufacturing-accurate surfaces in Blender via MCP.
environment-artist
AAA environment art for modular kits, buildings, terrain, vegetation, architecture, and scene composition. Use for game-optimized environments, storytelling through space, and modular asset pipelines in Blender via MCP.
export-pipeline
Production export from Blender to FBX, GLTF, OBJ, USD, and Alembic with scale, pivot, rotation, normals, materials, animation, and collision verification via MCP.
horror-style
Psychological horror art direction for Blender assets inspired by Silent Hill, Resident Evil, Chilla's Art, Fear to Fathom, and Iron Lung. Use for sparse industrial environments, analog aesthetics, and tension-driven lighting.
animation
Game-ready animation in Blender including walk/run/idle cycles, combat, mechanical animation, camera animation, constraints, Graph Editor, and NLA workflows via MCP.