Borrowing it
Nothing to install: this file belongs to aegntic/cldcde. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/aegntic/cldcde/main/.claude/skills/blender-3d-studio/SKILL.mdgit clone --depth 1 https://github.com/aegntic/cldcdeWrote 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/aegntic/cldcde/blender-3d-studio)<a href="https://agentmods.dev/skills/aegntic/cldcde/blender-3d-studio"><img src="https://agentmods.dev/badge/skills/aegntic/cldcde/blender-3d-studio/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/aegntic/cldcde/blender-3d-studio"><img src="https://agentmods.dev/badge/skills/aegntic/cldcde/blender-3d-studio.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.00052 | $0.03651 |
| Opus 5 | $0.00026 | $0.01826 |
| Sonnet 5 | $0.00010 | $0.00730 |
| Haiku 4.5 | $0.00005 | $0.00365 |
Grade B, and why
Blender 3D Animation Studio scanned grade B with 2 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 9d 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.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
response = requests.post('http://localhost:8080/convert', json={ Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
response = requests.post('http://localhost:8080/convert', json={ How it starts
The opening of the file, as written. The whole thing — 551 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blender 3D Animation Studio
Overview
Professional-grade Blender automation system that transforms 2D assets into 3D animations with MCP server integration for seamless workflow automation and rendering pipeline management.
Prerequisites
- Blender 4.0+ installed and accessible via command line
- Python 3.10+ for scripting and MCP server
- Sufficient GPU/CPU resources for rendering
- Image/video source files for 2D-to-3D conversion
What This Skill Does
- 2D-to-3D Transformation: Convert images and drawings into 3D models
- Procedural Animation: Generate complex animations with physics and constraints
- Render Farm Management: Distributed rendering across multiple machines
- MCP Integration: Server-based automation for multi-platform workflows
- Asset Pipeline: Automated import, processing, and optimization
- Quality Control: Automated testing and validation of 3D assets
Quick Start (60 seconds)
Automated 2D-to-3D Conversion
# Transform any image into 3D model
./scripts/2d-to-3d.sh --input image.jpg --output model.blend
# Generates:
# - 3D mesh from image depth/extrusion
# - Automatic UV unwrapping and texturing
# - Optimized geometry for animation
# - Scene setup with lighting and camera
One-Click Animation Pipeline
# Create animated scene from static image
./scripts/animate-from-2d.sh --input logo.png --animation-type spin
# Output includes:
# - Keyframed animation (30 seconds, 30fps)
# - Camera movements and lighting
# - Material and texture animations
# - Render-ready .blend file
MCP Server Launch
# Start Blender automation MCP server
./scripts/start-mcp-server.sh
# Enables:
# - API access to Blender functions
# - Cross-platform integration
# - Remote rendering capabilities
# - Automated workflow orchestration
Configuration
Studio Setup
Edit resources/studio-config.json:
{
"blender_path": "/usr/local/bin/blender",
"render_engine": "cycles",
"output_quality": "high",
"frame_rate": 30,
"resolution": [1920, 1080],
"samples": 128,
"max_bounces": 8,
"use_denoising": true,
"color_space": "sRGB",
"file_format": "PNG"
}
What ships with it
18 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.
- convert-infinity.py 5.8 KB runs code
- create-animation.py 4.7 KB runs code
- demo-conversion-result.md 6.2 KB
- infinity_3d_animated.blend 1639 KB
- infinity_3d.blend 1510 KB
- infinity_symbol.png 22 KB
- minimal-convert.py 6.1 KB runs code
- README.md 5.2 KB
- resources/studio-config.json 680 B
- resources/templates/logo-reveal.template 1.5 KB
- scripts/2d-to-3d.sh 20 KB runs code
- scripts/generate-animation.sh 17 KB runs code
- scripts/queue-render.sh 17 KB runs code
- scripts/start-mcp-server.sh 26 KB runs code
- simple-convert.py 6.5 KB runs code
- test-conversion.sh 6.7 KB runs code
- visualization-guide.md 4.8 KB
- working-convert.py 6.6 KB runs code
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.
- 9d ago First seen · 551 lines · 52 tokens per session scan B 78a6b257432a
Blender 3D Animation Studio is a skill published in the GitHub repository aegntic/cldcde (11 stars, last pushed 12d ago), licensed MIT. It adds 52 tokens to every session and 3,651 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, 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
lab-qc-presentation-theme
Use when creating or restyling German HTML/CSS/JS presentations for chemical production quality-control laboratory audiences: laboratory technicians, scientists, and/or quality-control teamleaders. Reproduces a modern professional green laboratory theme while regenerating content only from the current source material.
rockstar-agent
Helps users create GTA V-style videos in the Rockstar Games aesthetic — from concept to camera-ready.
cod-ultimate-thumbnail
The master workflow for Jamey "Quix". Transforms CoD screenshots into 3D Blender-style renders, composites them onto backgrounds, and applies a heavy YouTube thumbnail enhancement stack focused on weapon sharpness and vibrant (but controlled) environments.
hono-core
Hono ultrafast web framework fundamentals - routing, context, handlers, and response patterns for multi-runtime deployment.
sprite-atlas-builder
Sprite atlas pipeline. Use for sprites, tilesets, textures, asset sheets, extraction, curation, and QA.
scriptwriter-room
Focused on writers' room operations — creating rooms with a seed prompt, contributing signed scenes/dialogue/stage-directions/twists/chaos-cards/notes, subscribing to the SSE live stream, polling for new contributions. Use when the user wants to actually draft something with peers, draw a chaos card to seed a scene…