Skip to content

Commit

Permalink
Merge pull request #1 from MycroftAI/18.02
Browse files Browse the repository at this point in the history
update to latest mycroft skills
  • Loading branch information
AIIX committed Jun 12, 2018
2 parents 1d1564b + 0eb908b commit d9959fb
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 5 deletions.
20 changes: 19 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "fallback-persona"]
path = fallback-persona
url = https://github.com/MycroftAI/skill-fallback-persona.git
[submodule "mycroft-stop"]
path = skill-stop
url = https://github.com/mycroftai/skill-stop
Expand Down Expand Up @@ -103,9 +106,24 @@
[submodule "btotharye-home-assistant"]
path = btotharye-home-assistant
url = https://github.com/btotharye/mycroft-homeassistant
[submodule "carstena-the-cows-lists"]
path = carstena-the-cows-lists
url = https://github.com/CarstenAgerskov/skill-the-cows-lists
[submodule "translate-skill"]
path = translate-skill
url = https://github.com/jcasoft/translate-skill
[submodule "CaffeineWiz"]
path = CaffeineWiz
url = https://github.com/reginaneon/CaffeineWiz.git
[submodule "plasma-activities-skill"]
path = plasma-activities-skill
url = https://github.com/AIIX/plasma-activities-skill
url = https://github.com/AIIX/plasma-activities-skill
[submodule "openhab-mycroft"]
path = openhab-mycroft
url = https://github.com/openhab/openhab-mycroft
[submodule "skill-wemo"]
path = skill-wemo
url = https://github.com/martymulligan/skill-wemo
[submodule "zork"]
path = game-zork
url = https://github.com/forslund/white-house-adventure.git
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ The official home of skills for the Mycroft ecosystem. These skills are written
| [Version Checker](https://github.com/MycroftAI/skill-version-checker#readme) | Find the version of mycroft-core<br>```"check version"``` |
| [Volume](https://github.com/mycroftai/skill-volume#readme) | Control Volume<br>```"turn up the volume", "mute audio"``` |
| [Weather](https://github.com/MycroftAI/skill-weather#readme) | Current Weather and Forecasts<br>```"what is the weather"``` |
| [WeMo](https://github.com/martymulligan/skill-wemo#readme) | Discover and control WeMo devices<br>```"discover my devices"``` |
| [Wiki](https://github.com/MycroftAI/skill-wiki#readme) | Wikipedia queries<br>```"tell me about AI"``` |
| [Wink IoT](https://github.com/MycroftAI/skill-wink-iot#readme) | Control lights via a Wink hub<br>```"turn on the lights"``` ```"dim the kitchen light"``` |
| [Platform Patch](https://github.com/MycroftAI/skill-platform-patch#readme) | Patch for official platforms<br>```"platform patch"``` |
| [Mark 1 settings](https://github.com/MycroftAI/mycroft-mark-1) | Control your Mark 1<br>```change eye color to red``` |
| [Spotify](https://github.com/forslund/spotify-skill) | Listen to music from your Spotify Premium account<br>```play discover weekly``` |
| [Pandora](https://github.com/ethanaward/pianobar-skill) | Listen to Pandora stations<br>```play pandora``` |
| [openHAB](https://github.com/openhab/openhab-mycroft) | Add an AI Voice assistant to your openHAB system<br>```"turn on Diningroom Light"``` ```"regulate Main Thermostat to 20 degrees"``` |


## How to Submit a Skill
Expand Down Expand Up @@ -142,6 +144,10 @@ wiki pages. Also please include the phrase to trigger on as well for your skill

| Status | Skill Name | Description<br>```"phrase to trigger"``` |
| ------------------- | ------------------------------------------------------------------------------- | --------------------------------------------|
| :heavy_check_mark: | [CaffeineWiz](https://github.com/reginaneon/caffeinewiz.reginaneon/blob/master/README.md)| Request caffeine content of selected drinks<br>```what's the caffeine content of *drink*?```|
| :heavy_check_mark: | [mycroft-hue](https://github.com/ChristopherRogers1991/mycroft-hue/blob/master/README.md)| Control your Phillips Hue lights<br>```turn on the lights``` |
| :heavy_check_mark: | [Homeassistant](https://github.com/btotharye/mycroft-homeassistant#readme) | Control your devices in home-assistant<br>```"turn on office"``` |
| :heavy_check_mark: | [Plasma Activities Skill](https://github.com/AIIX/plasma-activities-skill#readme)| Control KDE Plasma 5 Activities with Mycroft```show/create/switch/remove activity [name]``` |
| :heavy_check_mark: | [translate-skill](https://github.com/jcasoft/translate-skill/tree/84db4da986c1ae165d4c31bb5f907398feb19326#readme) | Translate phrases into several languages<br>```"translate good morning into japanese"``` |
| :heavy_check_mark: | [translate-skill](https://github.com/jcasoft/translate-skill/tree/84db4da986c1ae165d4c31bb5f907398feb19326#readme) | Translate phrases into several languages<br>```"translate good morning into japanese"``` |
| :heavy_check_mark: | [Zork](https://github.com/forslund/white-house-adventure/blob/master/README.md)| Play the old school adventure game<br>```and explore the underground empire``` |

1 change: 1 addition & 0 deletions carstena-the-cows-lists
1 change: 1 addition & 0 deletions fallback-persona
Submodule fallback-persona added at 7e24c1
1 change: 1 addition & 0 deletions game-zork
Submodule game-zork added at 9cc27a
1 change: 1 addition & 0 deletions openhab-mycroft
Submodule openhab-mycroft added at d22afe
2 changes: 1 addition & 1 deletion skill-installer
2 changes: 1 addition & 1 deletion skill-release-test
1 change: 1 addition & 0 deletions skill-wemo
Submodule skill-wemo added at 95856d

0 comments on commit d9959fb

Please sign in to comment.