Anthropic::BetaSkillVersions
Skill Versions API for managing skill versions (Beta)
Access via client.beta.skills.versions.
Constants
BETA_HEADER = SKILLS_BETA
Constructors
new(client : Client)
SourceInstance methods
Create a new skill version by uploading files
version = client.beta.skills.versions.create(
skill_id: "skill_abc123",
files: [
Anthropic::FileUpload.new(
io: File.open("tool.py"),
filename: "skill-name/tool.py",
content_type: "text/x-python"
),
]
)
Delete a specific skill version
List versions for a skill