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.

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-search" with this command: npx skills add interskh/querit-search

Querit Search

Web search and content extraction via the Querit.ai API. No browser required.

Setup

Needs env: QUERIT_API_KEY — get a free key at https://querit.ai (1,000 queries/month).

Search

node {baseDir}/search.js "query"                          # 5 results (default)
node {baseDir}/search.js "query" -n 10                    # more results (max 100)
node {baseDir}/search.js "query" --lang english            # language filter
node {baseDir}/search.js "query" --country "united states" # country filter
node {baseDir}/search.js "query" --date w1                 # past week (d1/w1/m1/y1)
node {baseDir}/search.js "query" --site-include github.com # only this domain
node {baseDir}/search.js "query" --site-exclude reddit.com # exclude domain
node {baseDir}/search.js "query" --content                 # also extract page content
node {baseDir}/search.js "query" --json                    # raw JSON output

Flags can be combined:

node {baseDir}/search.js "react hooks" -n 3 --lang english --site-include reactjs.org --content

Extract Page Content

node {baseDir}/content.js https://example.com/article

Fetches a URL and extracts the main readable content as markdown.

Output Format

Search results (default)

1. Page Title
   https://example.com/page
   Site: example.com
   Age: 3 days ago
   Description snippet from search results

2. Another Page
   ...

With --content

After the result listing, each page's extracted markdown content is appended:

### 1. Page Title
URL: https://example.com/page

# Extracted heading
Extracted body content in markdown...

---

With --json

Raw JSON array of result objects with fields: url, title, snippet, page_age, page_time.

When to Use

  • Searching for documentation, API references, or tutorials
  • Looking up facts, current events, or recent information
  • Finding content from specific websites (use --site-include)
  • Fetching and reading a web page's content (use --content or content.js)
  • Any task requiring web search without interactive browsing

Limitations

  • Query limited to 72 characters (auto-truncated with warning)
  • Max 100 results per query
  • Max 20 domains per site filter
  • Free tier: 1,000 queries/month, 1 QPS
  • Supported languages: english, japanese, korean, german, french, spanish, portuguese

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

Zip

Zip - command-line tool for everyday use

Registry SourceRecently Updated
General

Youtube Script

YouTube视频脚本、标题A/B测试、缩略图文案、SEO优化、开头Hook、章节标记。YouTube script writer with title testing, thumbnail copy, SEO optimization, hooks, chapter markers. Use when you...

Registry SourceRecently Updated
1760ckchzh
General

Topmediai AI Music Generator

Generate AI music, BGM, or lyrics via TopMediai API. Supports auto polling and two-stage output (preview first, then final full audio) for generation tasks.

Registry SourceRecently Updated
General

Yamlcheck

YAML validator and formatter. Validate YAML syntax, pretty-print with proper indentation, convert between YAML and JSON, and lint YAML files for common issues.

Registry SourceRecently Updated