一键导入
duckduckgo
Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Bidirectional Telegram bot bridge for Ouroboros with configurable command modes, inline keyboard control panel, file/document delivery, and optional silent (edit-in-place) mirror.
Wide polished weather widget — current conditions, compact forecast, astronomy, and resilient wttr.in cache (no API key).
AgentRQ integration: structured HITL task board, permission gating, and real-time workspace bridge via MCP Streamable HTTP
Agent-to-Agent protocol bridge for Ouroboros. Provides a local A2A-compatible server plus client tools for discovering and messaging other A2A agents.
Generate images from a text prompt via OpenRouter's image generation API (Nano Banana / Gemini Flash Image). Displays the result inside the widget and saves to disk for download.
Навигатор по операционной работе с банком: приостановления и блокировки счёта (115-ФЗ, ст. 76 НК, арест, заморозка), картотека и неоплаченные требования, сертификаты ЭП/ЭЦП и доступ к банк-клиенту (ДБО), доверенности. Прототип на данных-образце: показывает статус компании, даёт сводку по счёту и ставит ежедневную сводку на расписание.
| name | duckduckgo |
| description | Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets. |
| version | 0.1.2 |
| type | extension |
| runtime | python3 |
| entry | plugin.py |
| permissions | ["net","tool","route","widget"] |
| env_from_settings | [] |
| dependencies | ["ddgs"] |
| when_to_use | User asks to search the web, find information, look up facts, or research a topic — and no OpenAI key is available for web_search. |
| timeout_sec | 60 |
| ui_tab | {"tab_id":"search","title":"DuckDuckGo Search","icon":"search","render":{"kind":"declarative","schema_version":1,"components":[{"type":"form","route":"search","method":"POST","target":"search_results","fields":[{"name":"query","label":"Search query","type":"text","placeholder":"Search the web...","required":true},{"name":"max_results","label":"Max results","type":"text","placeholder":"5"}],"submit_label":"Search"},{"type":"json","target":"search_results"}]}} |
A zero-config web search extension using the DuckDuckGo search engine. No API keys required — works with any Ouroboros configuration.
ext_..._duckduckgo_search — the LLM can call this to search the webPOST /api/extensions/duckduckgo/search — JSON body {"query": "...", "max_results": 5}Requires the ddgs Python package. Ouroboros installs it automatically
from the manifest dependencies declaration during review/install.
Connects to DuckDuckGo servers only. No other external hosts are contacted.