hytale-custom-entities
✓Create custom entities and NPCs for Hytale with AI behaviors, components, spawning, and animations. Use when asked to "create a custom entity", "add an NPC", "make a mob", "design AI behavior", or "configure entity spawning".
Installation
SKILL.md
Complete guide for defining custom entities with AI, components, spawning, and animations.
| DisplayName | LocalizedString | Entity name | | Model | String | Model asset reference | | Health | Float | Maximum health | | Role | String | AI role reference | | Team | String | Team/faction ID | | Tags | Object | Classification tags |
| MovementSpeed | Float | 1.0 | Base move speed | | BoundingBox | Object | auto | Collision box | | Mass | Float | 1.0 | Physics mass | | Gravity | Float | 1.0 | Gravity multiplier | | CanSwim | Boolean | false | Can swim in water | | CanFly | Boolean | false | Can fly | | StepHeight | Float | 0.5 | Max step-up height |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-entities- Source
- mnkyarts/hytale-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is hytale-custom-entities?
Create custom entities and NPCs for Hytale with AI behaviors, components, spawning, and animations. Use when asked to "create a custom entity", "add an NPC", "make a mob", "design AI behavior", or "configure entity spawning". Source: mnkyarts/hytale-skills.
How do I install hytale-custom-entities?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-entities Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/mnkyarts/hytale-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01