mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-20 15:21:36 +03:00
12 lines
276 B
JSON
12 lines
276 B
JSON
{
|
|
"$schema": "../../../schemas/skill-schemas/skill.json",
|
|
"name": "Speed Test",
|
|
"bridge": "python",
|
|
"version": "1.0.0",
|
|
"description": "Gives info about your network speed.",
|
|
"author": {
|
|
"name": "Florian Bouché",
|
|
"url": "https://github.com/fkeloks"
|
|
}
|
|
}
|