unity-tuanjie-ai

unity-tuanjie-ai is a skill for Claude Code from dcc-mcp/dcc-mcp-unity. It costs 66 tokens per session (429 once invoked), scanned A, original, MIT.

A domain-specific guide for using AI asset generators installed in Tuanjie Editor, a Unity-related development environment. It covers assets such as images, sprites, 3D models, materials, audio, video, and terrain.

In plain words
What is it for?
Use it for Tuanjie image, sprite, 3D, material, audio, video, terrain, or session-asset tasks.
Why use it?
It explains how to find and call the installed generators through their required tool interface and how to handle generated assets safely.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it for Tuanjie image, sprite, 3D, material, audio, video, terrain, or session-asset tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai
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 dcc-mcp/dcc-mcp-unity --skill unity-tuanjie-ai
Clone the repo
git clone --depth 1 https://github.com/dcc-mcp/dcc-mcp-unity

Made for: Claude Code.

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 unity-tuanjie-ai

README.md
[![agentmods](https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai/github.svg)](https://agentmods.dev/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai)
Your own site
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai/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 unity-tuanjie-ai

Your own site · 80×15
<a href="https://agentmods.dev/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai"><img src="https://agentmods.dev/badge/skills/dcc-mcp/dcc-mcp-unity/unity-tuanjie-ai.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00066 $0.00429
Opus 5 $0.00033 $0.00215
Sonnet 5 $0.00013 $0.00086
Haiku 4.5 $0.00007 $0.00043

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

Security

Grade A, and why

unity-tuanjie-ai 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/execute_tuanjie_ai.py, scripts/inspect_tuanjie_ai.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

src/dcc_mcp_unity/skills/unity-tuanjie-ai/SKILL.md · 36 lines

What it actually says

Tuanjie AI

Call inspect_tuanjie_ai first and execute only a tool name returned by that fresh result. Read its tool_descriptions entry for provider-owned parameter, default, and recovery guidance; a null entry means that a manually registered tool did not publish a native description. The adapter delegates to the installed Tuanjie package; it does not copy its HTTP client, credentials, credit rules, downloads, or recovery logic. Tuanjie/Codely sign-in and sufficient credits remain host prerequisites. The official cn.tuanjie.ai.generators package is optional: other plugins can extend this Skill by registering valid tools with the bridge's native CustomTool contract.

Generation can spend credits and import or replace project assets. Pass the current agent session identifier when the native tool supports session_id, then poll with the matching native status tool. Do not retry a timed-out submission: inspect native task/session state first. Verify generated assets and their usage terms before shipping them.

Files

What ships with it

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

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. 11d ago First seen · 36 lines · 66 tokens per session scan A 5ec367ea1a52

Subscribe to this mod's changes

unity-tuanjie-ai is a skill published in the GitHub repository dcc-mcp/dcc-mcp-unity (0 stars, last pushed 4d ago), licensed MIT. It adds 66 tokens to every session and 429 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.

Related

Other skills, from other repositories

unreal-playtest-agent

Domain skill - run screenshot-light PIE playtest episodes with structured entity observations, bounded semantic actions, transition polling, and in-memory traces for QA and external policy or RL runners.

dcc-mcp/dcc-mcp-unreal · 41 tokens

unreal-pie

Domain skill - Unreal Engine Play-In-Editor (PIE) closed-loop verification. Provides PIE lifecycle control (enter/pause/resume/exit), controlled input injection (no OS dependency), viewport screenshot capture, output log snapshot, performance sampling, and Automation Test execution with async job polling. Use for…

dcc-mcp/dcc-mcp-unreal · 74 tokens

unreal-cinematics

Domain skill — Sequencer shot and keyframe orchestration, camera cut tracks, and Movie Render Queue job setup. Use when creating or editing Level Sequences, authoring camera animation, or preparing an MRQ job in Unreal Engine 5. Not for Blueprint scripting (unreal-blueprints) or runtime playback (unreal-runtime).

dcc-mcp/dcc-mcp-unreal · 72 tokens

unreal-fab-assets

Acquire free Fab marketplace content through Unreal Engine's official Fab integration, then verify the imported Content Browser assets. Use when the user asks to find, download, add, or import Fab or Unreal Marketplace assets. Not for arbitrary file imports - use unreal-assets instead.

dcc-mcp/dcc-mcp-unreal · 58 tokens

unreal-metasound

Unreal Engine MetaSound Source authoring through the reflected Builder API: create sources, add typed inputs and exact registered nodes, connect opaque vertex handles, set defaults, inspect nodes, build, save, and validate. Use for procedural audio graphs in Unreal Engine 5.4+. Not for arbitrary asset management or…

dcc-mcp/dcc-mcp-unreal · 72 tokens

unreal-umg

Domain skill — UMG Widget Blueprint authoring for Unreal Engine 5.4+: create widget blueprints, manage widget hierarchies, configure slot layouts, bind events, and author UMG animations. Complements unreal-blueprints (general BP editing) with UMG-specialized widget, slot, animation, and event-binding operations. Not…

dcc-mcp/dcc-mcp-unreal · 87 tokens