Skip to content

Commit

Permalink
Create skill-notes.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Mar 14, 2024
1 parent e704f14 commit c92f3a5
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions skill-notes.json
Original file line number Diff line number Diff line change
@@ -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"]
}

0 comments on commit c92f3a5

Please sign in to comment.