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 agents/creator-hian/claude-code-plugins/unity-developergit clone --depth 1 https://github.com/creator-hian/claude-code-pluginsWhat 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 | $0.00050 | $0.01160 |
| Opus 5 | $0.00025 | $0.00580 |
| Sonnet 5 | $0.00010 | $0.00232 |
| Haiku 4.5 | $0.00005 | $0.00116 |
Grade A, and why
unity-developer 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 3d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
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.
- 3d ago First seen · 172 lines · 50 tokens per session scan A 7d61196d40a4
unity-developer is an agent published in the GitHub repository creator-hian/claude-code-plugins (10 stars, last pushed 4mo ago), with no licence file. It adds 50 tokens to every session and 1,160 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-31.
Other agents, from other repositories
godot-csharp-specialist
The Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms. They ensure clean, performant, type-safe C# that follows .NET and Godot 4 idioms correctly.
godot-csharp-engineer
Use this agent for C#-first Godot 4.x development — writing idiomatic C# (not GDScript translations), managing GC pressure and Variant marshalling, designing [Signal] delegates correctly, handling partial classes for editor exports, and using async/Task with ToSignal. Also use this agent in parity mode to close the C#…
code-simplifier
当用户想要简化、重构或优化 DGame 项目中已有的 C# 代码,以提升可读性、可维护性和性能时使用本 agent。涵盖:消除冗余逻辑、补全中文 XML 注释、优化代码结构、确保符合 DGame 编码规范(m/s 命名、DLogger 日志、UniTask 异步、GameModule 访问、资源与事件收口)。示例:\n\n- User: "这个类太复杂了,帮我简化一下"\n Assistant: "让我使用代码简化助手来分析和优化这段代码。"\n [Uses Agent tool to launch code-simplifier]\n\n- User: "帮我重构这个方法,太多重复逻辑了"\n Assistant…
Unity Developer
Unity engine, C#, ScriptableObjects, ECS, and cross-platform game development.
unity-csharp-developer
Use to implement or review persistent Unity C# code and focused tests, including compile preflight and serialized-field migration checks. Do not use for scene authoring or Play Mode acceptance.
SwiftlyS2-Edit-Fast
Fast execution agent for the SwiftlyS2 / SW2 plugin ecosystem. It is intended for small to medium SwiftlyS2 C#/.NET modification tasks with clear goals and straightforward validation. It must first load the workspace rules and the SwiftlyS2-Toolkit, and it should maximize safe parallel subagent usage to improve…