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

19 lines
463 B
JSON

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Speed Test",
"icon_name": "radar-line",
"bridge": "python",
"version": "1.0.0",
"description": "Gives info about your network speed.",
"author": {
"name": "Florian Bouché",
"url": "https://github.com/fkeloks"
},
"actions": {
"run": {
"type": "logic",
"description": "Run an internet speed test and report ping, download, and upload speeds."
}
}
}