Premium Runs
Premium skills run remotely because they may need paid models, hosted workers, storage, or longer-running jobs. The user sees the product contract and the price, not the internal provider routing.
Lifecycle
- Create a quote.
- Confirm the run.
- Poll status or let the agent wait asynchronously.
- Download artifacts.
- Store receipt and run metadata.
Create a quote
skills quote logo-design --prompt "mark for a developer tools startup"Run after approval
skills run logo-design --prompt "mark for a developer tools startup"Artifact layout
Each run gets its own folder:
.skills/
exports/
logo-design/
run_01hy...
manifest.json
receipt.json
logo.svg
logo.png
Async status
Long jobs should be resumable by run id.
Check status
skills runs status run_01hy...