Skip to content

Commit

Permalink
fix: skill.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 15, 2024
1 parent 32a002e commit 2715d01
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 81 deletions.
5 changes: 1 addition & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
recursive-include dialog *
recursive-include vocab *
recursive-include locale *
recursive-include res *
recursive-include ui *
recursive-include skill *
recursive-include gui *
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def handle_search(self, message):
"image": None,
}

self.gui.show_animated_image(join(dirname(__file__), "ui", "jumping.gif"))
self.gui.show_animated_image("jumping.gif")

self.speak_dialog("searching", {"query": query})

Expand Down
File renamed without changes
23 changes: 23 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"skill_id": "skill-ovos-wikipedia.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wikipedia",
"name": "Wikipedia",
"description": "Query Wikipedia for answers to all your questions. Get just a summary, or ask for more to get in-depth information.",
"examples": [
"Tell me about Elon Musk",
"Tell me about beans",
"Check Wikipedia for beans",
"Tell me about the Pembroke Welsh Corgi",
"Search for chocolate",
"More information",
"Tell me More"
],
"tags": [
"wikipedia",
"encyclopedia",
"general-knowledge",
"wiki",
"question",
"query"
]
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ovos-utils>=0.0.38,<1.0.0
ovos_workshop>=0.0.15,<3.0.0
ovos-plugin-manager>=0.0.26,<1.0.0
ovos-bus-client>=1.0.1
10 changes: 0 additions & 10 deletions res/desktop/skill-wikipedia-for-humans.desktop

This file was deleted.

66 changes: 0 additions & 66 deletions res/desktop/skill.json

This file was deleted.

0 comments on commit 2715d01

Please sign in to comment.