search-and-filter

Enter a search query, submit it, and apply filter facets.

8|Updated May 13, 2026
One-click install
npx skills add https://github.com/bettyguo/browser-skills --skill search-and-filter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-and-filter
Source: https://github.com/bettyguo/browser-skills/tree/main/skills/search-and-filter
Command: npx skills add https://github.com/bettyguo/browser-skills --skill search-and-filter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates entering a search query into a site's search input, submitting it, and optionally applying one or more filter facets to refine results.

Core Features & Use Cases

  • Enter a search query into a site’s search input and submit.
  • Optionally apply facets such as category, price range, or attributes to refine results.
  • Use on e-commerce, directory listings, or content catalogs to quickly surface relevant items.

Quick Start

Type a query into a site's search field and submit it, then apply any available filters to narrow results.

Frequently Asked Questions about search-and-filter

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

FAQPage Schema
How do I automate entering a search query and applying filters on e-commerce sites?

Automating e-commerce search and filters involves locating a site's search input, submitting a query, and toggling filter facets like categories or price ranges. This skill uses robust fallback selectors to handle varying site structures for reliable web automation.

What is the best way to apply multiple filter facets to refine search results?

Applying multiple filter facets refines search results by toggling attributes like price ranges or categories. This approach uses web automation primitives to locate and toggle available facets, quickly surfacing relevant items from large content catalogs or listings.

Can I use web automation to search and filter directory listings and document catalogs?

Web automation can search and filter directory listings and document catalogs by submitting queries and applying attribute facets. The process relies on locating search inputs and toggling filter elements using robust fallback selectors to handle different layouts.

How do you handle missing or changing search input selectors during web automation?

Handling changing search input selectors requires robust fallback selectors to locate inputs and filter facets. When a primary selector fails, the automation attempts alternative selectors to ensure the search query is submitted and filters are applied correctly.

Do I need specific dependencies to automate search queries and filter submissions?

Automating search queries and filter submissions requires no specific dependencies. The skill uses standard allowed automation primitives to locate search inputs, submit queries, and toggle facets, making it compatible across e-commerce, listings, and document-search scenarios.