·hytale-custom-items
</>

hytale-custom-items

mnkyarts/hytale-skills

Create custom items for Hytale including tools, weapons, armor, consumables, and special items. Use when asked to "add a custom item", "create a weapon", "make armor", "add a tool", or "create consumable items".

13Installs·1Trend·@mnkyarts

Installation

$npx skills add https://github.com/mnkyarts/hytale-skills --skill hytale-custom-items

SKILL.md

Complete guide for defining custom items with tools, weapons, armor, and special abilities.

Items are defined as JSON assets in your plugin's asset pack:

| DisplayName | LocalizedString | - | Localized item name | | Description | LocalizedString | - | Localized description | | Parent | String | - | Inherit from another item | | Icon | String | - | Icon texture path | | Model | String | - | 3D model for held item | | MaxStack | Integer | 64 | Maximum stack size |

Create custom items for Hytale including tools, weapons, armor, consumables, and special items. Use when asked to "add a custom item", "create a weapon", "make armor", "add a tool", or "create consumable items". Source: mnkyarts/hytale-skills.

View raw

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-items
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is hytale-custom-items?

Create custom items for Hytale including tools, weapons, armor, consumables, and special items. Use when asked to "add a custom item", "create a weapon", "make armor", "add a tool", or "create consumable items". Source: mnkyarts/hytale-skills.

How do I install hytale-custom-items?

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