Skip to main content

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
  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