{
"version": "1.0",
"provider": {
"name": "LetMeTeach",
"url": "https://letmeteach.in",
"contact": "https://letmeteach.in/connect-with-us"
},
"skills": [
{
"id": "search_learning_topic",
"title": "Search learning topic",
"description": "Guide users to visual explanations and learning flows on LetMeTeach.",
"input": {
"type": "object",
"properties": {
"topic": { "type": "string" },
"level": { "type": "string" }
},
"required": ["topic"]
},
"output_hash_sha256": "sha256:PLACEHOLDER_SEARCH_LEARNING_TOPIC"
},
{
"id": "open_demo",
"title": "Open demo",
"description": "Navigate users to the LetMeTeach demo entry point.",
"input": {
"type": "object",
"properties": {}
},
"output_hash_sha256": "sha256:PLACEHOLDER_OPEN_DEMO"
},
{
"id": "contact_team",
"title": "Contact team",
"description": "Open LetMeTeach contact page for partnership/support.",
"input": {
"type": "object",
"properties": {
"reason": { "type": "string" }
}
},
"output_hash_sha256": "sha256:PLACEHOLDER_CONTACT_TEAM"
},
{
"id": "read_ai_reference",
"title": "Read AI reference",
"description": "Open /llms.txt reference for AI integrations.",
"input": {
"type": "object",
"properties": {}
},
"output_hash_sha256": "sha256:PLACEHOLDER_READ_AI_REFERENCE"
}
],
"documents": [
{
"uri": "https://letmeteach.in/llms.txt",
"sha256": "sha256:PLACEHOLDER_LLMS_TXT"
}
]
}