web-search

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

21|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/rongxinzy/RongxinAI --skill web-search-rongxinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/rongxinzy/RongxinAI/tree/main/SKILLs/web-search
Command: npx skills add https://github.com/rongxinzy/RongxinAI --skill web-search-rongxinzy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides fast and accurate access to current information, beyond Claude's knowledge cutoff, by performing real-time web searches using Google and Bing.

Core Features & Use Cases

  • Real-time Search: Access up-to-date information on any topic.
  • Multi-engine Search: Combines results from Google and Bing for comprehensive coverage.
  • Headless Browser: Performs searches without user interaction, minimizing disruptions.
  • Command-Line Interface: Simple and efficient way to initiate searches.
  • API Access: Allows for integration with other systems and automation.

Quick Start

Search for "latest AI news 2026".

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 a knowledge cutoff?

Real-time web searches are performed by automating Google and Bing queries using browser automation to extract current information beyond a knowledge cutoff date.

Can I use Playwright to automate Google and Bing searches without user interaction?

Yes, Playwright can automate Google and Bing searches using a headless browser, extracting relevant results without user interaction to minimize disruptions.

Does web search automation require Chrome DevTools Protocol and Express setup?

Web search automation requires Playwright, Express, and Chrome DevTools Protocol to handle browser automation and search engine integration for querying and extracting results.

What is the best way to combine Google and Bing search results for comprehensive coverage?

Combining Google and Bing search results is best achieved by querying both search engines in parallel, providing comprehensive coverage of up-to-date information on any topic.

How do I access real-time search results via API for system integration?

Real-time search results are accessible via an API, allowing for integration with other systems and automation to fetch current information programmatically.

Why is my headless browser search automation not returning up-to-date information?

Headless browser search automation may fail to return up-to-date information if browser automation dependencies like Playwright or Chrome DevTools Protocol are incorrectly configured.