Skip to main content

Documentation Index

Fetch the complete documentation index at: https://v5.rpgjs.dev/llms.txt

Use this file to discover all available pages before exploring further.

Studio overview

RPGJS Studio can be used directly from an AI coding assistant such as Claude Code, Codex, or any similar tool that supports skills.

In this section

  • What the Studio skill is for
  • How to install the RPGJS Studio skill
  • How to create and configure the Studio API key
  • How to connect an RPGJS game to Studio data
  1. Install the shared skill:
npx skills add https://github.com/RSamaium/RPG-JS#v5
  1. When the tool asks which skill to install, choose RPGJS Studio.
  2. Create an API key from RPGJS Studio API keys.
  3. Add the key to your environment with RPGSTUDIO_API_KEY.
Example:
export RPGSTUDIO_API_KEY="your-api-key"
Or in a .env file:
RPGSTUDIO_API_KEY=your-api-key

Next step