diff --git a/skill-bedtime-stories.json b/skill-bedtime-stories.json index 65a2b0c..da43aa0 100644 --- a/skill-bedtime-stories.json +++ b/skill-bedtime-stories.json @@ -15,9 +15,9 @@ "name": "Bedtime Stories", "description": "Listen to famous bedtime stories.", "examples": [ - "Hey mycroft, read me a bedtime story", - "Hey mycroft, what bedtime stories do you know", - "Hey mycroft, read me little red riding hood" + "read me a bedtime story", + "what bedtime stories do you know", + "read me little red riding hood" ], "tags": [ "stories", diff --git a/skill-cmd.json b/skill-cmd.json index 3367229..a03c7cc 100644 --- a/skill-cmd.json +++ b/skill-cmd.json @@ -15,8 +15,8 @@ "name": "Command Skill", "description": "A Simple OVOS skill for running shell scripts and other commands. The commands will run quietly without any confirmation from OVOS.", "examples": [ - "Hey Mycroft, launch command echo TEST", - "Hey Mycroft, run script generate report" + "launch command echo TEST", + "run script generate report" ], "tags": [] } diff --git a/skill-desktop-control.json b/skill-desktop-control.json index 4657b94..2fa688d 100644 --- a/skill-desktop-control.json +++ b/skill-desktop-control.json @@ -14,7 +14,7 @@ "name": "Desktop Control", "description": "Control your mouse and keyboard by voice.", "examples": [ - "type Mycroft is awesome", + "type OpenVoiceOS is awesome", "press the enter key", "move mouse to 400 and 100", "scroll up a bit", diff --git a/skill-diagnostics.json b/skill-diagnostics.json index d050ca1..953c70f 100644 --- a/skill-diagnostics.json +++ b/skill-diagnostics.json @@ -15,15 +15,14 @@ "name": "Diagnostics", "description": "Aids you in diagnosing OVOS related issues. Provides various diagnostic functions such as checking CPU usage, drive space, public IP, uptime, etc.", "examples": [ - "Mycroft, what is the current CPU percent?", - "Mycroft, run diagnostics.", - "Mycroft, how's my hard drive space?", - "Mycroft, what is my public IP?", - "Mycroft, what's your uptime?" + "what is the current CPU percent?", + "run diagnostics.", + "how's my hard drive space?", + "what is my public IP?", + "what's your uptime?" ], "tags": [ "diagnostics", - "mycroft", "cpu", "drive space", "public IP", diff --git a/skill-foodwizard.json b/skill-foodwizard.json index 71c8d49..cb39b68 100644 --- a/skill-foodwizard.json +++ b/skill-foodwizard.json @@ -15,11 +15,11 @@ "name": "Food Wizard", "description": "Get popular recipes and how-to-cook directions based on a combination of ingredient keywords. Powered by Edamam.", "examples": [ - "Hey Mycroft search recipes with apple and honey", - "Hey Mycroft show recipes with chicken, honey and lime", - "Hey Mycroft open the recipe mexican chicken lime soup", - "Hey Mycroft read the current recipe ingredients", - "Hey Mycroft read the current recipe cooking instructions" + "search recipes with apple and honey", + "show recipes with chicken, honey and lime", + "open the recipe mexican chicken lime soup", + "read the current recipe ingredients", + "read the current recipe cooking instructions" ], "tags": ["Food", "Recipes", "GUI", "Plasmoid", "KDE", "Ingredients", "Cooking"] } diff --git a/skill-forismatic.json b/skill-forismatic.json index 2dc2810..db654e9 100644 --- a/skill-forismatic.json +++ b/skill-forismatic.json @@ -14,8 +14,8 @@ "name": "Inspirational Quotes", "description": "Get inspired with quotes from Forismatic.", "examples": [ - "Hey Mycroft, inspire me", - "Hey Mycroft, read me a quote" + "inspire me", + "read me a quote" ], "tags": [ "inspirational quotes", diff --git a/skill-greetings.json b/skill-greetings.json index abc329e..4220bb4 100644 --- a/skill-greetings.json +++ b/skill-greetings.json @@ -15,10 +15,10 @@ "name": "Let's Talk", "description": "A skill for OVOS that replies to various greetings.", "examples": [ - "Mycroft, good morning", - "Mycroft, good afternoon", - "Mycroft, good evening", - "Mycroft, good night" + "good morning", + "good afternoon", + "good evening", + "good night" ], "tags": ["greetings", "hello", "time", "conversation"] } diff --git a/skill-number-guess.json b/skill-number-guess.json index cb02a42..885024f 100644 --- a/skill-number-guess.json +++ b/skill-number-guess.json @@ -13,7 +13,7 @@ "icon": "https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/svgs/solid/question.svg", "images": [], "name": "Number Guess", - "description": "Play Number Guess with Mycroft. Mycroft generates a random number between a lower and upper bound, and you try to guess it.", + "description": "Play Number Guess with OVOS. OVOS generates a random number between a lower and upper bound, and you try to guess it.", "examples": [ "Let's play Number Guess", "Play Number Guess", diff --git a/skill-pokemon.json b/skill-pokemon.json index ad1aeae..f66e8a7 100644 --- a/skill-pokemon.json +++ b/skill-pokemon.json @@ -13,7 +13,7 @@ "icon": "https://cdn.pixabay.com/photo/2016/07/23/13/18/pokemon-1536849_960_720.png", "images": [], "name": "Pokemon", - "description": "Aids you on your journey as a Pokemon Trainer. With this skill, you can ask Mycroft many different facts about Pokemon.", + "description": "Aids you on your journey as a Pokemon Trainer. With this skill, you can ask OVOS many different facts about Pokemon.", "examples": [ "What type is Pikachu?", "How tall is Pikachu?", diff --git a/skill-rss.json b/skill-rss.json index 0fa6d17..e891da1 100644 --- a/skill-rss.json +++ b/skill-rss.json @@ -13,10 +13,10 @@ "icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/46/Generic_Feed-icon.svg/800px-Generic_Feed-icon.svg.png", "images": [], "name": "RSS Feed Reader", - "description": "An overly complicated reader for RSS feeds. A skill allowing Mycroft to fetch and read headlines and article summaries.", + "description": "An overly complicated reader for RSS feeds. A skill allowing OVOS to fetch and read headlines and article summaries.", "examples": [ - "Hey Mycroft, what are the latest headlines from slashdot.org", - "Hey Mycroft, read about elon musk's new project" + "what are the latest headlines from slashdot.org", + "read about elon musk's new project" ], "tags": [] }