From c92f3a531a2decb24defc5eb6d2af1c9b0d2dbae Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Thu, 14 Mar 2024 20:11:15 +0000 Subject: [PATCH] Create skill-notes.json --- skill-notes.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 skill-notes.json 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"] +}