基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/razzant/OuroborosHub --skill perplexity命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Interactive dark-glassmorphic cache observability dashboard with multi-timeframe analytics, token-weighted hit rates, cost savings, and Canvas 2D charts.
Comprehensive, charming, and fully playable Happy Farm game widget with crops, livestock, economy, orders, day-night/weather cycles, and audio.
Read-only widget showing quota windows and limits for every authorized Claudexor account, with per-facet read-state honesty.
| 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":["[Truncated]","[Truncated]","[Truncated]"]}} |
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.