querit-web-search

Advanced web search using the Querit API with support for site filtering, time ranges, geolocation, and language targeting.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "querit-web-search" with this command: npx skills add MurphyZzzzz/querit-web-search

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"]
        }
    }
}'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Ai Competitor Analyzer

提供AI驱动的竞争对手分析,支持批量自动处理,提升企业和专业团队分析效率与专业度。

Registry SourceRecently Updated
General

Ai Data Visualization

提供自动化AI分析与多格式批量处理,显著提升数据可视化效率,节省成本,适用企业和个人用户。

Registry SourceRecently Updated
General

Ai Cost Optimizer

提供基于预算和任务需求的AI模型成本优化方案,计算节省并指导OpenClaw配置与模型切换策略。

Registry SourceRecently Updated