Python SDK
registry
Get the latest eval.yaml for a public registry skill
Return the latest eval.yaml text for a public registry skill.
Anonymous-readable. Mirrors the /body pattern: accepts UUID or
Skill.name slug. 404 when the skill has no eval.yaml authored yet.
Used by decimalai skills pull <slug> to fetch the eval suite
alongside SKILL.md so a user can run decimalai skills benchmark
against the local copy.
GET
Python SDK