From c6e62fbb75c813928530aa6aeba6646367f9c6e5 Mon Sep 17 00:00:00 2001 From: miro Date: Fri, 15 Nov 2024 15:45:33 +0000 Subject: [PATCH] fix: add missing skill.json --- locale/en-us/skill.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 locale/en-us/skill.json diff --git a/locale/en-us/skill.json b/locale/en-us/skill.json new file mode 100644 index 0000000..55d2ccc --- /dev/null +++ b/locale/en-us/skill.json @@ -0,0 +1,26 @@ +{ + "skill_id": "skill-ovos-news.openvoiceos", + "source": "https://github.com/OpenVoiceOS/skill-ovos-news", + "extra_plugins": { + "core": [], + "PHAL": [], + "listener": [], + "audio": ["ovos-ocp-news-plugin"], + "media": ["ovos-ocp-news-plugin"], + "gui": [] + }, + "name": "News Streams", + "description": "News streams from around the globe.", + "examples": [ + "play the news", + "play npr news", + "play euronews", + "play catalan news", + "play portuguese news", + "play news in spanish" + ], + "tags": [ + "news", + "information" + ] +} \ No newline at end of file