1
1
mirror of https://github.com/leon-ai/leon.git synced 2025-01-02 05:31:38 +03:00
leon/skills/utilities/have_i_been_pwned/skill.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"
}
}