web-search

Perform real-time web searches using Google and Bing via Playwright.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/e252828/ypaction --skill web-search-e252828
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/e252828/ypaction/tree/main/SKILLs/web-search
Command: npx skills add https://github.com/e252828/ypaction --skill web-search-e252828

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires express, playwright-core, uuid, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides real-time access to current information beyond the AI's knowledge cutoff, allowing users to stay up-to-date on the latest news, documentation, and data.

Core Features & Use Cases

  • Real-time Search: Perform live web searches using Google and Bing, with automatic fallback when one provider is unavailable.
  • Search Engines: Primary search with Google, with Bing as a fallback.
  • Use Case: When you need to find the latest information about a specific topic, such as the latest features of a technology, recent news articles, or current events.

Quick Start

Use the web-search skill to search for "latest React 18 features".

Frequently Asked Questions about web-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform real-time web searches to get current information beyond my knowledge cutoff?

Real-time web searches retrieve current information by controlling a local browser instance via Playwright. You can fetch the latest news, documentation, and data beyond static knowledge limits.

What search engines does the web search automation support?

Web search automation supports Google as the primary search engine and Bing as an automatic fallback. This ensures search queries return results even if one provider becomes unavailable.

Do I need Node.js and Google Chrome to run Playwright web searches?

Yes, running Playwright web searches requires Node.js, Google Chrome, and an active internet connection. The Skill utilizes Chrome DevTools Protocol to control the local browser instance for searches.

What's the best way to automate browser searches for recent technology updates?

Automating browser searches for recent technology updates is best handled by using Playwright to control a local Chrome instance. This approach retrieves live search results directly from Google or Bing.

Can I use this web search tool to find live news articles about current events?

Yes, you can use this web search tool to find live news articles and current events. It performs live web searches using Google and Bing to retrieve up-to-date information on specific topics.

Why does automated web search fail when a local Chrome instance is missing?

Automated web search fails without a local Chrome instance because the Skill relies on Playwright and Chrome DevTools Protocol to control the browser. Google Chrome, Node.js, and internet access are mandatory prerequisites.