{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/workato/refs/heads/main/json-structure/workato-agent-studio-skill-structure.json", "name": "Skill", "description": "A recipe-backed capability that can be assigned to an AI agent as a tool.", "type": "object", "properties": { "id": { "type": "int32", "description": "Unique identifier of the skill." }, "name": { "type": "string", "description": "Display name of the skill." }, "description": { "type": "string", "description": "Description of what this skill enables the agent to do." }, "recipe_id": { "type": "int32", "description": "ID of the underlying recipe that powers this skill." }, "folder_id": { "type": "int32", "description": "ID of the folder containing this skill." }, "created_at": { "type": "datetime", "description": "Timestamp when the skill was created." }, "updated_at": { "type": "datetime", "description": "Timestamp when the skill was last updated." } } }