local-web-search

Free local web search via DuckDuckGo HTML scraping with no API key. Use when web_search tool is unavailable or missing API keys, and you need fast query results with source trust scoring, retry/backoff handling, and JSON output suitable for pipelines.

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 "local-web-search" with this command: npx skills add mes28io/local-web-search-skill

Local Web Search

Run local search without paid APIs.

Command

./skills/local-web-search/scripts/local_search.py "<query>" --max 8

Output

Returns JSON with:

  • query
  • count
  • disclaimer
  • security
  • results[] {title, url, snippet, trust{score,tier,reason}}

Trust Scoring

  • high: docs/papers/.gov/.edu/authoritative domains
  • medium: reputable publications/default domains
  • low: user-generated platforms (e.g., dev.to, medium, substack)

Use trust score for ranking/filtering only; always verify key claims with primary sources.

Security

  • No environment/token exfiltration
  • No external writes
  • Outbound HTTPS GET only to search endpoint

Reliability

  • Handles transient errors with exponential backoff + jitter
  • Public scraping behavior can change; parser may need updates

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

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated