mirror of
https://github.com/leon-ai/leon.git
synced 2024-12-22 16:21:41 +03:00
13 lines
318 B
JSON
13 lines
318 B
JSON
{
|
|
"$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",
|
|
"email": "louis@getleon.ai",
|
|
"url": "https://github.com/louistiti"
|
|
}
|
|
}
|