Metadata-Version: 2.4
Name: ovos-skill-hello-world
Version: 0.2.7a1
Summary: OVOS hello world skill plugin
Home-page: https://github.com/OpenVoiceOS/ovos-skill-hello-world
Author: OpenVoiceOS
Author-email: jarbasai@mailfence.com
License: Apache-2.0
Keywords: ovos skill plugin
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-utils>=0.0.38
Requires-Dist: ovos-workshop<10.0.0,>=0.0.15
Requires-Dist: ovos-plugin-manager<3.0.0,>=2.1.0
Provides-Extra: test
Requires-Dist: coveralls>=1.8.2; extra == "test"
Requires-Dist: flake8>=3.7.9; extra == "test"
Requires-Dist: pytest>=5.2.4; extra == "test"
Requires-Dist: pytest-cov>=2.8.1; extra == "test"
Requires-Dist: cov-core>=1.15.0; extra == "test"
Requires-Dist: ovos-plugin-manager>=0.0.1; extra == "test"
Provides-Extra: end2end
Requires-Dist: pytest>=5.2.4; extra == "end2end"
Requires-Dist: ovoscope<1.0.0,>=0.5.1; extra == "end2end"
Requires-Dist: ovos-core[lgpl,plugins]>=2.0.0a1; extra == "end2end"
Requires-Dist: ovos-bus-client; extra == "end2end"
Requires-Dist: ovos-adapt-parser<2.0.0,>=1.0.9; extra == "end2end"
Requires-Dist: ovos_padatious<3.0.0,>=2.0.1a1; extra == "end2end"
Requires-Dist: ovos-m2v-pipeline<1.0.0,>=0.5.4a1; extra == "end2end"
Requires-Dist: nebulento>=0.1.0; extra == "end2end"
Requires-Dist: palavreado>=0.2.0; extra == "end2end"
Requires-Dist: ovos-spec-tools; extra == "end2end"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

[![gitlocalized ](https://gitlocalize.com/repo/9611/whole_project/badge.svg)](https://gitlocalize.com/repo/9611?utm_source=badge) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/OpenVoiceOS/ovos-skill-hello-world)

# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/smile.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Hello World

## About

This is an introductory skill for [OpenVoiceOS](https://github.com/OpenVoiceOS). It takes an utterance from the user and speaks a reply. Read its code to see the basic file and directory structure of an OVOS skill. Use it as a starting point when you write your own skill.

## Install

```bash
pip install ovos-skill-hello-world
```

## Usage

Say one of these phrases to trigger the skill:

- "Hello world"
- "How are you?"
- "Thank you"

## Credits

Mycroft AI (@MycroftAI)
OpenVoiceOS (@OpenVoiceOS)

## Category

**Configuration**

## Tags

#helloworld
#first-skill
#hello
#greeting
