curseforge-maven

Add CurseForge mods as Maven dependencies for Hytale projects.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill curseforge-maven-xdinkyx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curseforge-maven
Source: https://github.com/xDinkyx/Hytale-Colonies-Plugin/tree/main/.github/skills/curseforge-maven
Command: npx skills add https://github.com/xDinkyx/Hytale-Colonies-Plugin --skill curseforge-maven-xdinkyx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of integrating mods from CurseForge into Hytale projects by automatically adding them as Maven dependencies.

Core Features & Use Cases

  • Automated Dependency Management: Adds CurseForge mods directly to your Maven pom.xml.
  • Repository Configuration: Configures the necessary CurseForge Maven repository.
  • Authentication Support: Handles authentication using environment variables for secure access.
  • Use Case: When developing a Hytale mod that relies on another mod from CurseForge, use this Skill to quickly add the dependency without manually parsing version numbers or repository URLs.

Quick Start

Use the curseforge-maven skill to add the mod from 'https://www.curseforge.com/hytale/mods/my-cool-mod' with the latest file name 'MyCoolMod-1.0.0-release-universal.jar'.

Frequently Asked Questions about curseforge-maven

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add a CurseForge mod as a Maven dependency in a Hytale project?

To add a CurseForge mod as a Maven dependency, provide the mod's CurseForge URL and the latest file name, which automatically configures the CurseForge Maven repository in your pom.xml.

How does CurseForge Maven authentication work for build automation?

CurseForge Maven authentication works by using the CURSE_USER and CURSE_TOKEN environment variables to securely authorize access to the CurseForge Maven repository during your build process.

Can I use CurseForge Maven for Hytale modding without manually parsing version numbers?

Yes, you can use it for Hytale modding without manually parsing version numbers by supplying the CurseForge mod URL and the specific universal jar file name to automate dependency management.

What is the best way to configure the CurseForge Maven repository for automated builds?

The best way to configure the CurseForge Maven repository for automated builds is to use this Skill, which automatically adds the repository details and dependencies directly to your Maven pom.xml.

Do I need environment variables to integrate CurseForge mods into Maven?

Yes, you need to set the CURSE_USER and CURSE_TOKEN environment variables to handle authentication securely when integrating CurseForge mods into your Maven build configurations.