Skip to content

Commit

Permalink
fix: add missing skill.json (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Nov 15, 2024
1 parent d5b576b commit 89c76c5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions locale/en-us/skill.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"skill_id": "skill-ovos-ddg.openvoiceos",
"source": "https://github.com/OpenVoiceOS/skill-ovos-ddg",
"name": "DuckDuckGo",
"description": "Use DuckDuckGo to answer questions.",
"examples": [
"when was stephen hawking born",
"ask the duck about the big bang",
"who is elon musk"
],
"tags": [
"duckduckgo",
"query",
"search-engine"
]
}

0 comments on commit 89c76c5

Please sign in to comment.