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 agentmods add skills/batihandev/unity-mcp-skills/materialnpx skills add batihandev/unity-mcp-skills --skill materialgit clone --depth 1 https://github.com/batihandev/unity-mcp-skillsWrote 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/batihandev/unity-mcp-skills/material)<a href="https://agentmods.dev/skills/batihandev/unity-mcp-skills/material"><img src="https://agentmods.dev/badge/skills/batihandev/unity-mcp-skills/material.svg" alt="Measured on agentmods" 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.00022 | $0.02425 |
| Opus 5 | $0.00011 | $0.01213 |
| Sonnet 5 | $0.00004 | $0.00485 |
| Haiku 4.5 | $0.00002 | $0.00243 |
Grade A, and why
unity-material 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 6d 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 — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Unity Material Skills
Overview
BATCH-FIRST: Use
*_batchskills when operating on 2+ objects/materials.
Common Mistakes
DO NOT (common hallucinations):
material_set_metallic/material_set_smoothnessdo not exist → usematerial_set_floatwithpropertyName="_Metallic"or"_Glossiness"(Standard) /"_Smoothness"(URP)material_set_colorr/g/b/a range is 0–1, not 0–255material_set_propertydoes not exist → use the specific setter:material_set_float,material_set_int,material_set_vector,material_set_colormaterial_get_colordoes not exist → usematerial_get_properties(returns all properties including colors)
Routing:
- For shader changes →
material_set_shader(this module) - For texture tiling →
material_set_texture_scale/material_set_texture_offset - Pipeline-specific property names differ: check Render Pipeline Compatibility table in this doc
Object Targeting: Single-object skills accept
name(GameObject name) orpath(material asset path likeAssets/Materials/X.mat). For asset-based operations, preferpath.
Recipe path rule: ../../recipes/material/<command>.md
Skills Overview
| Single Object | Batch Version | Use Batch When |
|---|---|---|
material_create |
material_create_batch |
Creating 2+ materials |
material_assign |
material_assign_batch |
Assigning to 2+ objects |
material_set_color |
material_set_colors_batch |
Setting colors on 2+ objects |
material_set_emission |
material_set_emission_batch |
Setting emission on 2+ objects |
No batch needed:
material_set_texture- Set texturematerial_set_texture_offset/scale- Texture tilingmaterial_set_float/int/vector- Set propertiesmaterial_set_keyword- Enable/disable shader keywordsmaterial_set_render_queue- Set render queuematerial_set_shader- Change shadermaterial_get_properties/keywords- Query propertiesmaterial_duplicate- Duplicate material
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.
- 6d ago First seen · 266 lines · 22 tokens per session scan A 9f6f0c189e5e
unity-material is a skill published in the GitHub repository batihandev/unity-mcp-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 2,425 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.
Other skills, from other repositories
game-opportunity
Rankup 的小游戏机会专项 Skill。用于监测游戏平台 sitemap、发现 24 小时游戏新词、建立多语言关键词需求簇、核对 KD/SERP/近 7 天趋势/独立需求/可玩供给并生成每日决策报告;通用规则和脚本随 Rankup 提交,项目私有结果写进被 Git 忽略的 .rankup/。.
hz-unity-meta-mixed-reality-utility-kit
Meta XR Mixed Reality Utility Kit (MRUK) (com.meta.xr.mrutilitykit) for Unity XR development. Use when working with Scene API data (rooms, walls, floors, furniture), spawning prefabs on scene anchors, placing virtual objects in the real world, world locking to prevent anchor drift, raycasting against room geometry…
hz-vr-debug
Debugs Meta Quest and Horizon OS VR/MR applications using the metavr CLI — view logs, capture screenshots, diagnose common issues. Use when troubleshooting crashes, errors, or unexpected behavior on Quest devices.
reversing-unity-il2cpp
Reverse engineer Unity games and apps built with IL2CPP or Mono, using Il2CppDumper, Il2CppInspector, and dnSpy. Use when an APK or IPA contains global-metadata.dat, libil2cpp.so, UnityFramework, or Assembly-CSharp.dll, when jadx shows only UnityPlayerActivity, or when the target is described as a Unity build.
hz-unity-meta-movement-sdk-retargeting
Set up and tweak Meta Movement SDK (MSDK) retargeting for a character model. Use this whenever the user wants to retarget a humanoid FBX/prefab for Meta Quest body tracking, generate a retargeting config, or hand-edit the resulting .json (fix known-joint mappings, exclude joints from auto-mapping, rename target…
hz-unity-placement
Ensures accurate object placement in Unity projects targeting Meta Quest and Horizon OS by using Renderer and Collider bounds when objects are added, moved, or positioned relative to other objects.