Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: skill.json #43

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 *
20 changes: 20 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"skill_id": "skill-ovos-wolfie.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-wolfie",
"name": "Wolfram Alpha",
"description": "Use Wolfram Alpha for general knowledge questions.",
"examples": [
"ask the wolf what is the speed of light",
"How tall is Mount Everest?",
"When was The Rocky Horror Picture Show released?",
"What is Madonna's real name?",
"What's 18 times 4?",
"How many inches in a meter?"
],
"tags": [
"wolfram-alpha",
"query",
"general-knowledge",
"information"
]
}
10 changes: 0 additions & 10 deletions res/desktop/skill-wolfie.desktop

This file was deleted.

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

This file was deleted.

Loading