Metadata-Version: 2.4
Name: skill-monster-scanner
Version: 2.2.0
Summary: An OVOS voice skill that scans for monsters under the bed
Author-email: Oscillate Labs <mike@oscillatelabs.net>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/oscillatelabsllc/skill-monster-scanner
Keywords: ovos,neon,skill,voice,kids,fun
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ovos-utils
Requires-Dist: ovos-bus-client
Requires-Dist: ovos-workshop
Requires-Dist: ovos-plugin-manager
Provides-Extra: test
Requires-Dist: neon-minerva~=0.2.0; extra == "test"
Requires-Dist: ovos-plugin-manager; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: ovos-config; extra == "test"
Requires-Dist: setuptools<82; extra == "test"
Dynamic: license-file

# Monster Scanner Skill

[![Status: Active](https://img.shields.io/badge/status-active-brightgreen)](https://github.com/OscillateLabsLLC/.github/blob/main/SUPPORT_STATUS.md)

## Upgrading to 2.0

Version 2.0 changes the skill entry point from `skill-monster-scanner.mikejgray` to `skill-monster-scanner.oscillatelabsllc`. This means your saved settings (e.g. the `scary` flag) will not carry over automatically.

To migrate your settings, copy your settings file:

```bash
# Mycroft/OVOS
cp ~/.config/mycroft/skills/skill-monster-scanner.mikejgray/settings.json \
   ~/.config/mycroft/skills/skill-monster-scanner.oscillatelabsllc/settings.json

# Neon
cp ~/.config/neon/skills/skill-monster-scanner.mikejgray/settings.json \
   ~/.config/neon/skills/skill-monster-scanner.oscillatelabsllc/settings.json
```

## About

A skill to help your children feel safe at night by scanning for monsters under the bed.

## Configuration

If you feel like being a monster yourself, you can set `scary` in the config to `true` and the skill will sometimes find a monster.

Under skill settings (`~/.config/mycroft/skills/skill-monster-scanner.oscillatelabsllc/settings.json`):

| Option  | Value   | Description                                                  |
| ------- | ------- | ------------------------------------------------------------ |
| `scary` | `false` | Whether or not to occasionally find a monster under the bed. |

Note: If you are running Neon, the skill settings file will be located at `~/.config/neon/skills/skill-monster-scanner.oscillatelabsllc/settings.json`.

## Examples

- "Are there monsters under my bed?"
- "Is the Boogeyman under the bed?"

## Credits

- Oscillate Labs

## Category

Fun

## Tags

ovos skill neon skill monster scanner kids children fun silly
