Files
leon-ai--leon/skills/native/help_skill/skill.json
T
2026-07-13 12:44:08 +08:00

20 lines
461 B
JSON

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Help",
"icon_name": "question-line",
"bridge": "nodejs",
"version": "1.0.0",
"description": "Helps you get started with Leon.",
"author": {
"name": "Théo LUDWIG",
"email": "contact@theoludwig.fr",
"url": "https://theoludwig.fr"
},
"actions": {
"help": {
"type": "logic",
"description": "List Leon's available skills and what they do."
}
}
}