curseforge-maven

Add CurseForge mod dependencies to Maven pom.xml for Hytale projects.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill curseforge-maven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: curseforge-maven
Source: https://github.com/JBurlison/Hytale-Mod-Agent/tree/main/.github/skills/curseforge-maven
Command: npx skills add https://github.com/JBurlison/Hytale-Mod-Agent --skill curseforge-maven

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 your Hytale Maven projects, automating dependency management and repository configuration.

Core Features & Use Cases

  • Automated Dependency Addition: Adds CurseForge mods as Maven dependencies directly into your pom.xml.
  • Repository Configuration: Automatically configures the necessary CurseForge Maven repository in your project.
  • Authentication Support: Handles authentication using environment variables (CURSE_USER, CURSE_TOKEN) for secure access.
  • Use Case: You find a cool Hytale mod on CurseForge and want to use it in your plugin. This skill helps you add it to your project's build with a single command.

Quick Start

Use the curseforge-maven skill to add the mod from 'https://www.curseforge.com/hytale/mods/my-awesome-mod' to your pom.xml, using 'MyMod-1.0.0-release-universal.jar' as the latest file name.

Frequently Asked Questions about curseforge-maven

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

FAQPage Schema
How do I add CurseForge mods as Maven dependencies in my Hytale project?

To add CurseForge mods as Maven dependencies, you configure the CurseForge Maven repository and insert the dependency coordinates into your pom.xml. This skill automates that process by parsing mod URLs to derive the required Maven coordinates and generating the configuration entries.

What credentials do I need to configure for CurseForge Maven repository access?

You need to set the CURSE_USER and CURSE_TOKEN environment variables for CurseForge Maven repository access. These credentials authenticate your automated requests when resolving and downloading mod dependencies during your Maven build.

Can I use a CurseForge mod URL to generate Maven coordinates automatically?

Yes, you can use a CurseForge mod URL to generate Maven coordinates automatically. The skill parses the provided CurseForge mod URL and extracts the necessary information to construct the appropriate dependency entries for your pom.xml.

Does Maven dependency management for Hytale mods require manual pom.xml editing?

Maven dependency management for Hytale mods does not require manual pom.xml editing when using this automation. It automatically configures the necessary repository settings and manages the dependency entries directly in your project's build file.

What is the best way to manage Hytale mod dependencies in a Maven build?

The best way to manage Hytale mod dependencies in a Maven build is automating repository configuration and coordinate generation. This approach avoids manual pom.xml errors by directly parsing CurseForge mod URLs and injecting secure environment credentials.