web-search

Search Google and Bing in real time using Playwright-controlled browsers.

339|34|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill web-search-kxiandaoyan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search
Source: https://github.com/Kxiandaoyan/Memoh-v2/tree/main/internal/skills/defaults/web-search
Command: npx skills add https://github.com/Kxiandaoyan/Memoh-v2 --skill web-search-kxiandaoyan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides access to current, real-time information from the internet, overcoming the limitations of static knowledge cutoffs.

Core Features & Use Cases

  • Real-time Web Search: Perform live searches on Google and Bing.
  • Current Information: Get up-to-date news, documentation, and data.
  • Use Case: Ask about the latest features in a software release, current stock prices, or recent news events.

Quick Start

Use the web-search skill to find the latest features of React 19.

Frequently Asked Questions about web-search

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

FAQPage Schema
How do I get real-time web information using browser automation?

You can retrieve real-time web information by using Playwright to control a local browser instance. This approach handles dynamic web content retrieval and parses search results for current data access.

Does this web search approach support Bing and Google search engines?

Yes, the web search mechanism supports both Google and Bing search engines. It features automatic fallback mechanisms to ensure continuous real-time information retrieval if one engine fails.

Can I use Playwright for current events retrieval and dynamic content parsing?

Yes, Playwright enables current events retrieval by controlling a local browser instance to access dynamic web content. It performs result parsing to deliver up-to-date data directly from live searches.

What is the best way to access current information beyond static knowledge cutoffs?

The best way to access current information is performing live web searches via Google or Bing. This bypasses static knowledge cutoffs by executing real-time browser automation to retrieve dynamic content.

Why use automated browser control for up-to-date data access instead of static APIs?

Automated browser control via Playwright retrieves dynamic web content that static APIs might miss. It handles dynamic web content retrieval and parsing, ensuring accurate up-to-date data access for current events.

Are there limitations when using Playwright for local browser instance web searches?

The primary limitation is relying on a local browser instance via Playwright, which requires local execution capabilities. However, automatic fallback mechanisms between Google and Bing mitigate search engine downtime.