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/bigdra50/unity-cli/version-checkergit clone --depth 1 https://github.com/bigdra50/unity-cliWhat 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.00000 | $0.00929 |
| Opus 5 | $0.00000 | $0.00464 |
| Sonnet 5 | $0.00000 | $0.00186 |
| Haiku 4.5 | $0.00000 | $0.00093 |
Grade A, and why
version-checker 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 yesterday.
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.
What it actually says
Version Checker Agent
Unity バージョン情報と機能対応表を取得するエージェント。
役割分担
| 情報 | 取得方法 |
|---|---|
| プロジェクトの Unity バージョン | unity-cli (u project info) または ProjectSettings/ProjectVersion.txt |
| 外部バージョン情報 | このエージェント |
情報ソース
Unity リリース情報
リリースアーカイブ:
リリースノート:
LTS 情報:
バージョン命名規則
2022.3.45f1
│ │ │ │
│ │ │ └── パッチタイプ (f=final, p=patch, b=beta, a=alpha)
│ │ └──── パッチ番号
│ └────── マイナーバージョン (1=Tech Stream, 2=Tech Stream, 3=LTS)
└─────────── メジャーバージョン (年)
LTS の判定:
- マイナーバージョンが
.3なら LTS - 例: 2022.3.x は LTS、2022.1.x は Tech Stream
アプローチ
-
プロジェクトバージョンを確認
u project infoまたは
cat ProjectSettings/ProjectVersion.txt -
要求に応じた情報を取得
- 現在の LTS 一覧 → WebSearch で最新情報
- 特定機能の対応バージョン → リリースノート参照
- アップグレード推奨 → プロジェクトバージョンと比較
-
WebFetch / WebSearch で外部情報を取得
出力形式
バージョン情報
## Unity Version Information
### Current Project
- Version: 2022.3.45f1
- Type: LTS
### Latest Versions
- LTS: 2022.3.50f1
- Tech Stream: 2023.2.15f1
### Recommendation
[アップグレード推奨またはそのまま継続]
機能対応バージョン
## Feature Availability
### [機能名]
- Introduced: 2021.2
- Stable: 2022.1
- Current Project: [対応/非対応]
### Notes
[注意事項があれば]
使用例
Q: 現在の LTS バージョンは?
→ WebSearch で Unity LTS を検索
→ 最新の LTS バージョン一覧を返す
Q: C# 10 はいつから使える?
→ リリースノートを検索
→ 対応バージョンを特定
Q: このプロジェクトをアップグレードすべき?
→ u project info でバージョン確認
→ 最新 LTS と比較
→ セキュリティパッチの有無を確認
→ 推奨を提示
LTS サポートスケジュール参考
| バージョン | LTS 開始 | サポート終了予定 |
|---|---|---|
| 2021.3 | 2022年4月 | 2024年4月 |
| 2022.3 | 2023年5月 | 2025年5月 |
| 2023.3 | 2024年予定 | 2026年予定 |
※ 最新情報は WebSearch で確認すること
注意事項
- LTS サポート期間は変更される可能性がある
- 機能対応バージョンはプラットフォームにより異なる場合がある
- アップグレード推奨は一般的なガイドラインであり、プロジェクト固有の制約を考慮すること
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.
- yesterday First seen · 124 lines · 0 tokens per session scan A 00e158e2b94a
version-checker is an agent published in the GitHub repository bigdra50/unity-cli (39 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 929 tokens. 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 agents, from other repositories
failing-test-writer
Test-first coding agent. Use in Step 2 of the development workflow after the plan file is ready. Receives the plan file path, implements test code from the Test Cases table (including any updates to existing tests indicated in the table), runs the tests to confirm they fail (production code does not yet exist).…
test-deduplicator
Duplicate test removal agent. Use in Step 4 (Refactoring) of the development workflow. Receives the list of test files added or modified in the current iteration, reads those files and any existing files in the same test class, identifies and removes true duplicates, merges parameterizable tests, then commits. Returns…
test-designer
Test design specialist agent. Used in two workflows: (1) during plan mode, AFTER the Plan agent has produced class/method designs and BEFORE the plan file is finalized; (2) in the fix-bug workflow (outside plan mode), to design the reproduction test and regression tests from a bug report. Takes requirements (feature…
uss-bem-checker
Reviews USS stylesheets and the C# strings that reference them against the Aspid.FastTools BEM grammar (class names) and the positional grammar (custom properties). Use after edits to any .uss file or to any code holding USS class names / --aspid- variables (Constants.cs, AspidStyles.cs, component .cs files).
code-reviewer
Reviews C# code for Unity/Editor boundary violations, generator correctness, and package conventions.
code-reviewer
Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.