This OVOS skill handles chance-based requests. It makes a choice, rolls a die, flips a coin, and picks between two options.
pip install ovos-skill-randomnessThe skill accepts one property, die_limit. This property sets the maximum number of dice you can roll at once. The default is 16.
Set it in ~/.config/mycroft/skills/skill-randomness.openvoiceos/settings.json:
{
"die_limit": 16
}- "Flip a coin"
- "Tell me my future"
- "Help me decide something"
- "Pick a number between 1 and 100"
- "Roll a die"
- "Roll 1 d 20"
- "Roll 6 d 8"
- "Roll a 20 sided die"
- "Roll 5 dice"
- "Roll 6, 8 sided dice"
- OpenVoiceOS/OpenVoiceOS — the OVOS voice assistant platform this skill runs on.
- OpenVoiceOS/ovos-workshop — the skill framework this skill builds on.
- Mike Gray (@mikejgray)
- BuilderJer (@builderjer)
Games Fun Chance
ovos skill games fun chance
The coin flipping sound came from TheKnave at freesound.org. It is licensed under the Creative Commons 4 License.
The fortune teller sound came from LittleRainySeasons at freesound.org. It is licensed under the Creative Commons 0 License.
The dice rolling sound came from dermotte at freesound.org. It is licensed under the Creative Commons 4 License.
This skill is available under the MIT License.