rpgjs-studio

Installation
SKILL.md

RPGJS Studio API Skill

Use this skill to execute content-management tasks against an RPGJS Studio instance.

Inputs

  • Check whether a local RPGSTUDIO.md file exists in the current working directory.
  • If RPGSTUDIO.md exists, treat it as local project context and read it first.
  • Use it to recover persistent values such as:
    • BASE_URL
    • any other project-specific instructions relevant to API usage
  • Do not recover, request, or persist a projectId. The API key is scoped to the RPGJS Studio project, so work directly on the user's requested resource.
  • If RPGSTUDIO.md does not exist, continue normally.
  • Resolve BASE_URL from the user if provided.
  • Default BASE_URL to https://rpgjs.studio when the user did not specify another host.
  • Read the API key from the environment variable RPGSTUDIO_API_KEY.

Mandatory startup workflow

Related skills
Installs
20
Repository
rsamaium/rpg-js
GitHub Stars
1.6K
First Seen
Apr 9, 2026