Web search and URL fetching via Perplexity Sonar Pro. Use when searching the web, looking up information, fetching URL content, or configuring web search set...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install perplexity-web-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install perplexity-web-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/perplexity-web-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web_search description: Web search and URL fetching via Perplexity (default: sonar, optional: sonar-pro). Use when searching the web, looking up information, fetching URL content, or configuring web search settings. Covers web_search tool (Perplexity direct API) and web_fetch tool (HTML to markdown extraction). homepage: https://github.com/aligurelli/clawd/tree/main/skills/web_search metadata: {"clawdbot":{"emoji":"🔎"}} ---
Web search via Perplexity (default: sonar) and URL content fetching. Sonar-pro is optional for deeper analysis.
This skill uses the Perplexity key configured in your OpenClaw setup. No shared or third-party keys are used.
If your environment is not already configured, set PERPLEXITY_API_KEY or configure the key in OpenClaw config.
Recommended default (cost-effective):
{
tools: {
web: {
search: {
provider: "perplexity",
perplexity: {
apiKey: "<your-perplexity-api-key>",
baseUrl: "https://api.perplexity.ai",
model: "sonar"
}
}
}
}
}
Optional deep mode (higher quality, higher cost):
{
tools: {
web: {
search: {
perplexity: {
model: "sonar-pro"
}
}
}
}
}
Use sonar-pro only when you explicitly need deeper analysis.
Get your API key at: https://www.perplexity.ai/settings/api
https://api.perplexity.ai)web_fetch fetched page contents are processed locally by OpenClaw (not sent to Perplexity)Search the web. Returns AI-synthesized answers with citations.
Parameters:
query (required) — search querycount (1-10) — number of resultscountry — 2-letter code: TR, US, DE, ALLsearch_lang — result language: tr, en, de, frfreshness — time filter: pd (day), pw (week), pm (month), py (year)For market research or user feedback queries, add social platform names naturally to the query. This makes Perplexity include results from Reddit, Twitter, Quora etc. alongside normal web results — no filtering, no restriction, just broader coverage.
web_search(query="cell tower finder app complaints features users want reddit twitter quora")
Perplexity will pull from both regular websites AND social platforms in one search.
For cases where you ONLY want a specific platform, use site: operator:
web_search(query="site:reddit.com best stud finder app")
Examples:
web_search(query="latest Flutter updates", freshness="pw")
web_search(query="İstanbul hava durumu", country="TR", search_lang="tr")
web_search(query="AI news", count=5, freshness="pd")
web_search(query="GLP-1 tracker app wish features complaints reddit twitter quora")
Fetch URL content as markdown/text. No JS execution. Content is extracted locally.
Parameters:
url (required) — HTTP/HTTPS URLextractMode — markdown (default) or textmaxChars — truncation limitsonar (default) — fast Q&A + web search, cost-effectivesonar-pro — multi-step reasoning + web search (use when deeper analysis is needed)sonar-reasoning-pro — deep chain-of-thought research (expensive, use sparingly)Set the model in config based on your budget/quality preference.
安装 Perplexity Web Search 后,可以对 AI 说这些话来触发它
Help me get started with Perplexity Web Search
Explains what Perplexity Web Search does, walks through the setup, and runs a quick demo based on your current project
Use Perplexity Web Search to web search and URL fetching via Perplexity Sonar Pro
Invokes Perplexity Web Search with the right parameters and returns the result directly in the conversation
What can I do with Perplexity Web Search in my data & analytics workflow?
Lists the top use cases for Perplexity Web Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/perplexity-web-search/ 目录(个人级,所有项目可用),或 .claude/skills/perplexity-web-search/(项目级)。重启 AI 客户端后,用 /perplexity-web-search 主动调用,或让 AI 根据上下文自动发现并使用。
Perplexity Web Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Perplexity Web Search 可免费安装使用。请查阅仓库了解许可证信息。
Web search and URL fetching via Perplexity Sonar Pro. Use when searching the web, looking up information, fetching URL content, or configuring web search set...
Perplexity Web Search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Perplexity Web Search
Identifies repetitive steps in your workflow and sets up Perplexity Web Search to handle them automatically