1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-12-20 15:21:36 +03:00
leon/skills/utilities/speed_test/skill.json

12 lines
276 B
JSON
Raw Normal View History

{
"$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"
}
}