https://github.com/machinekoder/mycroft-robot-control-skill
Control my Borunte ROS robot with the Mycroft voice assistant.
https://github.com/machinekoder/mycroft-robot-control-skill
Last synced: 5 months ago
JSON representation
Control my Borunte ROS robot with the Mycroft voice assistant.
- Host: GitHub
- URL: https://github.com/machinekoder/mycroft-robot-control-skill
- Owner: machinekoder
- Created: 2019-08-20T10:10:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T18:05:19.000Z (almost 6 years ago)
- Last Synced: 2025-05-09T03:38:33.355Z (10 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mycroft Robot Control Skill
Controls my Borunte ROS robot with Mycroft voice assistant.
## About
This is a basic Hello Word Skill that takes an _Utterance_ from the user and provides a voice response - a _Dialog_. This Skill demonstrates the basic directory and file structure of a Mycroft Skill, and is a good first Skill to study if you are interested in developing Skills for the Mycroft ecosystem.
If you want to write **Skills** for Mycroft, Documentation is available:
* [Mycroft Skills Kit](https://mycroft.ai/documentation/skills/msk/)
* [Developing a new Skill](https://mycroft.ai/documentation/skills/introduction-developing-skills/)
* [Skill Settings](https://mycroft.ai/documentation/skills/skill-settings/)
* [Automatic testing of your Mycroft Skill](https://mycroft.ai/documentation/skills/automatic-testing/)
* [Skill Acceptance Process](https://mycroft.ai/documentation/skills/skills-acceptance-process/)
* [Mycroft Skills Manager](https://mycroft.ai/documentation/msm/)
* [Mycroft Message Bus](https://mycroft.ai/documentation/message-bus/)
## Examples
* "Hello world"
* "How are you?"
* "Thank you"
## Credits
Mycroft AI (@MycroftAI)
## Category
**Daily**
## Tags
#helloworld
#first-skill
#hello
#greeting