بنقرة واحدة
perplexity
Deep web research via OpenRouter web_search server tool. Uses any model + grounded search with citations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Deep web research via OpenRouter web_search server tool. Uses any model + grounded search with citations.
التثبيت باستخدام 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.
Web search via DuckDuckGo — free, no API key required. Returns titles, URLs, and snippets.
| 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.