Use when benchmarking browsing-skills actions, comparing a maintained site skill against a no-skill browser agent, measuring OpenAI API token usage, wall time, API calls, browser/tool calls, and result quality. Trigger whenever the user asks to benchmark a browsing skill, compare with/without skill, measure token or…
Umbrella skill for a library of website-specific browsing skills. Use when the user's request targets one of these specific websites: airbnb.com, aliexpress.com, amazon.com, booking.com, capterra.com, craigslist.org, facebook.com, g2.com, glassdoor.com, instagram.com, linkedin.com, madlan.co.il, maps.google.com…
Use when the user wants to interact with Airbnb — search public stays, extract listing details, extract visible reviews, or read availability and price breakdowns. Works on airbnb.com public guest pages without login for most stays; a real browser is required because Airbnb is a JavaScript-rendered SPA.
Use when the user wants to interact with AliExpress — search products, inspect product detail pages, read the shopping cart, or add explicitly requested items to cart. Works on aliexpress.com and regional AliExpress domains. A real browser is required because AliExpress is JavaScript-rendered and frequently serves…
Use when the user wants to interact with Amazon.com — search products or groceries, inspect product detail pages, extract Amazon Fresh or Whole Foods storefront items, read the shopping cart, or add explicitly requested items to cart. Works on www.amazon.com. A real browser is strongly recommended; login and a…
Use when the user wants to interact with Booking.com — search for accommodations with full filter support (property type, stars, score, meal plan, facilities, district, etc.), extract a specific hotel's data (price, rooms, amenities, photos), extract reviews, or start a reservation up to (but not through) the payment…
Use when the user wants to extract software product data from Capterra (capterra.com) — product overview with ratings, category breakdowns, pricing, and description, or a list of individual user reviews with pros, cons, reviewer role, and dates. Capterra has no public API; data must be scraped from product pages. Use…
Use when the user wants to search listings or extract posting details on Craigslist (craigslist.org) — the US classifieds network covering housing, jobs, for-sale items, services, and more. Actions: search listings by city and category, extract full posting details. The site uses stable server-rendered HTML. No…
Use when the user wants to interact with Facebook Marketplace — search visible listings, extract listing details, and summarize seller/profile information. Requires a real browser signed in to facebook.com; Facebook Marketplace has no practical public API for normal buyer workflows.
Use when the user wants to extract software product data from G2 (g2.com) — product overview with ratings, review counts, rating breakdowns, and G2 score, or a list of individual user reviews with pros, cons, reviewer role, and dates. G2 has no public API; data must be scraped from product review pages. Use a real…
Use when the user wants to extract company data from Glassdoor — company overview details (rating, CEO approval, size, industry) or employee reviews with ratings, pros, cons, and reviewer roles. Requires a logged-in Glassdoor session because the site blocks unauthenticated access. Use Chrome Bridge with the user's…
Use when the user wants to interact with Instagram — extract a user's profile data (bio, followers, following, post count, avatar) or scrape visible posts from a user's grid (URLs, thumbnails, captions). Works on instagram.com profile pages. Requires a logged-in session (sessionid cookie) and a real browser …
Use when the user wants to interact with LinkedIn — extract post data (content, author, reactions, comments), scrape a member profile (name, headline, experience, education, skills), search for jobs, extract a company page, or export the user's saved posts as structured data or markdown. Works on linkedin.com. Public…
Use when the user wants to search real estate listings or extract property details on Madlan (madlan.co.il) — Israel's leading property portal. Actions: search properties by city, extract full listing details. The site is Hebrew-language, RTL, and JS-rendered. No authentication required for browsing; a real browser is…
Use when the user wants to interact with Google Maps — search for places by query and extract the sidebar list of results (names, ratings, addresses, categories), or extract detailed data from a specific place page (name, address, phone, hours, rating, website). Works on maps.google.com and google.com/maps. No login…
Use when the user wants to interact with Hacker News (news.ycombinator.com) — read top stories from the frontpage, extract a post's data and comments, or search stories via the Algolia HN search API. No authentication required. HN uses server-rendered HTML, so extraction works reliably without a browser (though a…
Use when the user wants to interact with Reddit — extract subreddit feeds, Reddit search results, post/thread data with comments, user profile activity, or logged-in personal lists such as saved/upvoted posts. Works on reddit.com public pages without login for most actions; logged-in lists require the user's existing…
Use when the user wants to extract data from a Substack publication or post — publication metadata (name, author, description, subscriber count, recent posts) or full individual post content (title, subtitle, author, date, body text, like count, comment count). Substack is server-rendered and publicly accessible…
Use when the user wants to interact with Target.com — search products or groceries, inspect product pages, read cart contents, or add explicitly requested items to cart. Works on www.target.com. A real browser is recommended because Target renders dynamic product grids and personalizes inventory, pickup, delivery…
Use when the user wants to interact with TikTok or TikTok Studio — extract logged-in creator analytics for a post, list Studio posts, or download/extract the playable video from a TikTok post or Studio analytics page. TikTok Studio analytics require an authenticated browser session; Playwright can run the actions when…
Use when the user wants to interact with Walmart.com — search products or groceries, inspect product pages, read cart contents, or add explicitly requested items to cart. Works on www.walmart.com. A real browser is required for reliable results because Walmart often serves bot checks to plain HTTP requests and…
Use when the user wants to interact with X (formerly Twitter) - search for posts, extract a specific post's data (content + engagement + author), extract a user's profile, extract visible posts from a user's timeline or home feed, or assemble visible source context for review, research, fact-checking, reporting, or…