Metadata-Version: 2.4
Name: ovos-skill-personal
Version: 1.0.0a1
Summary: OVOS personal skill plugin
Author-email: JarbasAi <jarbasai@mailfence.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/OpenVoiceOS/ovos-skill-personal
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
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: ovoscope<2.0.0,>=1.6.9a1; extra == "test"
Requires-Dist: ovos-bus-client; extra == "test"
Requires-Dist: ovos-core[plugins]>=2.0.0a1; extra == "test"
Requires-Dist: ovos-padatious>=2.0.5a1; extra == "test"
Dynamic: license-file

# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/smile-wink.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Assistant's Background
![Supported Python Versions](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/mikejgray/.github/main/python-versions.json)

This [OpenVoiceOS](https://github.com/OpenVoiceOS) skill answers basic questions about the assistant's identity, such as when and where it was created and who made it. It speaks a canned dialog filled with values from the skill settings, and needs no internet or network access to work.

## Install

Install the skill with pip, or through the OVOS skill store on a running OVOS device.

```console
pip install ovos-skill-personal
```

## Usage

Set the assistant's identity in `settings.json`:

```json
{
  "year_of_birth": 2015,
  "location_of_birth": "Lawrence Kansas",
  "creator": "OpenVoiceOS",
  "assistant_name": "Mycroft"
}
```

If `assistant_name` is not set, the skill derives a name from the configured wake word.

Ask the assistant:
* "When were you created?"
* "What are you?"
* "Where were you born?"
* "Who made you?"

## Related projects

* [OpenVoiceOS/ovos-core](https://github.com/OpenVoiceOS/ovos-core): the assistant core that loads this skill.
* [OpenVoiceOS/ovos-workshop](https://github.com/OpenVoiceOS/ovos-workshop): the skill base classes and decorators this skill builds on.

## Credits
OpenVoiceOS ([@OpenVoiceOS](https://github.com/OpenVoiceOS))
Mycroft AI ([@MycroftAI](https://github.com/MycroftAI))

## Category
**Entertainment**

## Tags
#personality
#persona

## License
See [LICENSE](LICENSE).
