ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

querit-search

Web search via Querit.ai API. Use when you need to search the web for documentation, current events, facts, or any web content. Returns structured results with titles, URLs, and snippets.

Why use this skill?

Power your OpenClaw agent with high-speed web search and markdown content extraction. Perfect for documentation, fact-checking, and data gathering.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/interskh/querit-search
Or

What This Skill Does

The querit-search skill is a robust interface for the Querit.ai API, enabling the OpenClaw AI agent to perform web searches and deep-content extraction without the overhead of a headless browser. Unlike traditional browsing skills that require memory-intensive page rendering, this skill interacts directly with structured search indices. It provides the AI with the ability to retrieve current events, technical documentation, specific site-based data, and raw markdown-formatted content from any URL. It outputs results in clear text, structured snippets, or raw JSON, ensuring the agent can consume the information with high precision and speed.

Installation

To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:

clawhub install openclaw/skills/skills/interskh/querit-search

Before execution, ensure your environment is configured with the QUERIT_API_KEY variable. You can obtain your API key by registering at https://querit.ai, which provides a generous tier of 1,000 queries per month.

Use Cases

  • Technical Research: Quickly locate specific API documentation or syntax references by targeting trusted domains using the --site-include flag.
  • Content Aggregation: Extract full page body content as markdown to summarize articles or documentation without navigating through UI clutter.
  • Fact Checking: Retrieve real-time data or recent news stories to verify facts or maintain up-to-date knowledge in AI responses.
  • Focused Auditing: Use domain-specific filters to exclude noisy platforms (like social media aggregators) and focus on authoritative source materials.

Example Prompts

  1. "Search for the latest React Router documentation on reactrouter.com and summarize the breaking changes in v7."
  2. "Find recent news articles from the last week about global AI regulation and list the top 3 headlines."
  3. "Fetch the content of this URL [https://example.com/api-guide] and identify the authentication requirements mentioned in the text."

Tips & Limitations

  • Precision: Utilize the --site-include and --site-exclude flags to drastically improve the quality of your results by narrowing the scope.
  • Performance: The free tier is limited to 1 query per second (QPS). For high-volume agent tasks, pace your requests accordingly.
  • Constraints: Query strings are limited to 72 characters. If your search query is long, summarize it to the most critical keywords.
  • Language Support: The tool supports english, japanese, korean, german, french, spanish, and portuguese. Specify the language flag to ensure the search index prioritizes the correct dialect for your needs.

Metadata

Author@interskh
Stars2287
Views3
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-interskh-querit-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#search#web-scraping#research#documentation#api
Safety Score: 4/5

Flags: network-access, external-api