Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

unity-agentic-toolsUnity agentic tools 搜索

Agent Skill

unity-agentic-tools 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

216

周安装

9

GitHub Stars

18

下载量

72
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:unity-agentic-tools(Unity agentic tools 搜索)
来源仓库:https://github.com/taconotsandwich/unity-agentic-tools
仓库路径:skills/unity-agentic-tools
安装命令:
npx skills add https://github.com/taconotsandwich/unity-agentic-tools --skill unity-agentic-tools
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/taconotsandwich/unity-agentic-tools --skill unity-agentic-tools

简介

用于查找、检索和筛选相关信息。

  • 适合根据关键词、任务场景或来源线索快速定位候选结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写。
  • unity-agentic-tools 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Unity Agentic Tools (Umbrella)

CLI: unity-agentic-tools <command>

CRITICAL: Use the CLI for ALL Unity operations. NEVER manually read, edit, write, or grep Unity files (.unity,.prefab,.asset,.mat,.anim,.controller,.meta, ProjectSettings/) using Read, Edit, Write, or Grep tools. NEVER manually edit Unity C# scripts or Editor bridge code. The CLI handles YAML parsing, GUID preservation, and safe editing. Manual file access will break things.

Commands emit structured JSON by default.

Single source of truth routing

This umbrella skill is authoritative for operations that do not require a reachable live editor bridge:

  • read...
  • small in-place update... value edits
  • delete...
  • top-level utilities: search, grep, clone, docs, version, setup, cleanup, status

If the operation requires a reachable live editor bridge, load unity-agentic-editor instead.

Boot sequence

Run unity-agentic-tools setup -p <project> before first use. Run unity-agentic-tools status to check readiness.

  1. unity-agentic-tools --help
  2. unity-agentic-tools status
  3. If first run: unity-agentic-tools setup -p <project>
  4. Use this skill when the operation does not require a reachable live editor bridge. Load unity-agentic-editor when it does.

Read commands (authoritative)

See reference/commands-read.md for full usage and options.

Core usage:

CommandWhat it does
read scene <file>Hierarchy view for .unity / .prefab
read gameobject <file> <object_id>One object, optional component filter
read component <file> <file_id>One component by fileID
read asset <file>Generic Unity YAML asset read
read material <file>Material summary/properties
read reference <file> <file_id>Trace fileID references
read dependencies <file>Outbound GUID dependencies
read dependents <guid>Reverse dependency lookup
read unusedAssets with zero inbound GUID references
read target <file> <name> [type]Build reference string for overrides
read settingsProject settings by alias/name
read build / read scenesBuild settings scene list
read overrides <file> <prefab_instance>Prefab overrides
read script <file> / read scriptsType extraction + registry search
read meta <file>Importer settings
read animation <file> / read animator <file>Animation/Animator inspection
read manifestPackage manifest inspection
read input-actions <file>InputActions inspection

Update commands (authoritative)

See reference/commands-update.md for full usage and options.

This section covers only update operations that do not require a reachable live editor bridge. Top-level update is intentionally limited to in-place value edits such as scalar, color, reference, importer, and default-value changes. Scene / prefab mutation moved to unity-agentic-tools editor invoke UnityAgenticTools.Update.*... under unity-agentic-editor.

Delete commands (authoritative)

See reference/commands-delete.md for full usage and options.

Utilities (authoritative)

See reference/commands-utilities.md for full usage and options.

CommandWhat it does
search <path> [pattern]GameObject search in file or project
grep <pattern>Regex search across project files
clone <file> <object_name>Duplicate GameObject hierarchy
docs <query>Search indexed Unity docs
versionRead Unity version
setupInitialize .unity-agentic state
cleanupRemove .unity-agentic state
statusHealth and configuration report

Workflow rule

Inspect before mutate:

  1. Read target state (read...)
  2. Choose by dependency:

- if the operation does not require a reachable live editor bridge, use unity-agentic-tools - if the operation does require a reachable live editor bridge, use unity-agentic-editor

  1. Re-read and verify (read...)

See reference/workflows.md for end-to-end checklists.

unity-agentic-editor owns the invoke-based bridge surface: editor status, editor invoke, editor console-follow, editor list, editor install, editor uninstall.

Troubleshooting

  • get text/value @hN: @hN is hierarchy ref. get text/get value need UI refs (@uN from ui-snapshot). Use get position/get active/get component for hierarchy refs
  • Editor bridge won't connect: Ensure Unity is open, check editor status, re-run editor install (or editor --project <path> install)
  • scene-open fails: Use Assets-relative path (Assets/Scenes/Main.unity). Run editor invoke UnityEditor.AssetDatabase Refresh first for newly created scenes
  • Loaded edit protection error: If editor is connected and target .unity/.prefab is currently loaded/open, pass --bypass-loaded-protection to force file-based edits

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.32%
按下载量换算28

Claude

31.64%
按下载量换算23

Cursor

17.25%
按下载量换算12

Gemini CLI

9.98%
按下载量换算7

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills