rpg-next-goal

Fetches the player's next goal from the rpg-server as JSON for narration and actions.

Updated May 2, 2026
One-click install
npx skills add https://github.com/onelittlenightmusic/skills-rpg --skill rpg-next-goal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rpg-next-goal
Source: https://github.com/onelittlenightmusic/skills-rpg/tree/main/skills/rpg-next-goal
Command: npx skills add https://github.com/onelittlenightmusic/skills-rpg --skill rpg-next-goal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill retrieves the protagonist's next objective from the rpg-server and formats it for immediate narration and game progression.

Core Features & Use Cases

  • Continuous next-goal sampling from the RPG server to keep the narrative flowing.
  • Output structured data including text, hint, required_skill, and cleared for easy consumption by AI agents.
  • Use case: during an ongoing session, fetch the next goal to guide actions and story progression.

Quick Start

Fetch the next goal from the RPG server and review the returned JSON payload.

Frequently Asked Questions about rpg-next-goal

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

FAQPage Schema
How do I fetch the next RPG goal from a server for AI narration?

To fetch the next RPG goal from a server for AI narration, this Skill samples the rpg-server in real-time and outputs a JSON payload containing fields like text, hint, required_skill, and cleared to drive narrative progression.

What data format is returned when retrieving player objectives from an RPG server?

Retrieving player objectives from an RPG server returns a structured JSON payload containing text, hint, required_skill, and cleared fields to provide AI agents with goal updates and skill recommendations for game actions.

How do I keep RPG narrative progression flowing during a live game session?

Keeping RPG narrative progression flowing during a live game session requires continuous next-goal sampling from the RPG server, which provides real-time objective updates and hints formatted for immediate consumption by the AI agent.

Does this RPG goal fetcher require external dependencies to operate?

This RPG goal fetcher does not require external dependencies to operate, as it runs independently using internal scripts to query the rpg-server and format the returned JSON payload for the AI agent.

What is the best way to provide AI agents with RPG skill recommendations and hints?

The best way to provide AI agents with RPG skill recommendations and hints is to fetch structured JSON data from the rpg-server, which explicitly includes required_skill and hint fields alongside the main objective text.