Error
A valid request URL is required to generate request examples{
"results": {
"warnings": [
{
"path": "<string>",
"message": "<string>",
"code": "skill_file_missing"
}
],
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "skill_file_missing"
}
],
"parsed": {
"resources": [
{
"body": "<string>",
"description": "<string>",
"name": "<string>",
"fileName": "<string>"
}
],
"body": "<string>",
"frontmatter": {
"compatibility": "<string>",
"license": "<string>",
"metadata": {},
"availability": [
"agent"
],
"userInvocable": true,
"disableModelInvocation": true,
"arguments": [
"<string>"
],
"argumentHint": "<string>",
"whenToUse": "<string>",
"title": "<string>",
"description": "<string>",
"name": "<string>"
}
},
"valid": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}API Reference
Validate an AI agent skill
Validate a skill folder without saving it. Returns the same errors and warnings the editor and the CLI show.
POST
/
api
/
v1
/
aiAgents
/
skills
/
validate
Error
A valid request URL is required to generate request examples{
"results": {
"warnings": [
{
"path": "<string>",
"message": "<string>",
"code": "skill_file_missing"
}
],
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "skill_file_missing"
}
],
"parsed": {
"resources": [
{
"body": "<string>",
"description": "<string>",
"name": "<string>",
"fileName": "<string>"
}
],
"body": "<string>",
"frontmatter": {
"compatibility": "<string>",
"license": "<string>",
"metadata": {},
"availability": [
"agent"
],
"userInvocable": true,
"disableModelInvocation": true,
"arguments": [
"<string>"
],
"argumentHint": "<string>",
"whenToUse": "<string>",
"title": "<string>",
"description": "<string>",
"name": "<string>"
}
},
"valid": true
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?