Skills that call paid APIs need credentials before generation. If you installed the /pruna suite, you already have the pruna-api skill for HTTP patterns and agent-safety guidance.
| Service | Variable | Get a key |
|---|---|---|
| Pruna (images, video, try-on, upscale) | PRUNA_API_KEY |
dashboard.pruna.ai |
| Replicate (Music 2.5, TTS, Stable Audio, WhisperX) | REPLICATE_API_TOKEN |
replicate.com/account/api-tokens |
export PRUNA_API_KEY="your_pruna_key"
export REPLICATE_API_TOKEN="r8_..." # when using audio / song toolsThe pruna-api skill covers curl patterns:
- Pruna uses the
apikeyheader (pruna-api.mdin that skill) - Replicate uses
Authorization: Bearer(replicate-api.mdin that skill)
If a required key is missing, do not call paid APIs. Signup templates live in pruna-api (api-credentials.md).
Guide skills do not require API keys unless you combine them with a tool or workflow skill.