원클릭으로
perplexity
// Deep web research via OpenRouter web_search server tool. Uses any model + grounded search with citations.
// Deep web research via OpenRouter web_search server tool. Uses any model + grounded search with citations.
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 | perplexity |
| description | Deep web research via OpenRouter web_search server tool. Uses any model + grounded search with citations. |
| version | 0.1.1 |
| type | extension |
| runtime | python3 |
| entry | plugin.py |
| permissions | ["net","tool","route","widget","read_settings"] |
| env_from_settings | ["OPENROUTER_API_KEY"] |
| when_to_use | User asks for deep research, fact-checking with sources, or web search with LLM synthesis and citations. |
| timeout_sec | 120 |
| ui_tab | {"tab_id":"research","title":"Perplexity Research","icon":"search","render":{"kind":"declarative","schema_version":1,"components":[{"type":"form","route":"research","method":"POST","target":"research_results","fields":[{"name":"query","label":"Research question","type":"text","placeholder":"Ask anything — get a grounded answer with sources...","required":true},{"name":"max_results","label":"Max search results","type":"text","placeholder":"5"}],"submit_label":"Research"},{"type":"markdown","target":"research_results","path":"answer"},{"type":"json","target":"research_results","path":"citations"}]}} |
An LLM-grounded web search extension using OpenRouter's openrouter:web_search
server tool. Sends your question to a model that can search the web in real-time
and returns a synthesized answer with citations.
OPENROUTER_API_KEY configured in Settingsopenrouter:web_search tool enabledext_..._perplexity_research — deep research with citationsPOST /api/extensions/perplexity/research — JSON body {"query": "..."}Connects to OpenRouter API (openrouter.ai) only. The actual web search
is performed server-side by OpenRouter's infrastructure.