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 killop/puerts-unity-mcp --skill install-puerts-for-unitygit clone --depth 1 https://github.com/killop/puerts-unity-mcpWrote 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/killop/puerts-unity-mcp/install-puerts-for-unity)<a href="https://agentmods.dev/skills/killop/puerts-unity-mcp/install-puerts-for-unity"><img src="https://agentmods.dev/badge/skills/killop/puerts-unity-mcp/install-puerts-for-unity/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/killop/puerts-unity-mcp/install-puerts-for-unity"><img src="https://agentmods.dev/badge/skills/killop/puerts-unity-mcp/install-puerts-for-unity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 210 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00044 | $0.03257 |
| Opus 5 | $0.00022 | $0.01629 |
| Sonnet 5 | $0.00009 | $0.00651 |
| Haiku 4.5 | $0.00004 | $0.00326 |
Grade A, and why
Install PuerTS for Unity scanned grade A with 1 finding 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 9d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
### 7.1 `curl` on Windows is an alias for `Invoke-WebRequest` — use different flags How it starts
The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Install PuerTS for Unity
This skill guides you through downloading and installing PuerTS packages into a Unity project.
⚠️ Important: Always ask the user which PuerTS version they want to install if they haven't specified one. The version number follows the Core package's version (e.g.,
3.0.2).
1. Release Page & Version
- The release download page URL pattern is:
For example:https://github.com/Tencent/puerts/releases/tag/Unity_v{VERSION}https://github.com/Tencent/puerts/releases/tag/Unity_v3.0.2
⚠️ Important — Version Numbers Inside Archives: The version number in the release page URL (e.g.,
Unity_v3.0.2) is based on the Core package version. However, the version numbers inside each.tar.gzfilename may differ — each package follows its own versioning cadence. You may need to download/parse the release page HTML to determine the exact filenames available.
2. Available Packages
Each release page may contain the following .tar.gz archives, each corresponding to a UPM package:
| Archive File | UPM Package | Has Native Plugins | Always Available |
|---|---|---|---|
PuerTS_Core_{ver}.tar.gz |
com.tencent.puerts.core |
✅ Yes | ✅ Yes |
PuerTS_Lua_{ver}.tar.gz |
com.tencent.puerts.lua |
✅ Yes | ✅ Yes |
PuerTS_Nodejs_{ver}.tar.gz |
com.tencent.puerts.nodejs |
✅ Yes | ✅ Yes |
PuerTS_Python_{ver}.tar.gz |
com.tencent.puerts.python |
✅ Yes | ✅ Yes |
PuerTS_Quickjs_{ver}.tar.gz |
com.tencent.puerts.quickjs |
✅ Yes | ✅ Yes |
PuerTS_V8_{ver}.tar.gz |
com.tencent.puerts.v8 |
✅ Yes | ✅ Yes |
PuerTS_Webgl_{ver}.tar.gz |
com.tencent.puerts.webgl |
❌ No | ✅ Yes |
PuerTS_Agent_{ver}.tar.gz |
com.tencent.puerts.agent |
❌ No | ❌ Not every release |
PuerTS_MCP_{ver}.tar.gz |
com.tencent.puerts.mcp |
❌ No | ❌ Not every release |
Notable Package Features
com.tencent.puerts.agent: Provides an Agent framework for building LLM agents, and also includes an Agent-based Editor Assistant for Unity.com.tencent.puerts.mcp: Provides an MCP (Model Context Protocol) framework, and also includes an MCP-based Editor Assistant for Unity.
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.
- 9d ago First seen · 261 lines · 44 tokens per session scan A c1df79f6cc53
Install PuerTS for Unity is a skill published in the GitHub repository killop/puerts-unity-mcp (81 stars, last pushed 1mo ago), licensed MIT. It adds 44 tokens to every session and 3,257 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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).
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.
unity-manual-component
Manually add, configure, reorder, and copy components on GameObjects using Unity Editor UI. For one-off Inspector workflows that do not need REST automation.