forked from OpenVoiceOS/OVOS-skills-store
-
Notifications
You must be signed in to change notification settings - Fork 1
/
skill-notes.json
30 lines (30 loc) · 960 Bytes
/
skill-notes.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
{
"skill_id": "ovos-skill-notes.openvoiceos",
"source": "https://github.com/OVOSHatchery/ovos-skill-notes",
"package_name": "ovos-skill-notes",
"extra_plugins": {
"core": [],
"PHAL": [],
"listener": [],
"audio": [],
"media": [],
"gui": []
},
"icon": "https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/sticky-note.svg",
"images": [
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-notes/dev/samples/notes-1.png",
"https://raw.githubusercontent.com/OVOSHatchery/ovos-skill-notes/dev/samples/notes-2.png"
],
"name": "Notes",
"description": "GUI ONLY. Take personal notes to keep track of appointments, to-do items, etc.",
"examples": [
"Take a note",
"Show all my notes",
"Read my last 3 notes",
"Read my first 3 notes",
"Read my last note",
"Read all my notes",
"Delete / Remove note (number)"
],
"tags": ["notes", "productivity", "GUI", "daily"]
}