Files
openclaw/extensions/duckduckgo/package.json
Vincent Koc c6ca11e5a5 feat(web-search): add DuckDuckGo bundled plugin (#52629)
* feat(web-search): add DuckDuckGo bundled plugin

* chore(changelog): restore main changelog

* fix(web-search): harden DuckDuckGo challenge detection
2026-03-22 22:05:33 -07:00

13 lines
222 B
JSON

{
"name": "@openclaw/duckduckgo-plugin",
"version": "2026.3.22",
"private": true,
"description": "OpenClaw DuckDuckGo plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
]
}
}