mirror of
https://github.com/leon-ai/leon.git
synced 2025-01-02 05:31:38 +03:00
13 lines
368 B
JSON
13 lines
368 B
JSON
{
|
|
"$schema": "../../../schemas/skill-schemas/skill.json",
|
|
"name": "Have I Been Pwned",
|
|
"bridge": "python",
|
|
"version": "1.0.0",
|
|
"description": "Verify if one or several email addresses have been pwned (thanks to haveibeenpwned.com).",
|
|
"author": {
|
|
"name": "Louis Grenard",
|
|
"email": "louis@getleon.ai",
|
|
"url": "https://github.com/louistiti"
|
|
}
|
|
}
|