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

Yves Web Search

Skill by flashery

Why use this skill?

Power your OpenClaw agent with Yves Web Search. Perform free, keyless web searches and scrape full page content using Jina AI and DuckDuckGo integrations.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/flashery/yves-web-search
Or

What This Skill Does

The Yves Web Search skill for OpenClaw is a versatile toolset designed to bridge the gap between your AI agent and the live internet. It acts as a gateway for retrieving real-time data, documentation, and web-based resources without requiring complex API keys or subscriptions. By leveraging three distinct methodologies—Jina AI Reader, DuckDuckGo Lite, and Python-based ddgs—it provides a robust architecture for both broad information discovery and granular content extraction. Whether you need to scrape technical documentation, keep up with breaking news, or perform research for a project, this skill ensures your agent remains contextually aware and updated with the latest information found across the web.

Installation

To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal to fetch the repository and register the skill:

clawhub install openclaw/skills/skills/flashery/yves-web-search

Ensure that you have the necessary environment permissions enabled for network requests, as the agent will be communicating with external domains to execute searches.

Use Cases

  • Technical Research: Quickly access up-to-date documentation for libraries like Next.js or React to solve coding bugs.
  • Market Analysis: Monitor real-time trends, news, or financial updates by performing targeted searches.
  • Content Curation: Automatically summarize long-form articles or blog posts by piping them through the Jina AI reader engine.
  • Automated Fact Checking: Verify user claims or current events by fetching live data points from search engine results.

Example Prompts

  1. "Search for the latest best practices for implementing authentication in Next.js 15 and summarize the top 3 approaches found in the docs."
  2. "Find the current documentation link for the Python requests library and extract the page content so I can read it offline."
  3. "Look up the most recent news regarding OpenAI's latest product announcements and provide a brief bulleted list of the core features."

Tips & Limitations

  • Efficiency: Always start with a DuckDuckGo search to narrow down URLs before using Jina Reader to fetch full content; this prevents unnecessary data usage.
  • Filtering: Use the + syntax in search queries to ensure exact phrase matching or to include mandatory keywords.
  • Limitations: The skill depends on third-party service availability (Jina AI and DuckDuckGo). If one is down, use the Python ddgs fallback method. Note that some websites block automated scrapers; if a page fails to load, try a different search result.

Metadata

Author@flashery
Stars2387
Views1
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-flashery-yves-web-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-scraping#research#search-engine#automation#information-retrieval
Safety Score: 4/5

Flags: network-access, external-api