skills/smithery.ai/gtnh-skill

gtnh-skill

Installation
SKILL.md

GTNH Skill

To gain the proper context about GTNH, we can use the various resources at:

  • ./beginner-faq.md - A basic set of information about GTNH, focusing on beginner-information.
  • ./quest-structure.md - A detailed description of the quest system in GTNH with progression tiers. Good information to have before querying the database.

We can also use the "gtnh-skill.jar" CLI tool to query information. Quests often contain various tutorials and game information as the game progresses, which is largely structured through the quest system itself. By reading quest information and understanding the progression, we can have accurate context about the game.

CLI Tool Usage

java -jar gtnh-skill.jar info  # Show tables and row counts
java -jar gtnh-skill.jar query "SQL_QUERY (SQLite syntax)"
Installs
8
First Seen
Apr 4, 2026
gtnh-skill from smithery.ai