-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathskill.json
More file actions
59 lines (59 loc) · 1.77 KB
/
Copy pathskill.json
File metadata and controls
59 lines (59 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"description": "A skill for all kinds of chance - make a choice, roll a die, flip a coin, pick between two choices, etc. Accepts a single property: `die_limit`, which is the maximum number of dice that can be rolled at once. The default is 16. `~/.config/mycroft/skills/skill-randomness.openvoiceos/settings.json` ```json { \"die_limit\": 16 } ```",
"examples": [
"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"
],
"credits": [
"OpenVoiceOS"
],
"categories": [
"Games",
"Fun",
"Chance"
],
"tags": "ovos skill voice assistant",
"category": "Games",
"package_name": "ovos-skill-randomness",
"pip_spec": "ovos-skill-randomness",
"license": "MIT",
"author": "OpenVoiceOS",
"version": "1.0.0",
"url": "https://github.com/openvoiceos/skill-ovos-randomness",
"skill_id": "skill-ovos-randomness.openvoiceos=skill_ovos_randomness:RandomnessSkill",
"skillname": "skill-ovos-randomness",
"authorname": "openvoiceos",
"name": "ovos-skill-randomness",
"title": "ovos-skill-randomness",
"requirements": {
"python": [
"ovos-utils",
"ovos-workshop",
"ovos-number-parser>=0.0.1,<1.0.0"
],
"system": {},
"skill": []
},
"desktopFile": false,
"warning": "",
"systemDeps": false,
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"foldername": null,
"short_description": null
}