Install PuerTS for Unity

Install PuerTS for Unity is a skill for Claude Code, Codex from killop/puerts-unity-mcp. It costs 44 tokens per session (3,257 once invoked), scanned A, original, MIT.

An installation guide for PuerTS, a system that lets Unity projects use TypeScript or JavaScript, through Unity Package Manager packages. It covers choosing a version, package dependencies, downloads, archive extraction, Git installation, and Editor Assistant setup.

In plain words
What is it for?
Use it to install PuerTS packages in Unity from downloaded archives or Git URLs, select the correct release, and configure the Editor Assistant.
Why use it?
It clarifies which release and package versions to use and helps avoid installation failures caused by dependencies or mismatched archive names.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to install PuerTS packages in Unity from downloaded archives or Git URLs, select the correct release, and configure the Editor Assistant.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/killop/puerts-unity-mcp/install-puerts-for-unity
Install

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.

Any agent
npx skills add killop/puerts-unity-mcp --skill install-puerts-for-unity
Clone the repo
git clone --depth 1 https://github.com/killop/puerts-unity-mcp

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for Install PuerTS for Unity

README.md
[![agentmods](https://agentmods.dev/badge/skills/killop/puerts-unity-mcp/install-puerts-for-unity/github.svg)](https://agentmods.dev/skills/killop/puerts-unity-mcp/install-puerts-for-unity)
Your own site
<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.

agentmods 80×15 button for Install PuerTS for Unity

Your own site · 80×15
<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>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,257 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 9d ago against content hash c1df79f6cc53, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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
third_party/puerts/unity/skills/install-puerts-for-unity/SKILL.md · 261 lines

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:
    https://github.com/Tencent/puerts/releases/tag/Unity_v{VERSION}
    
    For example: 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.gz filename 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.

Read the full file on GitHub · 261 lines

Changes

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.

  1. 9d ago First seen · 261 lines · 44 tokens per session scan A c1df79f6cc53

Subscribe to this mod's changes

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.