mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-19 06:41:33 +03:00
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"$schema": "../../../schemas/skill-schemas/skill.json",
|
|
"name": "Todo List",
|
|
"bridge": "python",
|
|
"version": "1.0.0",
|
|
"description": "Manage your lists and items they contain.",
|
|
"author": {
|
|
"name": "Louis Grenard",
|
|
"email": "louis@getleon.ai",
|
|
"url": "https://github.com/louistiti"
|
|
}
|
|
}
|