Metadata-Version: 2.4
Name: skill-easter-eggs
Version: 1.1.0a2
Home-page: https://github.com/OpenVoiceOS/skill-easter-eggs
Author: Jarbas
Author-email: jarbas@openvoiceos.com
License: BSD-3-Clause
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dateutil~=2.9.0
Requires-Dist: ovos-utils>=0.0.38
Requires-Dist: ovos_workshop>=0.0.15
Requires-Dist: ovos_bus_client>=0.0.6
Requires-Dist: ovos-number-parser>=0.0.1
Requires-Dist: ovos-mark1-utils~=0.0.1
Provides-Extra: test
Requires-Dist: ovos_plugin_manager; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-timeout; extra == "test"
Requires-Dist: ovos_config; extra == "test"
Requires-Dist: padacioso>=1.0.2a3; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Requires-Dist: ovoscope>=1.5.0; extra == "test"
Provides-Extra: dev
Requires-Dist: ovos_plugin_manager; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-timeout; extra == "dev"
Requires-Dist: ovos_config; extra == "dev"
Requires-Dist: padacioso>=1.0.2a3; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"
Requires-Dist: ovoscope>=1.5.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist

# Easter Eggs

This skill for [OpenVoiceOS](https://github.com/OpenVoiceOS) answers pop-culture references and movie quotes.

## Install

Install the skill with pip.

```bash
pip install ovos-skill-easter-eggs
```

## Usage

Say one of these phrases to the assistant.

- "Current stardate?"
- "Open the pod bay doors."
- "First law of robotics?"
- "How to play rock paper scissors lizard spock?"
- "How many languages do you speak?"
- "Do you like Portal?"
- "What would Duke Nukem say?"
- "What would HAL 9000 say?"
- "What would Arnold say?"
- "What would GLaDOS say?"
- "What would Bender say?"
- "What would Malibu Stacey say?"
- "You know the best band in the world? Wyld Stallions?"
- "Sing me a song"

### Grandma mode

This skill has some spicy language options. It starts in grandma mode by default. Say "hurt me plenty" to disable grandma mode.

Say "I'm too young to die" to turn grandma mode back on.

## Related projects

- [OpenVoiceOS/OpenVoiceOS](https://github.com/OpenVoiceOS/OpenVoiceOS) — the core assistant platform this skill runs on.
- [OpenVoiceOS/ovos-workshop](https://github.com/OpenVoiceOS/ovos-workshop) — the skill framework this skill builds on.

## Credits

- JarbasAI
- mikejgray (revival)

## License

This project uses the Apache License 2.0. See [LICENSE](LICENSE) for the full text.
