1.9 KiB
Skills
What are Skills?
Skills are basically applications. There are multiple types of skills. Each skill falls into one of or multiple of these categories:
- Vocal Skills
- Menu Activated Skills
- (Not made yet, potential feature) Home Assistant Skills Each type of skill is triggered in its own way and interacts with the user uniquely. Because of this, I will be covering each skill in it's own section in this article.
Vocal Skills
These are the types of skills triggered by voice. Some examples include:
- "Hey Jibo, play pop music" -> Starts the radio skill.
- "Hey Jibo, what's my personal report?" -> Opens personal report.
Skills of this type are typically also Menu Activated Skills. The sad thing about this is that due to Jibo's severe lack of native servers the Vocal Skills no longer work. Luckily all the logic for these types of skills are built into Jibo (I think) so recreating the logic should be easyish.
Menu Activated Skills
These are the little applications you open via the menu on Jibo. These get activated by you clicking on it's button on the main menu. Examples include:
- Click on radio button on main menu -> Radio skill starts
- Click on personal report button -> Personal Report starts
Because these use the menu instead of voice, the skills worked after shutdown.
Home Assistant Skills
::: info This isn't real!! It is something I came up with as I was writing this article. These docs surround what it would look like if it were to be implemented. - Zane V ::: This type of skill gets triggered in Home Assistant. The Jibo Home Assistant intergration will create an entity for each skill. Examples include:
