원클릭으로
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.