📦
AI EngineeringC#

Asset Data Reader

by IvanMurzak

Asset Data Reader is an AI Engineering skill for Claude Code, published by IvanMurzak in Unity-MCP.

3.9K stars355 forkson IvanMurzak/Unity-MCPAdded 2026/08/16Repository updated 2026/08/16
aiai-integrationanthropicclaudeclaude-codeclaude-desktopclicopilotcursorgame-developmentgamedevgeminillmmcpmcp-servermodel-context-protocolopenaiunitywindsurf
Install in seconds
Install Asset Data Reader
Copy Asset Data Reader into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/assets-get-data ~/.claude/skills/assets-get-data

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/IvanMurzak/Unity-MCP.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
Unity-MCP-Plugin/.claude/skills/assets-get-data/SKILL.md in IvanMurzak/Unity-MCP
Installs to
~/.claude/skills/assets-get-data
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Asset Data Reader does

Asset Data Reader retrieves serializable fields and properties from a Unity asset file. Use it when an agent needs to inspect a Material, ScriptableObject, Prefab, or other asset in a Unity project.

Asset Data Reader is cataloged under AI Engineering on DirSkills. Asset Data Reader comes from a repository tagged ai, ai-integration, anthropic, claude and claude-code.

Documentation

README

Assets / Get Data

Get asset data from the asset file in the Unity project. It includes all serializable fields and properties of the asset. Use 'assets-find' tool to find asset before using this tool.

Path-scoped reads (token-saving)

Supply paths (a list of paths) to read only the listed fields/elements via Reflector.TryReadAt, or viewQuery (a ViewQuery) to navigate to a subtree and/or filter by name regex / max depth / type via Reflector.View. These two parameters are mutually exclusive — supply at most one. When neither is supplied the full asset is serialized (backwards compatible).

This is the opening of the README. Read the full README on GitHub.

Commands Asset Data Reader provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /unity-initial-setup

Frequently asked about Asset Data Reader

  • What else does IvanMurzak publish alongside Asset Data Reader?

    Asset Data Reader is one of 25 skills that DirSkills catalogs from IvanMurzak/Unity-MCP, the repository it ships in. Its siblings there include Asset Finder, Asset Modification and Assets Copy. Each one is a separate skill with its own page in this directory, installs the same way Asset Data Reader does, and is maintained by IvanMurzak in that same repository. The rest of the collection is listed on the IvanMurzak/Unity-MCP page.

  • How does Asset Data Reader compare to other AI Engineering skills?

    Asset Data Reader ranks #563 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Asset Data Reader against them. Open each page to compare what they document and how they install.

More from IvanMurzak/Unity-MCP

Asset Data Reader is one of 25 skills cataloged on DirSkills from IvanMurzak/Unity-MCP.

See all 25 skills