https://github.com/builderjer/ziggy-skill
https://github.com/builderjer/ziggy-skill
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/builderjer/ziggy-skill
- Owner: builderjer
- License: apache-2.0
- Created: 2021-02-28T16:31:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T21:34:05.000Z (over 4 years ago)
- Last Synced: 2024-12-29T17:34:55.747Z (10 months ago)
- Language: QML
- Size: 1.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Hello World
Introductory Skill so that Skill Authors can see how a Mycroft Skill is put together
## 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
**Configuration**
## Tags
#helloworld
#first-skill
#hello
#greeting