forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"skill_id": "skill-inspirational-quotes.oliveralonzo", | ||
"source": "https://github.com/OVOSHatchery/skill-inspirational-quotes", | ||
"package_name": "skill-inspirational-quotes", | ||
"extra_plugins": { | ||
"core": [], | ||
"PHAL": [], | ||
"listener": [], | ||
"audio": [], | ||
"media": [], | ||
"gui": [] | ||
}, | ||
"icon": "https://assets.materialup.com/uploads/6852f4a4-a1a0-4d13-b04f-06a7740d613e/preview.png", | ||
"name": "Inspirational Quotes", | ||
"description": "Get inspired with quotes from Forismatic.", | ||
"examples": [ | ||
"Hey Mycroft, inspire me", | ||
"Hey Mycroft, read me a quote" | ||
], | ||
"tags": [ | ||
"inspirational quotes", | ||
"motivation", | ||
"wisdom" | ||
] | ||
} |