rpg-save-list

List RPG save slots from the rpg-server as JSON.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill fetches the list of save slots from the rpg-server and returns them in JSON for easy inspection, auditing, or automation.

Core Features & Use Cases

  • Retrieve save slot names, last updated times, and summaries from the RPG server.
  • Output a structured JSON payload that can feed dashboards, logs, or automation pipelines.
  • Use Case: quickly inventory all saves before a game state reset or migration, or monitor save activity over time.

Quick Start

Run the rpg-save-list skill to fetch and print the current save slots as JSON.

Frequently Asked Questions about rpg-save-list

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

FAQPage Schema
How do I list RPG save slots and export the metadata as JSON?

To list RPG save slots as JSON, query the RPG server endpoint at /api/v1/saves. The skill returns save slot names, last updated times, and summaries in a structured JSON payload for easy inspection or automation.

What's the best way to monitor RPG save activity for an automation pipeline?

Monitoring RPG save activity for automation is done by fetching the save slot list from /api/v1/saves. The resulting JSON payload can feed directly into dashboards, logs, or automation pipelines to track save updates over time.

Does the RPG save list skill require Python 3.9 or higher to run?

Yes, fetching the RPG save list requires Python 3.9 or higher. The skill uses Python to query the RPG server at /api/v1/saves and includes robust error handling for instances where the server is unreachable.

Can I inventory all RPG game saves before a state reset or migration?

Yes, you can inventory all RPG game saves before a reset or migration by running the skill. It retrieves all save slot names, last updated times, and summaries from the RPG server and returns them as a raw JSON output.

What happens if the RPG server is unreachable when fetching save slots?

When the RPG server is unreachable during a save slot fetch, the skill applies robust error handling. Instead of failing silently, it catches the connection error to prevent automation pipelines from breaking unexpectedly.

How do I integrate RPG save metadata into an existing dashboard?

Integrating RPG save metadata into a dashboard involves running the skill to fetch save slots from the RPG server API. The skill outputs a structured JSON payload containing save names and timestamps, which can be consumed by dashboard tools.