This release is a pre-release and may not be stable for production use.
DuckDuckGo
This OVOS skill answers factual questions with DuckDuckGo Instant Answers. It uses ovos-ddg-plugin to query the API and extract facts from the results.
Install
pip install ovos-skill-ddg
Examples
- "search DuckDuckGo for Stephen Hawking"
- "who is Marie Curie"
- "what is the Eiffel Tower"
- "when was Albert Einstein born"
- "Isaac Newton"
How it works
The skill takes part in three OVOS pipeline stages.
| Pipeline | Trigger | Priority |
|---|---|---|
Padacioso intent (search_duck.intent) |
Explicit "search DuckDuckGo for …" phrases | High |
| Common Query | Open factual questions routed by the common-query pipeline | none |
| Fallback | Any utterance not claimed by another skill | 90 (last resort) |
The skill sends queries to the DuckDuckGo Instant Answers API through ovos-ddg-plugin. The plugin handles:
- Infobox field extraction: structured facts (birthdate, nationality, occupation, …) matched with locale-aware Padacioso intents
- Abstract text: encyclopedic summary sentences
- Keyword extraction fallback: when a conversational phrase returns no result, the skill extracts keywords and re-queries (this needs
ovos-rake-keyword-extractoror a compatible plugin)
The skill detects blacklisted domains (weather, reminders, alarms, timers, music, calls) with per-locale vocabulary files and routes them to the matching skill instead.
Supported languages
37 locales cover all languages in the DuckDuckGo API locale mapping.
ar bg ca cs da de el en es et fi fil fr he hr hu id it ja ko lt lv ms nb nl pl pt ro ru sk sl sv th tr uk vi zh
Related projects
- ovos-ddg-plugin: the query and answer-extraction backend this skill uses
Category
Information
Tags
#duckduckgo #query #search-engine #searchengine
License
Apache-2.0
Release files for ovos-skill-ddg 0.3.10a2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ovos_skill_ddg-0.3.10a2.tar.gz | 65.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ovos_skill_ddg-0.3.10a2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 118.6 kB
Release files / ovos_skill_ddg-0.3.10a2.tar.gz
| Download URL | ovos_skill_ddg-0.3.10a2.tar.gz |
|---|---|
| Size | 65.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7be98320dbc3f44f8ecf8900d4a58508e2d50e0a880512912e005c06c60505e8
|
|
BLAKE2b-256 checksum How to use checksums |
da7318c57060d1a5a7162175476c9687467bbf1ad6bbabbd087d8de0c5e8090e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ovos_skill_ddg-0.3.10a2-py3-none-any.whl
| Download URL | ovos_skill_ddg-0.3.10a2-py3-none-any.whl |
|---|---|
| Size | 53.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
33b686b4e56a14eca87d547492cd2aa9f1effc2c9d14a8178272e4ef13c998fa
|
|
BLAKE2b-256 checksum How to use checksums |
77a1dd289365cf7c6e9dbba8f8f814a711c8cf9cb2ffc7e02804dd4273b6d69f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|