The fireworks-training compatibility skill carries shared detailed references that configure and debug load. Keep it installed with the three entry skills.
Install
Claude Code
Install the auto-updating cookbook plugin. Herefireworks-training is the plugin name rather than a single skill, and the plugin ships all of the skills above:
Cursor
npx skills installs by skill directory, so name each skill you want:
Codex
Other compatible agents
Install to every detected Agent Skills-compatible harness:The commands above install skills globally with
-g. They do not update automatically. Refresh the global copies with npx --yes skills update -g -y.skills/GETTING-STARTED.md.
Prerequisites
- Fireworks CLI (
firectl) installed. Authenticate with eitherfirectl signinorFIREWORKS_API_KEY. - Export
FIREWORKS_API_KEYfor Training API Python workflows. - Prefer a scoped service-account key over a personal admin key for agent use.
firectl blocks a mutating command inside an AI-agent environment, the skill gives you the exact command to run manually, then resumes read-only monitoring.
Use managed training for standard jobs, or the Training API for custom loops on serverless or dedicated infrastructure.
Usage data and privacy
Authenticated API calls includefireworks-training-skill/<version> and a random session ID for aggregate product analytics. Prompts and datasets are not collected.
Before the first structured question, the skills show a one-line privacy notice. With FIREWORKS_API_KEY set, aggregate journey events may be recorded through supported firectl commands. Say do not track this session to keep interaction telemetry local. Training still works.
See also
Getting started (cookbook)
Post-install guide and first run.
Case studies
Runnable notebooks research routes to.
Training Overview
Pick managed training vs the Training API before you install.
Managed Training
Drive the same training infra directly when you know your config.
Training API
Write your own Python training loop on Fireworks GPUs.
CLI reference
Automate managed training with
firectl.