forked from NeonGeckoCom/skill-alerts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
skill.json
71 lines (71 loc) · 2.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"title": "Alerts",
"url": "https://github.com/NeonGeckoCom/alerts.neon",
"summary": "A skill to schedule alarms, timers, and reminders",
"short_description": "A skill to schedule alarms, timers, and reminders",
"description": "The skill provides functionality to create alarms, timers and reminders, remove them by name, time, or type, and ask for what is active. You may also silence all alerts and ask for a summary of what was missed if you were away, your device was off, or you had quiet hours enabled. Alarms and reminders may be set to recur daily or weekly. An active alert may be snoozed for a specified amount of time while it is active. Any alerts that are not acknowledged will be added to a list of missed alerts that may be read and cleared when requested.",
"examples": [
"set an alarm for 8 am",
"when is my next alarm",
"cancel my 8 am alarm",
"set a 5 minute timer",
"how much time is left",
"remind me to go home at 6",
"remind me to take out the trash every thursday at 7 pm",
"what are my reminders",
"cancel all (alarms/timers/reminders)",
"go to sleep",
"quiet hours",
"stop",
"snooze",
"snooze for 1 minute",
"wake up",
"what did i miss",
"did i miss anything"
],
"desktopFile": false,
"warning": "",
"systemDeps": false,
"requirements": {
"python": [
"lingua-franca~=0.3.1",
"spacy~=2.3.1",
"https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-2.3.1/en_core_web_sm-2.3.1.tar.gz"
],
"system": {},
"skill": []
},
"incompatible_skills": [
"https://github.com/mycroftai/skill-reminder",
"https://github.com/mycroftai/skill-alarm",
"https://github.com/mycroftai/mycroft-timer"
],
"platforms": [
"i386",
"x86_64",
"ia64",
"arm64",
"arm"
],
"branch": "master",
"license": "NeonAI License v1.0",
"icon": "logo.svg",
"category": "Productivity",
"categories": [
"Productivity",
"Daily"
],
"tags": [
"NeonGecko",
"NeonAI",
"alert",
"alarm",
"timer",
"reminder",
"schedule"
],
"skillname": "Alerts",
"authorname": "Neon",
"foldername": "alerts.neon",
"download_url": "https://api.github.com/repos/NeonGeckoCom/alerts.neon/zipball/master"
}