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

20 lines
451 B
JSON

{
"$schema": "../../../schemas/skill-schemas/skill.json",
"name": "Random Number",
"icon_name": "hashtag",
"bridge": "python",
"version": "1.0.0",
"description": "Leon gives a random number.",
"author": {
"name": "Louis Grenard",
"email": "louis@getleon.ai",
"url": "https://github.com/louistiti"
},
"actions": {
"run": {
"type": "logic",
"description": "Generate and return a random number."
}
}
}