{
  "schemaVersion": "1.0",
  "item": {
    "slug": "perplexity-web-search",
    "name": "Perplexity Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/aligurelli/perplexity-web-search",
    "canonicalUrl": "https://clawhub.ai/aligurelli/perplexity-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/perplexity-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=perplexity-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/perplexity-web-search"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/perplexity-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Web Search Skill",
        "body": "Web search via Perplexity (default: sonar) and URL content fetching. Sonar-pro is optional for deeper analysis."
      },
      {
        "title": "Credentials",
        "body": "This skill uses the Perplexity key configured in your OpenClaw setup. No shared or third-party keys are used.\n\nIf your environment is not already configured, set PERPLEXITY_API_KEY or configure the key in OpenClaw config.\n\nRecommended default (cost-effective):\n\n{\n  tools: {\n    web: {\n      search: {\n        provider: \"perplexity\",\n        perplexity: {\n          apiKey: \"<your-perplexity-api-key>\",\n          baseUrl: \"https://api.perplexity.ai\",\n          model: \"sonar\"\n        }\n      }\n    }\n  }\n}\n\nOptional deep mode (higher quality, higher cost):\n\n{\n  tools: {\n    web: {\n      search: {\n        perplexity: {\n          model: \"sonar-pro\"\n        }\n      }\n    }\n  }\n}\n\nUse sonar-pro only when you explicitly need deeper analysis.\n\nGet your API key at: https://www.perplexity.ai/settings/api"
      },
      {
        "title": "Data Handling",
        "body": "All search queries are sent to Perplexity's API (https://api.perplexity.ai)\nweb_fetch fetched page contents are processed locally by OpenClaw (not sent to Perplexity)\nThis instruction-only skill does not persist data by itself; query handling/retention is governed by OpenClaw + Perplexity policies\nSearch queries are sent to Perplexity; do not include secrets or private data in queries\nYour own Perplexity API key and account terms apply"
      },
      {
        "title": "web_search",
        "body": "Search the web. Returns AI-synthesized answers with citations.\n\nParameters:\n\nquery (required) — search query\ncount (1-10) — number of results\ncountry — 2-letter code: TR, US, DE, ALL\nsearch_lang — result language: tr, en, de, fr\nfreshness — time filter: pd (day), pw (week), pm (month), py (year)"
      },
      {
        "title": "Including Social Platform Results",
        "body": "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.\n\nweb_search(query=\"cell tower finder app complaints features users want reddit twitter quora\")\n\nPerplexity will pull from both regular websites AND social platforms in one search.\n\nFor cases where you ONLY want a specific platform, use site: operator:\n\nweb_search(query=\"site:reddit.com best stud finder app\")\n\nExamples:\n\nweb_search(query=\"latest Flutter updates\", freshness=\"pw\")\nweb_search(query=\"İstanbul hava durumu\", country=\"TR\", search_lang=\"tr\")\nweb_search(query=\"AI news\", count=5, freshness=\"pd\")\nweb_search(query=\"GLP-1 tracker app wish features complaints reddit twitter quora\")"
      },
      {
        "title": "web_fetch",
        "body": "Fetch URL content as markdown/text. No JS execution. Content is extracted locally.\n\nParameters:\n\nurl (required) — HTTP/HTTPS URL\nextractMode — markdown (default) or text\nmaxChars — truncation limit"
      },
      {
        "title": "Perplexity Models (User Choice)",
        "body": "sonar (default) — fast Q&A + web search, cost-effective\nsonar-pro — multi-step reasoning + web search (use when deeper analysis is needed)\nsonar-reasoning-pro — deep chain-of-thought research (expensive, use sparingly)\n\nSet the model in config based on your budget/quality preference."
      }
    ],
    "body": "Web Search Skill\n\nWeb search via Perplexity (default: sonar) and URL content fetching. Sonar-pro is optional for deeper analysis.\n\nCredentials\n\nThis skill uses the Perplexity key configured in your OpenClaw setup. No shared or third-party keys are used.\n\nIf your environment is not already configured, set PERPLEXITY_API_KEY or configure the key in OpenClaw config.\n\nRecommended default (cost-effective):\n\n{\n  tools: {\n    web: {\n      search: {\n        provider: \"perplexity\",\n        perplexity: {\n          apiKey: \"<your-perplexity-api-key>\",\n          baseUrl: \"https://api.perplexity.ai\",\n          model: \"sonar\"\n        }\n      }\n    }\n  }\n}\n\n\nOptional deep mode (higher quality, higher cost):\n\n{\n  tools: {\n    web: {\n      search: {\n        perplexity: {\n          model: \"sonar-pro\"\n        }\n      }\n    }\n  }\n}\n\n\nUse sonar-pro only when you explicitly need deeper analysis.\n\nGet your API key at: https://www.perplexity.ai/settings/api\n\nData Handling\nAll search queries are sent to Perplexity's API (https://api.perplexity.ai)\nweb_fetch fetched page contents are processed locally by OpenClaw (not sent to Perplexity)\nThis instruction-only skill does not persist data by itself; query handling/retention is governed by OpenClaw + Perplexity policies\nSearch queries are sent to Perplexity; do not include secrets or private data in queries\nYour own Perplexity API key and account terms apply\nweb_search\n\nSearch the web. Returns AI-synthesized answers with citations.\n\nParameters:\n\nquery (required) — search query\ncount (1-10) — number of results\ncountry — 2-letter code: TR, US, DE, ALL\nsearch_lang — result language: tr, en, de, fr\nfreshness — time filter: pd (day), pw (week), pm (month), py (year)\nIncluding Social Platform Results\n\nFor 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.\n\nweb_search(query=\"cell tower finder app complaints features users want reddit twitter quora\")\n\n\nPerplexity will pull from both regular websites AND social platforms in one search.\n\nFor cases where you ONLY want a specific platform, use site: operator:\n\nweb_search(query=\"site:reddit.com best stud finder app\")\n\n\nExamples:\n\nweb_search(query=\"latest Flutter updates\", freshness=\"pw\")\nweb_search(query=\"İstanbul hava durumu\", country=\"TR\", search_lang=\"tr\")\nweb_search(query=\"AI news\", count=5, freshness=\"pd\")\nweb_search(query=\"GLP-1 tracker app wish features complaints reddit twitter quora\")\n\nweb_fetch\n\nFetch URL content as markdown/text. No JS execution. Content is extracted locally.\n\nParameters:\n\nurl (required) — HTTP/HTTPS URL\nextractMode — markdown (default) or text\nmaxChars — truncation limit\nPerplexity Models (User Choice)\nsonar (default) — fast Q&A + web search, cost-effective\nsonar-pro — multi-step reasoning + web search (use when deeper analysis is needed)\nsonar-reasoning-pro — deep chain-of-thought research (expensive, use sparingly)\n\nSet the model in config based on your budget/quality preference."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aligurelli/perplexity-web-search",
    "publisherUrl": "https://clawhub.ai/aligurelli/perplexity-web-search",
    "owner": "aligurelli",
    "version": "1.5.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/perplexity-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/perplexity-web-search",
    "agentUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/perplexity-web-search/agent.md"
  }
}