Borrowing it
Nothing to install: this file belongs to jasonjgardner/blockbench-mcp-project. 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/jasonjgardner/blockbench-mcp-project/main/.claude/skills/blockbench-hytale/SKILL.mdgit clone --depth 1 https://github.com/jasonjgardner/blockbench-mcp-projectWrote 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/jasonjgardner/blockbench-mcp-project/blockbench-hytale)<a href="https://agentmods.dev/skills/jasonjgardner/blockbench-mcp-project/blockbench-hytale"><img src="https://agentmods.dev/badge/skills/jasonjgardner/blockbench-mcp-project/blockbench-hytale/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/jasonjgardner/blockbench-mcp-project/blockbench-hytale"><img src="https://agentmods.dev/badge/skills/jasonjgardner/blockbench-mcp-project/blockbench-hytale.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
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.00058 | $0.01715 |
| Opus 5 | $0.00029 | $0.00857 |
| Sonnet 5 | $0.00012 | $0.00343 |
| Haiku 4.5 | $0.00006 | $0.00171 |
Grade A, and why
blockbench-hytale 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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 241 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Blockbench Hytale
Create models for Hytale using Blockbench with the Hytale plugin.
Prerequisite: Hytale plugin must be installed in Blockbench.
Available Tools
Format & Validation
| Tool | Purpose |
|---|---|
hytale_get_format_info |
Get format type, block size, node count |
hytale_validate_model |
Check against Hytale constraints |
Cube Properties
| Tool | Purpose |
|---|---|
hytale_set_cube_properties |
Set shading_mode, double_sided |
hytale_get_cube_properties |
Get Hytale cube properties |
hytale_set_cube_stretch |
Set stretch values [x, y, z] |
hytale_get_cube_stretch |
Get stretch values |
hytale_create_quad |
Create 2D plane with normal |
Attachments
| Tool | Purpose |
|---|---|
hytale_list_attachments |
List attachment collections |
hytale_set_attachment_piece |
Mark group as attachment piece |
hytale_list_attachment_pieces |
List all piece groups |
Animation
| Tool | Purpose |
|---|---|
hytale_create_visibility_keyframe |
Toggle bone visibility in animation |
hytale_set_animation_loop |
Set loop mode (loop/hold/once) |
Resources
| Resource | URI | Purpose |
|---|---|---|
| hytale-format | hytale://format |
Format info |
| hytale-attachments | hytale://attachments/{id} |
Attachment collections |
| hytale-pieces | hytale://pieces/{id} |
Attachment pieces |
| hytale-cubes | hytale://cubes/{id} |
Cubes with Hytale properties |
Prompts
| Prompt | Arguments | Purpose |
|---|---|---|
hytale_model_creation |
format_type | Character/prop modeling guide |
hytale_animation_workflow |
animation_type | Animation creation guide |
hytale_attachments |
- | Attachments system guide |
Hytale Formats
| Format | Block Size | Use Case |
|---|---|---|
hytale_character |
64px | Humanoids, creatures |
hytale_prop |
32px | Items, weapons, decorations |
Constraints
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 · 241 lines · 58 tokens per session scan A 43ce6f039385
blockbench-hytale is a skill published in the GitHub repository jasonjgardner/blockbench-mcp-project (15 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 58 tokens to every session and 1,715 once invoked, about $0.0003 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-30.
Other skills, from other repositories
ashfox
Create, refine, animate, and visually review Minecraft-style block and pixel assets in the ashfox Web Workbench. Use for ashfox modeling and export preparation, not repository development or direct Blockbench editing.
blockbench-mcp-modeling
Build high-quality Minecraft / GeckoLib / Bedrock models, textures and animations in Blockbench through the BlockbenchMCP server (the mcpblockbench tools). Use whenever the user asks to create, model, texture, rig, retexture or animate a creature, character, mob, weapon, prop or item in Blockbench, wants to match a…
img2blockbench
Reconstruct a Minecraft-style creature, character, prop, or vehicle concept as a native Blockbench model using an optional provider-selected 3D mesh, agent vision, and deterministic compilation. Use when Codex should turn PNG, JPEG, or WebP artwork, optionally accompanied by a textured GLB or GLTF from any image-to-3D…
gameobject-component-destroy
Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.
unity-version-split
Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).
godot-signals-groups
Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…