subtoken-imagegen
Installation
SKILL.md
Subtoken ImageGen
Defaults
- Use base URL
https://subtoken.vip/v1unlessSUBTOKEN_BASE_URLis 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
.
Quick Start
Configure the key in the shell running the request:
export SUBTOKEN_API_KEY="<secret>"
Use the bundled wrapper first for repeatable calls: