subtoken-imagegen

Installation
SKILL.md

Subtoken ImageGen

Defaults

  • Use base URL https://subtoken.vip/v1 unless SUBTOKEN_BASE_URL is explicitly set.
  • Use only gpt-image-2. Do not add a model switch or substitute another model.
  • Read the secret from SUBTOKEN_API_KEY. Never hardcode API keys in files, prompts, commands shown to the user, commits, logs, or examples.
  • Prefer local output files so Codex can display results with ![alt](/absolute/path.png).

Quick Start

Configure the key in the shell running the request:

export SUBTOKEN_API_KEY="<secret>"

Use the bundled wrapper first for repeatable calls:

Installs
1
First Seen
May 12, 2026
subtoken-imagegen — catfishw/subtoken-imagegen-skill