·hytale-npc-ai
</>

hytale-npc-ai

Creating NPCs with AI behavior in Hytale. Covers NPC types, behavior trees, dialogue systems, state machines, pathfinding, and combat AI. Use when creating villagers, merchants, enemies, or any interactive characters.

4Installs·0Trend·@z3nlotus

Installation

$npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai

How to Install hytale-npc-ai

Quickly install hytale-npc-ai AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: z3nlotus/hytale-agent-skills.

SKILL.md

View raw

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

Creating NPCs with AI behavior in Hytale. Covers NPC types, behavior trees, dialogue systems, state machines, pathfinding, and combat AI. Use when creating villagers, merchants, enemies, or any interactive characters. Source: z3nlotus/hytale-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from z3nlotus/hytale-agent-skills

Quick answers

What is hytale-npc-ai?

Creating NPCs with AI behavior in Hytale. Covers NPC types, behavior trees, dialogue systems, state machines, pathfinding, and combat AI. Use when creating villagers, merchants, enemies, or any interactive characters. Source: z3nlotus/hytale-agent-skills.

How do I install hytale-npc-ai?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/z3nlotus/hytale-agent-skills --skill hytale-npc-ai Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/z3nlotus/hytale-agent-skills