-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
43 lines (43 loc) · 1.69 KB
/
skill.json
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
{
"title": "",
"url": "https://github.com/CSULB-CECS-Senior-Design/skill-r2arc-text",
"summary": "",
"short_description": null,
"description": "The skill send a text to a phone number when the user says the word emergency.",
"examples": [],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"ovos-bus-client",
"ovos-plugin-manager",
"ovos-utils",
"ovos-workshop"
],
"system": {},
"skill": []
},
"incompatible_skills": [],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "Unknown",
"icon": "",
"category": "",
"categories": [],
"tags": [],
"credits": [
"- Michelle Tran",
"- Mike Gray's skill generator - https://github.com/mikejgray/ovos-skill-projen"
],
"skillname": "skill-r2arc-text",
"authorname": "CSULB-CECS-Senior-Design",
"foldername": null,
"simple ovos texting skill": "In order to enable SMS ability, you need a cellular module. So far this skill works with Waveshare's SIM7600X HAT. This is a skill rather than a plugin because of it simple task to only text one phone number. Also, you need to define the word \"emergency\" as one of OVOS's hotword. ``` \"hotwords\":{ \"Emergency\":{ \"module\":\"ovos-ww-plugin-vosk\", \"samples\":[\"emergency\"], \"lang\": \"en\", \"rule\":\"fuzzy\", \"listen\":false, \"active\":true, \"bus_event\":\"text.emergency\" } } ```"
}