Premium Runs
Configure the skills-md profile as described in Installation before these hosted commands. The server catalog determines which skills are available.
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 --profile skills-md quote blog-article --topic "Developer tools for small teams"Run after approval
skills --profile skills-md run --remote --yes blog-article --topic "Developer tools for small teams"Verified downloads
Use skills --profile skills-md exports download <run-id> --json after completion. The client verifies each file against authenticated size and SHA-256 metadata and reports the output paths. Existing files are protected from overwrite.
Async status
Read the same job by its run ID after reconnecting. Lifecycle resume is available only for supported states.
Check status
skills --profile skills-md runs status run_01hy...