← 返回
内容创作 Key 中文

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 Sonar Pro进行网络搜索和URL获取。适用于网络搜索、查找信息、获取URL内容或配置网络搜索设置。
aligurelli
内容创作 clawhub v1.5.0 1 版本 99942 Key: 需要
★ 6
Stars
📥 1,602
下载
💾 78
安装
1
版本
#latest

概述

Web Search Skill

Web search via Perplexity (default: sonar) and URL content fetching. Sonar-pro is optional for deeper analysis.

Credentials

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

Data Handling

  • All search queries are sent to Perplexity's API (https://api.perplexity.ai)
  • web_fetch fetched page contents are processed locally by OpenClaw (not sent to Perplexity)
  • This instruction-only skill does not persist data by itself; query handling/retention is governed by OpenClaw + Perplexity policies
  • Search queries are sent to Perplexity; do not include secrets or private data in queries
  • Your own Perplexity API key and account terms apply

web_search

Search the web. Returns AI-synthesized answers with citations.

Parameters:

  • query (required) — search query
  • count (1-10) — number of results
  • country — 2-letter code: TR, US, DE, ALL
  • search_lang — result language: tr, en, de, fr
  • freshness — time filter: pd (day), pw (week), pm (month), py (year)

Including Social Platform Results

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")

web_fetch

Fetch URL content as markdown/text. No JS execution. Content is extracted locally.

Parameters:

  • url (required) — HTTP/HTTPS URL
  • extractMode — markdown (default) or text
  • maxChars — truncation limit

Perplexity Models (User Choice)

  • sonar (default) — fast Q&A + web search, cost-effective
  • sonar-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.

版本历史

共 1 个版本

  • v1.5.0 当前
    2026-03-28 23:47 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Claude Usage Checker

aligurelli
检查 Claude Code/Claude Max 使用限制。当用户询问使用情况、限制、配额或剩余容量时运行。
★ 0 📥 1,649
content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,237
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 861 📥 200,133