Skill is a JSON Structure definition published by Workato, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$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."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.