1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-07 02:06:56 +03:00
leon/skills/utilities/is_it_down/skill.json

13 lines
318 B
JSON
Raw Normal View History

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Is It Down",
"bridge": "python",
"version": "1.0.0",
"description": "Ping domain names and gives the online state.",
"author": {
"name": "Louis Grenard",
2022-08-23 18:01:46 +03:00
"email": "louis@getleon.ai",
"url": "https://github.com/louistiti"
}
}