20 lines
461 B
JSON
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."
|
|
}
|
|
}
|
|
}
|