unity-gameobject
Installation
SKILL.md
Before calling any skill in this module: if you are about to call a skill with parameters guessed from its name or description, STOP — read this file (or fetch its schema via
GET /skills/recommend?includeSchema=true) first. If you already have the parameter definitions from recommend/schema, you may proceed straight to dryRun.
Triggers
- Building or restructuring scene hierarchy
- Spawning or removing objects
- Adjusting transforms
- 搭建或调整场景层级、新建或删除物体、修改 Transform
Unity GameObject Skills
BATCH-FIRST: Use
*_batchskills when operating on 2+ objects to reduce API calls from N to 1.
Operating Mode
- Approval:本模块多为
SkillMode.FullAuto,调用需用户 grant;grant 后服务端一步执行并返结果。 - Auto / Bypass:直接执行。
- 含 NeverInSemi 高危 skill:
gameobject_delete/gameobject_delete_batch(标记 Operation.Delete)。这些在 Approval/Auto 下返MODE_FORBIDDEN,仅 Bypass 或用户 Allowlist 命中可调。