{
  "schemaVersion": "1.0",
  "item": {
    "slug": "querit-web-search",
    "name": "Querit Web Search",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/MurphyZzzzz/querit-web-search",
    "canonicalUrl": "https://clawhub.ai/MurphyZzzzz/querit-web-search",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/querit-web-search",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=querit-web-search",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/search.py"
    ],
    "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-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-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/querit-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/querit-web-search",
    "agentPageUrl": "https://openagent3.xyz/skills/querit-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/querit-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/querit-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": "Querit Advanced Search Skill",
        "body": "This skill provides OpenClaw with real-time web search capabilities. It supports complex filtering to retrieve highly accurate information.\n\nNotes:\n\nNeeds QUERIT_API_KEY from https://querit.ai\nEach account receives 1,000 free search queries to experience the content and capabilities."
      },
      {
        "title": "Trigger Conditions",
        "body": "When the user asks for real-time news, specific facts, or up-to-date data.\nWhen the search requires constraints like specific dates, languages, countries, or particular websites."
      },
      {
        "title": "Supported Parameters",
        "body": "You can construct a JSON payload to use this tool. The payload supports the following fields:\n\nquery (string, Required): The search query term.\ncount (integer, Optional): The maximum number of search results to return.\nfilters (object, Optional): Filter conditions to refine results.\n\nsites (object): Specify which websites to include or exclude.\n\ninclude (array of strings): Only fetch data from these domains (e.g., [\"wikipedia.org\", \"nytimes.com\"]).\nexclude (array of strings): Do not fetch data from these domains.\n\n\ntimeRange (object):\n\ndate (string): Options include:\n\nd[number]: Past X days (e.g., d7 for past 7 days).\nw[number]: Past X weeks (e.g., w2).\nm[number]: Past X months (e.g., m6).\ny[number]: Past X years (e.g., y1).\nYYYY-MM-DDtoYYYY-MM-DD: Specific date range (e.g., 2023-01-01to2023-12-31).\n\n\n\n\ngeo (object):\n\ncountries -> include (array of strings): E.g., [\"united states\", \"japan\", \"germany\"].\n\n\nlanguages (object):\n\ninclude (array of strings): E.g., [\"english\", \"japanese\", \"german\", \"french\", \"spanish\"]."
      },
      {
        "title": "Execution Instructions",
        "body": "Execute the included search.py script by passing a strict JSON string as the argument. Wrap the JSON string in single quotes.\n\nExample 1: Simple Search\n\npython skills/querit-web-search/scripts/search.py 'quantum computing breakthroughs'\n\nExample 2: Advanced Filtered Search\n\npython skills/querit-web-search/scripts/search.py '{\n    \"query\": \"artificial intelligence regulations\",\n    \"count\": 10,\n    \"filters\": {\n        \"sites\": {\n            \"include\": [\"techcrunch.com\", \"mondaq.com\",\"europa.eu\"]\n        },\n        \"timeRange\": {\n            \"date\": \"m3\"\n        },\n        \"geo\": {\n            \"countries\": {\n                \"include\": [\"united states\", \"united kingdom\"]\n            }\n        },\n        \"languages\": {\n            \"include\": [\"english\"]\n        }\n    }\n}'"
      }
    ],
    "body": "Querit Advanced Search Skill\n\nThis skill provides OpenClaw with real-time web search capabilities. It supports complex filtering to retrieve highly accurate information.\n\nNotes:\n\nNeeds QUERIT_API_KEY from https://querit.ai\nEach account receives 1,000 free search queries to experience the content and capabilities.\nTrigger Conditions\nWhen the user asks for real-time news, specific facts, or up-to-date data.\nWhen the search requires constraints like specific dates, languages, countries, or particular websites.\nSupported Parameters\n\nYou can construct a JSON payload to use this tool. The payload supports the following fields:\n\nquery (string, Required): The search query term.\ncount (integer, Optional): The maximum number of search results to return.\nfilters (object, Optional): Filter conditions to refine results.\nsites (object): Specify which websites to include or exclude.\ninclude (array of strings): Only fetch data from these domains (e.g., [\"wikipedia.org\", \"nytimes.com\"]).\nexclude (array of strings): Do not fetch data from these domains.\ntimeRange (object):\ndate (string): Options include:\nd[number]: Past X days (e.g., d7 for past 7 days).\nw[number]: Past X weeks (e.g., w2).\nm[number]: Past X months (e.g., m6).\ny[number]: Past X years (e.g., y1).\nYYYY-MM-DDtoYYYY-MM-DD: Specific date range (e.g., 2023-01-01to2023-12-31).\ngeo (object):\ncountries -> include (array of strings): E.g., [\"united states\", \"japan\", \"germany\"].\nlanguages (object):\ninclude (array of strings): E.g., [\"english\", \"japanese\", \"german\", \"french\", \"spanish\"].\nExecution Instructions\n\nExecute the included search.py script by passing a strict JSON string as the argument. Wrap the JSON string in single quotes.\n\nExample 1: Simple Search\n\npython skills/querit-web-search/scripts/search.py 'quantum computing breakthroughs'\n\n\nExample 2: Advanced Filtered Search\n\npython skills/querit-web-search/scripts/search.py '{\n    \"query\": \"artificial intelligence regulations\",\n    \"count\": 10,\n    \"filters\": {\n        \"sites\": {\n            \"include\": [\"techcrunch.com\", \"mondaq.com\",\"europa.eu\"]\n        },\n        \"timeRange\": {\n            \"date\": \"m3\"\n        },\n        \"geo\": {\n            \"countries\": {\n                \"include\": [\"united states\", \"united kingdom\"]\n            }\n        },\n        \"languages\": {\n            \"include\": [\"english\"]\n        }\n    }\n}'"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MurphyZzzzz/querit-web-search",
    "publisherUrl": "https://clawhub.ai/MurphyZzzzz/querit-web-search",
    "owner": "MurphyZzzzz",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/querit-web-search",
    "downloadUrl": "https://openagent3.xyz/downloads/querit-web-search",
    "agentUrl": "https://openagent3.xyz/skills/querit-web-search/agent",
    "manifestUrl": "https://openagent3.xyz/skills/querit-web-search/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/querit-web-search/agent.md"
  }
}