diff --git a/skill-notes.json b/skill-notes.json new file mode 100644 index 0000000..25ea42d --- /dev/null +++ b/skill-notes.json @@ -0,0 +1,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": [ + "samples/notes-1.png", + "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"] +}