From 5f6b5c8669b0d055c23a6b5b2be6a199b9b6756f Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 15 Nov 2024 20:40:21 +0000 Subject: [PATCH] fix: skill.json --- MANIFEST.in | 5 +---- locale/en-us/skill.json | 20 ++++++++++++++++++++ res/desktop/skill-wolfie.desktop | 10 ---------- res/desktop/skill.json | 26 -------------------------- 4 files changed, 21 insertions(+), 40 deletions(-) create mode 100644 locale/en-us/skill.json delete mode 100644 res/desktop/skill-wolfie.desktop delete mode 100644 res/desktop/skill.json diff --git a/MANIFEST.in b/MANIFEST.in index bb58308..b968593 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,3 @@ -recursive-include dialog * -recursive-include vocab * recursive-include locale * recursive-include res * -recursive-include ui * -recursive-include skill * \ No newline at end of file +recursive-include gui * \ No newline at end of file diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..72f8835 --- /dev/null +++ b/locale/en-us/skill.json @@ -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" + ] +} \ No newline at end of file diff --git a/res/desktop/skill-wolfie.desktop b/res/desktop/skill-wolfie.desktop deleted file mode 100644 index 44eb393..0000000 --- a/res/desktop/skill-wolfie.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Terminal=false -Type=Application -Name=Wolfram Alpha Skill -Exec=mycroft-gui-app --hideTextInput --skill=skill-wolfie.jarbasskills.home -Icon=wolfie.png -Categories=VoiceApp -StartupNotify=false -X-DBUS-StartupType=None -X-KDE-StartupNotify=false diff --git a/res/desktop/skill.json b/res/desktop/skill.json deleted file mode 100644 index 1cf2b1d..0000000 --- a/res/desktop/skill.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "name": "Wolfram Alpha", - "skillname": "skill-wolfie", - "authorname": "JarbasSkills", - "foldername": "", - "url": "https://github.com/JarbasSkills/skill-wolfie", - "branch": "dev", - "desktopFile": false, - "warning": "", - "systemDeps": false, - "platforms": [ - "arm", - "arm64", - "i386", - "x86_64", - "ia64" - ], - "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?" - ] -} \ No newline at end of file