{
"$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
"description": "mpboard.ai agent-accessible skills",
"skills": [
{
"name": "content-search",
"type": "api",
"description": "Search MP Board study content by class, subject, chapter",
"url": "https://mpboard.ai/wp-json/wp/v2/search",
"authentication": {
"type": "none"
}
},
{
"name": "course-catalog",
"type": "api",
"description": "Browse available courses and lessons",
"url": "https://mpboard.ai/wp-json/ldlms/v1/courses",
"authentication": {
"type": "none"
}
},
{
"name": "chapter-content",
"type": "api",
"description": "Get chapter-wise study material",
"url": "https://mpboard.ai/wp-json/wp/v2/lessons",
"authentication": {
"type": "none"
}
},
{
"name": "test-series",
"type": "api",
"description": "Access MP Board test series and PYQs",
"url": "https://mpboard.ai/wp-json/mpboard/v1/tests",
"authentication": {
"type": "api_key"
}
},
{
"name": "pdf-download",
"type": "api",
"description": "Download previous year question papers as PDF",
"url": "https://mpboard.ai/wp-json/mpboard/v1/papers",
"authentication": {
"type": "none"
}
}
]
}