mit einem Klick
duckduckgo
// Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets.
// Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets.
Bidirectional Telegram bot bridge for Ouroboros with configurable command modes, inline keyboard control panel, and optional silent (edit-in-place) mirror.
AI-powered 2D anime generator with VLM-verified assets, video analysis via Gemini, sequential keyframes, scene continuity chain, multi-model image/video generation, LLM-powered error recovery, and parallel asset+music pipeline
Оркестратор автоматического бронирования ресторанов: нормализует список ресторанов, формирует задачу для агента-исполнителя и валидирует результат.
Interactive Improvement Backlog widget with kanban status management, filtering data, notes, and local item creation without mutating Ouroboros core memory directly.
Hollywood-grade photorealistic video production with Gemini multimodal AV QC, parallel best-of-N candidate generation, effort-based quality control (low/regular/max), voice/dialogue synthesis, and Director cross-scene review
Agent-to-Agent protocol bridge for Ouroboros. Provides a local A2A-compatible server plus client tools for discovering and messaging other A2A agents.
| name | duckduckgo |
| description | Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets. |
| version | 0.1.1 |
| 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.