skill_version is "latest", which resolves to the most recent revision of the skill. You can pin a specific version for reproducibility.
Latest vs Pinned
When to Pin
| Scenario | Recommendation |
|---|---|
| Production pipelines | Pin a specific version for consistent, reproducible results |
| Development and testing | Use "latest" to automatically pick up improvements |
| A/B testing | Pin different versions to compare extraction quality |
| Compliance workloads | Pin to ensure auditable, repeatable outputs |
Version Format
Version strings follow the formatYYYYMMDD-<hash>, for example 20260219-abc123. Each time a skill is updated, a new version is created with a new unique ID but the same name.