← 返回
开发者工具 Key 中文

Querit Web Search

Advanced web search using the Querit API with support for site filtering, time ranges, geolocation, and language targeting.
使用Querit API进行高级网络搜索,支持站点过滤、时间范围、地理位置和语言定向。
murphyzzzzz
开发者工具 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 3
Stars
📥 608
下载
💾 13
安装
1
版本
#latest

概述

Querit Advanced Search Skill

This skill provides OpenClaw with real-time web search capabilities. It supports complex filtering to retrieve highly accurate information.

Notes:

  • Needs QUERIT_API_KEY from https://querit.ai
  • Each account receives 1,000 free search queries to experience the content and capabilities.

Trigger Conditions

  • When the user asks for real-time news, specific facts, or up-to-date data.
  • When the search requires constraints like specific dates, languages, countries, or particular websites.

Supported Parameters

You can construct a JSON payload to use this tool. The payload supports the following fields:

  • query (string, Required): The search query term.
  • count (integer, Optional): The maximum number of search results to return.
  • filters (object, Optional): Filter conditions to refine results.
  • sites (object): Specify which websites to include or exclude.
  • include (array of strings): Only fetch data from these domains (e.g., ["wikipedia.org", "nytimes.com"]).
  • exclude (array of strings): Do not fetch data from these domains.
  • timeRange (object):
  • date (string): Options include:
  • d[number]: Past X days (e.g., d7 for past 7 days).
  • w[number]: Past X weeks (e.g., w2).
  • m[number]: Past X months (e.g., m6).
  • y[number]: Past X years (e.g., y1).
  • YYYY-MM-DDtoYYYY-MM-DD: Specific date range (e.g., 2023-01-01to2023-12-31).
  • geo (object):
  • countries -> include (array of strings): E.g., ["united states", "japan", "germany"].
  • languages (object):
  • include (array of strings): E.g., ["english", "japanese", "german", "french", "spanish"].

Execution Instructions

Execute the included search.py script by passing a strict JSON string as the argument. Wrap the JSON string in single quotes.

Example 1: Simple Search

python skills/querit-web-search/scripts/search.py 'quantum computing breakthroughs'

Example 2: Advanced Filtered Search

python skills/querit-web-search/scripts/search.py '{
    "query": "artificial intelligence regulations",
    "count": 10,
    "filters": {
        "sites": {
            "include": ["techcrunch.com", "mondaq.com","europa.eu"]
        },
        "timeRange": {
            "date": "m3"
        },
        "geo": {
            "countries": {
                "include": ["united states", "united kingdom"]
            }
        },
        "languages": {
            "include": ["english"]
        }
    }
}'

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-03-30 00:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 323,933
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,966
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,758