← All skills
Tencent SkillHub Β· Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.5.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc