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 skills add sechiro/VRCUdonSkills-for-Codex --skill vrc-udon-core-modulegit clone --depth 1 https://github.com/sechiro/VRCUdonSkills-for-CodexWrote 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/sechiro/vrcudonskills-for-codex/vrc-udon-core-module)<a href="https://agentmods.dev/skills/sechiro/vrcudonskills-for-codex/vrc-udon-core-module"><img src="https://agentmods.dev/badge/skills/sechiro/vrcudonskills-for-codex/vrc-udon-core-module/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/sechiro/vrcudonskills-for-codex/vrc-udon-core-module"><img src="https://agentmods.dev/badge/skills/sechiro/vrcudonskills-for-codex/vrc-udon-core-module.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.00130 | $0.00704 |
| Opus 5 | $0.00065 | $0.00352 |
| Sonnet 5 | $0.00026 | $0.00141 |
| Haiku 4.5 | $0.00013 | $0.00070 |
Grade A, and why
vrc-udon-core-module 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.
What it actually says
VRC Udon Core Module
役割
VRChat UdonSharp の再利用可能な基本モジュールを組み立てる。特に Builder First、Runtime / Editor 分離、project-owned な仕様書整備を前提にした初期構成を作る。
この Skill を最初に使う場面
- 新しい UdonSharp モジュールを切り出す
- Builder と Runtime の責務を分けたい
- 外部プロジェクトへ持ち出せる基本骨格を作りたい
この Skill を使わない場面
- 文書雛形だけを先に配りたい場合:
vrc-udon-project-docs - ネットワーク仕様だけを決めたい場合:
vrc-udon-networking-rules - Persistence の方式選定だけをしたい場合:
vrc-udon-persistence-sync
進め方
- 最初に
references/core-rules.mdを読む。 - Builder を含む構成を作る場合は
references/module-workflow.mdも読む。 - まず責務を分ける。
- Runtime は
Scripts/またはRuntime/ - Editor 拡張は
Editor/ - プロジェクト固有仕様は
docs/
- Runtime は
- 導入先に基本文書が無い場合は
$vrc-udon-project-docsを併用する。 - Sync、Ownership、Network Event、Late Joiner、Persistence が絡む場合は
$vrc-udon-networking-rulesを併用する。 - Builder First を維持する。
- Runtime の UdonSharpBehaviour は小さく保つ。
- 他プロジェクトへ配布する前提でも、プロジェクト固有要件は project-owned ドキュメントに逃がす。
担当範囲
- モジュールの基本構成決定
- Builder の責務分離
- Runtime の責務分離
- 文書の最低ライン整理
- 外部プロジェクトへ持ち出す前提の骨格化
担当しない範囲
- Udon の個別ロジックを詳細実装すること
- Unity MCP など個別機能の Runtime 実装を直接決め打ちすること
- imported 資料の永続運用を常設前提にすること
- ネットワーク仕様を単独で確定すること
What ships with it
3 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.
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 · 52 lines · 130 tokens per session scan A 1a0cc16fd516
vrc-udon-core-module is a skill published in the GitHub repository sechiro/VRCUdonSkills-for-Codex (58 stars, last pushed 4mo ago), licensed MIT. It adds 130 tokens to every session and 704 once invoked, about $0.0006 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
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…
unity-addressables
Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).
motion
How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.
playtest-report
Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.