34 lines
926 B
JSON
34 lines
926 B
JSON
{
|
|
"$schema": "../../../schemas/skill-schemas/skill.json",
|
|
"name": "Introduction",
|
|
"icon_name": "user-smile-line",
|
|
"bridge": "python",
|
|
"version": "1.0.0",
|
|
"description": "Leon introduces himself and remembers basic information about you.",
|
|
"author": {
|
|
"name": "Louis Grenard",
|
|
"email": "louis@getleon.ai",
|
|
"url": "https://github.com/louistiti"
|
|
},
|
|
"actions": {
|
|
"introduce_leon": {
|
|
"type": "logic",
|
|
"description": "Introduce Leon and greet the owner."
|
|
},
|
|
"remember": {
|
|
"type": "logic",
|
|
"description": "Remember the owner's name and birth date.",
|
|
"parameters": {
|
|
"owner_name": {
|
|
"type": "string",
|
|
"description": "The owner's preferred name."
|
|
},
|
|
"owner_birth_date": {
|
|
"type": "string",
|
|
"description": "The owner's birth date as an ISO date or precise date string."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|