什么是 hytale-npc-ai?
在 Hytale 中创建具有 AI 行为的 NPC。涵盖NPC类型、行为树、对话系统、状态机、寻路、战斗AI。在创建村民、商人、敌人或任何互动角色时使用。 来源:z3nlotus/hytale-agent-skills。
在 Hytale 中创建具有 AI 行为的 NPC。涵盖NPC类型、行为树、对话系统、状态机、寻路、战斗AI。在创建村民、商人、敌人或任何互动角色时使用。
通过命令行快速安装 hytale-npc-ai AI 技能到你的开发环境
来源:z3nlotus/hytale-agent-skills。
| Passive | Wanders, flees from danger | Villagers, animals | | Neutral | Ignores unless provoked | Guards, merchants | | Hostile | Actively attacks players | Monsters, enemies | | Companion | Follows and assists player | Pets, allies |
| Selector | Try children until one succeeds | | Sequence | Run all children in order | | Condition | Check if something is true | | Action | Do something |
| avoidWater | Don't path through water | | avoidDanger | Avoid hostile areas | | maxDistance | Limit path length | | canOpenDoors | Allow door navigation |
在 Hytale 中创建具有 AI 行为的 NPC。涵盖NPC类型、行为树、对话系统、状态机、寻路、战斗AI。在创建村民、商人、敌人或任何互动角色时使用。 来源:z3nlotus/hytale-agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai在 Hytale 中创建具有 AI 行为的 NPC。涵盖NPC类型、行为树、对话系统、状态机、寻路、战斗AI。在创建村民、商人、敌人或任何互动角色时使用。 来源:z3nlotus/hytale-agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/z3nlotus/hytale-agent-skills