SWSkillsWay.ai
View Repo ↗
Skillset · / browser-act / skills

browser-actbrowser-act/skills

Skillset Analysis

Core Idea

Principles & Methodology

The author's design philosophy, what sets this apart from peer projects, and quick notes on the key workflows. Skill names mentioned in the text auto-link to their detail pages.

Core Idea

BrowserAct Skills is a large, ready-to-use collection of Agent Skills that wrap the BrowserAct browser-automation CLI, letting any LLM agent scrape, extract, and automate across 100+ websites (e-commerce, social, maps, jobs, video) without writing scripts.

Design Principles

  • Agent-native: compact indexed text output, semantic desc memory, concurrency-safe sessions.
  • Reusable & composable: each skill does one site/action; browser-act-skill-forge generates new ones.
  • Anti-block by default: stealth, captcha, remote-assist built into the CLI layer.

Key Modules

  • browser-act-skill-forge: forge custom skills from site exploration.
  • 80+ pre-built solutions (Amazon, TikTok, X, Google Maps, Xiaohongshu…) for listing/detail/review extraction.
  • web-research-assistant / webcrawler-deep-crawl for open web RAG.

Best Practice

Agent runs get-skills at session start to discover commands; user installs browser-act and invokes forge or a specific solution skill per need.

Skill Relationships

Usage Relationships Between Skills

Skill → Skill usage relationships, with cross-layer references. Same color blocks indicate the same skill form.

Relationship Count
44
Standalone Skills
48
Most Referencing
  • ecommerce-product-detail2 downstream skills
  • goofish-item-detail2 downstream skills
Most Referenced
  • browser-act-skill-forge41 upstream skills
  • ecommerce-listing1 upstream skills

Note: Each dependency line reads as "the current Skill depends on" the Skill it points to.

Skill Composition

How skills in this set are triggered

Each skill is designed for a specific kind of caller — some only fire when you name them, others load automatically when the model judges them relevant. The split below summarises both modes at a glance.

User-Invoked1

These skills only fire when you call them by name. The agent will not load them on its own — they stay inert until invoked.

browser-act-skill-forge
Model-Invoked1

These skills are loaded automatically by the agent when it judges the context relevant. You usually don't need to call them yourself.

browser-act-skill-forge
SkillsWay.ai · Heads-Up Agent Skills InspectorUnderstand Agent Skills before you install.
PurposeBrowserAct Skills is a curated skillset that turns the BrowserAct anti-bot browser CLI into plug-and-play Agent Skills for AI coding tools. It bundles 80+ pre-built scrapers/extractors for e-commerce, social, maps, video and jobs, plus a Skill Forge to generate custom ones. Agents load skills automatically by context to perform token-efficient, indexed web automation—breaking blocks, running parallel sessions, and handing off to humans—without writing scripts.
Skill Count
91
Required CLI
browser-actpython
Domains
BusinessCodingMarketingOthers
Forms
Cli ManualOthersWorkflow

Skill List

91 Skills · Filter by name or domain

1688-product-detail

Extracts 50+ fields of wholesale product data from 1688.com offer pages via DOM scripts and network capture, covering pricing tiers, SKU variants, seller scores, promotions, and DSR. Delivers structured JSON for B2B sourcing, resale analysis, and supplier vetting.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/1688-product-detail/SKILL.md

airbnb-listing-detail

Fetches full Airbnb listing details via internal GraphQL API using a numeric ID. Method: run a Python script that calls the public endpoint through browser fetch. Output: title, amenities, photos, rules, ratings, location — for property research and data enrichment without login.

→
Domain
Business
Form
Cli Manual
Location
solutions/ecommerce/airbnb-listing-detail/SKILL.md

airbnb-search-listing

Extracts Airbnb accommodation search results from a destination query via SSR-embedded data, returning listing ID, URL, name, coordinates, rating, price, photos, and badge info. Uses a Python script to parse niobeClientData and supports cursor-based pagination. Value: enables bulk collection of Airbnb rental listings for market research and price monitoring.

→
Domain
BusinessCoding
Form
Workflow
Location
solutions/ecommerce/airbnb-search-listing/SKILL.md

amazon-alexa-qa

Automates submitting questions to Amazon Alexa/Rufus shopping assistant and collecting responses as JSON. Uses browser-act with Python scripts to inject questions and extract answers, supports optional keyword context and batch loops. Value: scaled collection of Amazon AI recommendations for market research.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-alexa-qa/SKILL.md

amazon-asin-lookup-api-skill

Extracts structured Amazon product details via ASIN using BrowserAct API and a Python script. Method: configure API key, run script with ASIN, monitor logs, auto-retry on failure. Outputs title, price, ratings, brand, specs, URL — enabling catalog enrichment, price tracking, and market research without manual scraping.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-asin-lookup-api-skill/SKILL.md

amazon-bestseller-listing

Extracts ranked product cards from any Amazon Best Sellers (zgbs / gp/bestsellers) page across all regional TLDs via browser-act and a Python DOM script. Returns per-item rank, ASIN, title, price, stars, review count plus category and pagination metadata. Enables competitive intelligence, niche discovery, and rank-change tracking by walking paginated top-100 charts.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-bestseller-listing/SKILL.md

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs via browseract.com automation API and performs surgical competitive analysis. Compares specs, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities. Outputs CSV/Markdown/JSON reports for market strategy.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-competitor-analyzer/SKILL.md

amazon-listing-competitor-analysis-skill

Analyzes a competitor Amazon listing by ASIN via a two-phase workflow: script-based data extraction then structured diagnosis of content, keyword, visual strategies and review mining. Outputs competitive intelligence and strategic opportunity points for the user's go-to-market. Value: evidence-based market gap discovery without hallucinations or CAPTCHA issues.

→
Domain
BusinessMarketing
Form
Workflow
Location
solutions/ecommerce/amazon-listing-competitor-analysis-skill/SKILL.md

amazon-product-api-skill

Extracts structured Amazon product listings (titles, ASINs, prices, ratings, specs) via BrowserAct API and a Python script. Method: configure keyword/brand/language params and run one CLI command. Value: hallucination-free, captcha-free market research, price tracking, and catalog enrichment from Amazon search results.

→
Domain
BusinessCoding
Form
Cli ManualWorkflow
Location
solutions/ecommerce/amazon-product-api-skill/SKILL.md

amazon-product-detail

Scrapes full product data from any open Amazon detail URL across all regional TLDs via browser-act and a Python DOM script. Extracts 100+ fields including price, rating breakdown, variants, BSR, seller, and sample reviews. Enables bulk ASIN enrichment, competitive research, and price/stock monitoring with structured JSON output.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-product-detail/SKILL.md

amazon-product-search-api-skill

This skill automates extraction of structured product data from Amazon search results via BrowserAct API. It takes keywords, brand filter, max count, and UI language to run a Python script that returns titles, prices, ratings, reviews, sales, delivery, and best-seller flags. Value: fast, low-cost, captcha-free market research and competitive intelligence without AI hallucinations.

→
Domain
Business
Form
Cli ManualWorkflow
Location
solutions/ecommerce/amazon-product-search-api-skill/SKILL.md

amazon-reviews-api-skill

Extracts Amazon product reviews via BrowserAct Reviews API using a product ASIN. Agent runs a Python script with the ASIN to fetch structured reviewer data (name, rating, title, text, country, variant, verified) without login or captcha. Delivers clean review datasets for competitor analysis, sentiment monitoring, and market research at low cost and high speed.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-reviews-api-skill/SKILL.md

amazon-search-listing

Extracts structured product listings from any Amazon search, keyword, or category page across all regional TLDs via browser-act and Python DOM scripts. Returns per-item cards (ASIN, title, price, stars, badges) plus pagination state. Enables price monitoring, competitor tracking, and ASIN list building at scale.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/amazon-search-listing/SKILL.md

browser-act-skill-forge

Forges reusable Agent Skill packages (SKILL.md + Python scripts) from website exploration via browser-act. Method: detect tool, analyze requirements, explore API/DOM paths, generate and verify scripts, deliver tested Skill. Value: explore once, reuse forever — reliable scaled extraction without re-exploration cost.

→
Domain
CodingBusiness
Form
Workflow
Location
browser-act-skill-forge/SKILL.md

business-contact-social-links-skill

Automatically extracts official website and social media profiles from a company name or website URL via BrowserAct API. Uses two templates: Google search for company names, site scrape for URLs. Outputs structured JSON of social links. Value: stable, captcha-free, cost-effective lead-gen and outreach data.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/business-contact-social-links-skill/SKILL.md

douyin-video-search

Searches Douyin (douyin.com) by keyword via browser-act and a Python script that calls the internal search API. Returns structured video data (author, stats, cover, hashtags, download URL) with date-range and sort filters. Enables KOL research, content mining, and competitive analysis on China's top short-video platform.

→
Domain
Marketing
Form
Workflow
Location
solutions/video-platforms/douyin-video-search/SKILL.md

ebay-item-detail

Extracts full item detail from any open eBay item URL across all regional TLDs, returning 25+ field JSON (price, seller, condition, brand/MPN/UPC, images, sold/availability, itemSpecifics). Method: validate URL, navigate via browser-act, run Python DOM parser. Value: enables per-item enrichment, price/stock monitoring, competitive research, brand catalog audits.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ebay-item-detail/SKILL.md

ebay-search-listing

Extracts product listings from any eBay search or category page URL, returning per-item cards with title, price, seller, image and pagination state across all regional TLDs. Uses browser-act and a Python DOM parser to loop pages via URL pagination. Enables bulk eBay item collection, price comparison, and competitive listing monitoring.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ebay-search-listing/SKILL.md

ebay-sold-listings-search

eBay sold-listings scraper for 8 marketplaces. Uses Python URL builder and DOM extractor scripts via browser-act to fetch paginated real-sale records with price, date, condition, seller. Value: pricing intelligence, resale valuation, arbitrage.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ebay-sold-listings-search/SKILL.md

ecommerce-listing

Extracts structured product lists from any e-commerce category, search, or keyword page with filters (price/brand/rating/in-stock/sort) and multi-page pagination. Uses browser-act to read public pages and Python scripts to scrape per-item URL, name, price, image, rating. Delivers paginated JSON arrays for catalog building, price monitoring, and competitor research across Amazon, eBay, Walmart, Shopify, and more.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ecommerce-listing/SKILL.md

ecommerce-product-detail

Extracts complete product data from any e-commerce product page via URL, keyword, or identifier using multi-layer extraction (JSON-LD, DOM, OG, microdata). Returns name, price, brand, images, IDs, stock, rating, variants, seller. Value: universal cross-platform product research and monitoring.

→
Domain
BusinessCoding
Form
Workflow
Location
solutions/ecommerce/ecommerce-product-detail/SKILL.md

ecommerce-reviews

Extracts customer reviews from any e-commerce product/reviews page (Amazon, WooCommerce, Shopify, generic) via multi-strategy DOM parsing. Returns reviewer, rating, date, title, body, verified status, helpful votes. Supports pagination for bulk collection, enabling sentiment analysis and competitor feedback mining.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ecommerce-reviews/SKILL.md

ecommerce-seller-info

Extracts seller/merchant profile data (name, rating, review count, positive feedback, joined date, return policy) from marketplace seller pages like Amazon and eBay via browser automation and a Python DOM parser. Delivers structured JSON seller intelligence for vendor analysis and due diligence.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/ecommerce-seller-info/SKILL.md

etsy-category-listing

Scrapes Etsy public category pages by URL + optional page number, using a Python DOM-extraction script via browser-act stealth session. Returns paginated listings with id, price, rating, shop, badges. Value: bulk category export, trend and competitor research on Etsy niches.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/etsy-category-listing/SKILL.md

etsy-keyword-search

Etsy keyword search scraper that collects paginated product listings from etsy.com search results via a stealth browser session and a Python extraction script. It returns core fields per item (price, rating, shop, badges) for bulk export, competitor research, and trend analysis on handmade or craft niches.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/etsy-keyword-search/SKILL.md

etsy-product-detail

Etsy product detail scraper that takes a listing URL and extracts full data via browser-act and a Python DOM script. It returns price, variations, images, shop, rating, favorites, and description. Value: enables bulk listing enrichment, competitor monitoring, and SEO mining with structured JSON output.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/etsy-product-detail/SKILL.md

etsy-shop-catalog

Scrapes an Etsy shop's storefront by URL and returns paginated product listings (listingId, title, price, rating, etc.). Uses browser-act with anti-bot warm-up and Python extraction scripts for serial pagination. Value: bulk competitor shop tracking, supplier catalog collection, and price monitoring.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/etsy-shop-catalog/SKILL.md

facebook-ads-library-search

Searches Meta Ad Library by keyword or Facebook page ID to extract ad details (creatives, copy, CTA, platforms, spend, impressions, page info) via a Python script wrapped as CLI. Value: enables competitor ads analysis and brand monitoring with structured, paginated ad data from Facebook/Instagram/WhatsApp.

→
Domain
Marketing
Form
Cli ManualWorkflow
Location
solutions/social-listening/facebook-ads-library-search/SKILL.md

facebook-groups-scrape-posts

Scrapes posts from a Facebook group via group URL, sort order, and count using browser-act and a Python script. Returns structured metadata (post_id, author, timestamp, body, media, reactions, comments, shares). Value: bulk-export group content for monitoring, research, and competitive social listening.

→
Domain
Others
Form
Cli ManualWorkflow
Location
solutions/social-listening/facebook-groups-scrape-posts/SKILL.md

facebook-page-posts

Scrapes posts from any public Facebook Page timeline via browser-act and Python scripts, returning structured data: post text, author, engagement metrics, reaction breakdowns, hashtags/links, media type. Supports date filtering and cursor pagination for bulk collection. Value: enables social media analytics and competitor monitoring with minimal manual effort.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/facebook-page-posts/SKILL.md

facebook-page-profile-posts

Scrapes posts from any public Facebook Page or personal Profile timeline via browser-act and Python scripts. It resolves page URL to ID, fetches posts with full fields (text, engagement, reaction breakdown, media, ad status), and supports date filter and cursor pagination. Output is structured JSON for social analytics and bulk export.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/facebook-page-profile-posts/SKILL.md

github-project-contributor-finder-api-skill

Extracts GitHub repo details and contributor contacts via BrowserAct API using keywords, stars, and update date. Agent runs a Python script with set params to get repo metrics and contributor profiles (site, Twitter). Value: fast, no-captcha lead gen for recruiting, outreach, and OSS discovery.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/github-project-contributor-finder-api-skill/SKILL.md

goofish-item-detail

Extracts full detail from a single Goofish (闲鱼) second-hand item page via browser automation. Method: navigate to item URL, capture detail API, run Python script to parse DOM. Outputs title, price, seller info, description, images, tags, want-count. Value: enables purchase verification, seller research, and bulk item enrichment.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/goofish-item-detail/SKILL.md

goofish-search-list

Scrapes Goofish (闲鱼) second-hand search results by keyword with optional sort/price/date filters. Uses browser navigation plus Python scripts to extract 30 item cards per page (id, title, price, image, location, want-count). Enables price research, competitor monitoring, and bulk used-goods data collection on China's largest second-hand marketplace.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/goofish-search-list/SKILL.md

google-maps-api-skill

Scrapes Google Maps business data via BrowserAct API using a Python CLI script. Provide keywords, language, and country to extract names, categories, addresses, phones, websites, ratings, and status. Delivers structured lead lists and market insights without captcha or IP issues, lowering data cost.

→
Domain
Business
Form
Cli Manual
Location
solutions/lead-generation/google-maps-api-skill/SKILL.md

google-maps-contact-extract

Extracts business contacts from Google Maps search and place pages, then crawls each website for emails, phones, and social profiles (FB, IG, X, LinkedIn, etc.). Uses Python scripts via browser-act to search, get details, and scrape contacts. Output is a merged lead dataset for local business outreach and competitor research.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/google-maps-contact-extract/SKILL.md

google-maps-reviews-api-skill

Extracts Google Maps reviews via BrowserAct API using a Python script. Agent configures keywords, language, country, then runs the script to get structured review data (author, rating, text, date, likes). Avoids captcha/IP issues, delivers clean data for reputation monitoring, competitor analysis, and market research.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/google-maps-reviews-api-skill/SKILL.md

google-maps-search-api-skill

Automatically extracts structured business data from Google Maps search results via the BrowserAct API. By providing keywords, language, and country, it returns clean business lists (name, address, rating, price, etc.) without captcha or IP issues. Value: fast, low-cost local business lead gen, competitor mapping, and CRM-ready market research.

→
Domain
Business
Form
Cli ManualWorkflow
Location
solutions/lead-generation/google-maps-search-api-skill/SKILL.md

google-news-api-skill

Extracts structured Google News data via BrowserAct API using a Python script. Agent configures keywords, time range, and item count, then runs the script to get headlines, sources, links, and times. Value: hallucination-free, captcha-free news monitoring for PR, trends, and competitor intelligence.

→
Domain
Business
Form
Workflow
Location
solutions/search-research/google-news-api-skill/SKILL.md

google-search-serp

Extracts Google Search SERP data (organic results, paid ads, related searches, People Also Ask, AI Overview, total count) from google.com via browser automation. Uses a Python script to parse rendered HTML after URL-parameter navigation. Delivers structured JSON for SEO ranking checks, keyword research, and competitor search monitoring.

→
Domain
Marketing
Form
Workflow
Location
solutions/search-research/google-search-serp/SKILL.md

google-social-media-finder

Searches Google to discover social media profiles for a person, brand, or username across X, Instagram, LinkedIn, TikTok, and more. Uses browser-act navigation plus a Python extraction script to return platform, URL, username, bio, and follower count. Value: maps digital footprint and supports influencer or lead research.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/google-social-media-finder/SKILL.md

indeed-job-search

Scrapes Indeed.com job listings by keyword, location, and country via browser automation. Uses Python scripts to extract search results and full job details (title, company, salary, rating, description, benefits, apply links). Enables job market analysis, salary benchmarking, and recruitment data collection at scale.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/indeed-job-search/SKILL.md

industry-key-contact-radar-api-skill

Discovers key industry contacts across roles and social platforms via BrowserAct API. Agent configures industry, site, job title and limit, then runs a Python script to extract structured profiles (URL, name, bio, company). Value: accurate, CAPTCHA-free, low-cost lead gen and talent sourcing.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/industry-key-contact-radar-api-skill/SKILL.md

instagram-hashtag-posts

Scrapes Instagram posts by hashtag from the explore feed via browser-act and a Python GraphQL replay script. Returns media items with captions, like/comment counts, media URLs and user info. Enables marketers and analysts to collect trending hashtag content for social listening and competitive research.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/instagram-hashtag-posts/SKILL.md

instagram-place-posts

Scrapes Instagram posts tagged at a specific location via internal locations API with cursor pagination. Method: search location name to ID, then fetch ranked/recent posts with Python scripts under logged-in session. Value: returns structured media items (captions, like/comment counts, URLs, user info) for venue marketing and local trend analysis.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/instagram-place-posts/SKILL.md

instagram-post-comments

Fetches comments from an Instagram post via internal comments API with cursor pagination. Provides scripts to resolve shortcode to media ID and pull comment pages. Outputs structured comment data (text, user, likes, replies) for social listening, audience analysis, and marketing research.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/instagram-post-comments/SKILL.md

instagram-profile-meta

Fetches Instagram user profile metadata (bio, follower/following/post counts, verification status) via internal REST API using a Python script wrapper. Key method: run get-profile-meta.py with username through browser-act session. Value: quickly obtain structured account intelligence without login or manual browsing.

→
Domain
Others
Form
Cli Manual
Location
solutions/social-listening/instagram-profile-meta/SKILL.md

instagram-profile-posts

Scrapes an Instagram user's profile feed via internal feed API with cursor pagination. Uses Python scripts to resolve username to ID then fetch posts (caption, media URL, like/comment counts, timestamp, location). Outputs a merged structured post list for archiving, analysis, or outreach.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/instagram-profile-posts/SKILL.md

linkedin-jobs-search

Searches LinkedIn job listings via the user's logged-in browser and extracts full job details with filters for work type, contract, experience, and date. Outputs structured JSON with title, company, location, description, salary, and URLs. Value: enables job market research, lead collection, and hiring analysis at scale.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/linkedin-jobs-search/SKILL.md

producthunt-launches

Scrapes Product Hunt daily/weekly/monthly/yearly leaderboard launches with full product details, maker profiles, and website contact info via browser DOM extraction scripts. Key method: navigate leaderboard URLs and run Python extractors for list, detail, maker, website. Value: structured launch data for startup monitoring, new product discovery, and maker lead generation.

→
Domain
BusinessMarketing
Form
Workflow
Location
solutions/lead-generation/producthunt-launches/SKILL.md

social-media-finder-skill

Automatically discovers social media profiles across platforms (Facebook, Twitter, Instagram, LinkedIn, etc.) for a given person or brand name via the BrowserAct API. It runs a Python script that returns a CSV of profile URLs, usernames, follower counts, and bios. Value: fast, cost-effective, hallucination-free lead gen and background research.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/social-media-finder-skill/SKILL.md

taobao-keyword-search

Searches Taobao and Tmall product listings by keyword via browser-act and a Python DOM extractor, returning paginated cards with title, price, shop, image, sales, tags. Enables bulk keyword collection, price monitoring, and competitive research on Chinese e-commerce.

→
Domain
BusinessCoding
Form
Workflow
Location
solutions/ecommerce/taobao-keyword-search/SKILL.md

taobao-product-detail

Fetches full product detail from a Taobao/Tmall page by itemId via browser-act and a Python DOM extractor. Returns title, price, shop, images, SKU variants, attributes as JSON. Enables product DB building, price tracking, and comparison research at scale.

→
Domain
BusinessCoding
Form
Workflow
Location
solutions/ecommerce/taobao-product-detail/SKILL.md

taobao-product-reviews

Fetches Taobao/Tmall product reviews by itemId via browser automation. Uses Python scripts to extract reviewer name, date, purchased variant, text, and photos from lazy-loaded review sections with pagination. Enables sentiment analysis and review dataset building.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/taobao-product-reviews/SKILL.md

taobao-shop-catalog

A workflow skill that browses a Taobao/Tmall shop catalog by shopId and extracts paginated product listings (itemId, title, imageUrl). It uses browser-act with a Python extraction script and batch pagination. Value: enables shop inventory monitoring, competitor store analysis, and bulk itemId collection from a specific seller.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/taobao-shop-catalog/SKILL.md

threads-keyword-search

Searches Threads posts by keyword or hashtag via browser-act and extracts SSR-embedded JSON with engagement metrics. Method: navigate search URL, run Python script to parse results. Value: delivers structured post lists (text, user, likes, replies) for social listening, trend monitoring, and KOL discovery without login.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/threads-keyword-search/SKILL.md

threads-profile-search

Discovers Threads user accounts by keyword and extracts profile data (username, display name, verification, bio, follower count). Uses browser-act with Python scripts to read SSR JSON and enrich via profile API. Value: quick influencer/competitor discovery on Threads without login.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/threads-profile-search/SKILL.md

threads-user-posts

Fetches public posts from a Threads user profile via SSR JSON and scroll pagination using browser-act and Python scripts. Outputs structured post data with engagement metrics and media info for creator monitoring or content research.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/threads-user-posts/SKILL.md

tiktok-hashtag-videos

Scrapes TikTok videos by hashtag name via browser navigation and network capture, outputting paginated video lists with author, engagement, music and video metadata. Uses a Python script to resolve challenge ID then scrolls to paginate. Enables bulk hashtag video collection for trend research, influencer discovery and content monitoring.

→
Domain
Marketing
Form
Workflow
Location
solutions/video-platforms/tiktok-hashtag-videos/SKILL.md

tiktok-profile-videos

Scrapes a TikTok user's profile and paginated video list via browser-act network capture of the signed item_list API. Outputs profile metadata and full video stats for influencer research, competitor analysis, and content archiving.

→
Domain
Marketing
Form
Workflow
Location
solutions/video-platforms/tiktok-profile-videos/SKILL.md

tiktok-search-videos

Scrapes TikTok search results by keyword via browser navigation and network capture of the signed `/api/search/item/full/` endpoint. Returns paginated video lists with author, stats, music, and metadata. Enables market research, competitor monitoring, and topic-based creator discovery on TikTok.

→
Domain
Marketing
Form
Workflow
Location
solutions/video-platforms/tiktok-search-videos/SKILL.md

tiktok-video-detail

Extracts full metadata from a single TikTok video URL by parsing SSR-embedded data via a Python script, returning author profile, engagement stats, music, video meta, hashtags, mentions and slideshow images. Supports batch URL processing. Value: quick, login-free archival and verification of TikTok posts with structured data.

→
Domain
Others
Form
Others
Location
solutions/video-platforms/tiktok-video-detail/SKILL.md

trustpilot-company-info

Looks up a company's Trustpilot profile by domain and extracts metadata (TrustScore, review counts, verification, contact, reply metrics). Method: navigate review page, parse SSR JSON via Python script. Value: fast reputation checks and bulk domain enrichment for vetting and lead generation.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/trustpilot-company-info/SKILL.md

trustpilot-reviews

A Trustpilot customer reviews scraper that takes a company domain plus optional filters (star, language, date, verified, reply, keyword, country) and extracts paginated reviews with 20+ fields each via browser-act and a Python SSR parser. It enables brand monitoring, sentiment analysis, competitor review comparison, and BI dashboard exports from public Trustpilot data.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/trustpilot-reviews/SKILL.md

walmart-category-listing

Scrapes Walmart category/browse pages by URL + page number, extracting paginated product listings (itemId, title, brand, price, rating, seller, etc.) via a Python DOM script. Value: builds Walmart category datasets, monitors prices, and supports filtered bulk collection with resume-on-error batch orchestration.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/walmart-category-listing/SKILL.md

walmart-keyword-search

Scrapes Walmart keyword search results via browser-act and a Python script, extracting paginated product listings with price, rating, availability, and seller info. Delivers structured JSON for bulk Walmart product data, price comparison, and search ranking monitoring.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/walmart-keyword-search/SKILL.md

walmart-product-detail

Extracts full structured product data from a Walmart product detail page (walmart.com/ip/...) via browser automation and a Python DOM script. Method: navigate with browser-act, run extract-product-detail.py to pull JSON with price, specs, variants, fulfillment, and review summary. Value: enables catalog building, price/stock monitoring, and competitive research on Walmart with minimal manual effort.

→
Domain
CodingBusiness
Form
Workflow
Location
solutions/ecommerce/walmart-product-detail/SKILL.md

walmart-product-reviews

Scrapes paginated Walmart customer reviews by product item ID via browser-act and a Python extraction script. It captures rating, text, author, verified purchase, votes, variant, seller and photo count per review. Value: enables bulk review collection, sentiment analysis, and competitor benchmarking on Walmart.

→
Domain
Business
Form
Workflow
Location
solutions/ecommerce/walmart-product-reviews/SKILL.md

web-research-assistant

AI web research assistant using BrowserAct API to bypass restricted web access and search for info. Method: run research.py with query params to call BrowserAct, extract and validate multi-source data. Value: produces structured reports with citations, no hallucinations, global access for OpenClaw/Claude Code.

→
Domain
Business
Form
Workflow
Location
solutions/search-research/web-research-assistant/SKILL.md

webcrawler-deep-crawl

Deep-crawls any website from start URLs via BFS, stripping boilerplate to emit per-page LLM-ready text/markdown/HTML with metadata and in-scope links. Uses browser-act and Python scripts for discovery and extraction. Value: builds clean RAG corpora, vector DBs, or chatbot knowledge bases from entire sites or docs hubs.

→
Domain
Others
Form
Workflow
Location
solutions/search-research/webcrawler-deep-crawl/SKILL.md

x-dm-auto-chat

X (Twitter) DM end-to-end automation skill that scans inbox for pending replies, reads history, and sends persona-based replies; also supports user search and outreach. Uses browser-act with Python scripts and built-in passcode unlock and rate control. Value: scales DM handling, saves manual effort, enables campaign outreach.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/x-dm-auto-chat/SKILL.md

x-keyword-comment

X keyword-comment automates searching X by keyword, reading tweets, generating persona-based contextual replies, and posting them via a browser-act session. It drives traffic and engagement through batch keyword reply campaigns on X/Twitter.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/x-keyword-comment/SKILL.md

x-tweet-by-conversation

Collects every tweet in an X conversation thread from a conversation id (root tweet id), including focal tweet, replies, sub-replies via browser network capture and Python parsing scripts. Outputs normalized per-tweet JSON with author, engagement, media, and pagination cursors for thread analysis or export.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/x-tweet-by-conversation/SKILL.md

x-tweet-by-handle

Scrapes an X (Twitter) user's profile timeline by handle with selectable mode (tweets / replies / media). Uses browser-act network capture plus Python scripts to build URLs and parse GraphQL responses. Outputs normalized per-tweet data with engagement, media, and pagination cursors for KOL research and competitor tracking.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/x-tweet-by-handle/SKILL.md

x-tweet-by-url

Scrapes tweets from any X/Twitter URL (search, profile, tweet detail, list) by auto-detecting the timeline endpoint, navigating via browser with network capture, and parsing responses with Python scripts. Outputs normalized per-tweet data with engagement, media, and pagination cursors for batch KOL monitoring and research.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/x-tweet-by-url/SKILL.md

x-tweet-search

Scrapes X (Twitter) tweets by search query, user handle, or direct URL using browser-act and a React Fiber DOM script. Returns full structured tweet data (text, author, metrics, media, hashtags) with pagination and filters. Value: enables large-scale tweet collection for monitoring, analysis, and export without official API.

→
Domain
Others
Form
Workflow
Location
solutions/social-listening/x-tweet-search/SKILL.md

x-tweet-search-by-query

Searches X (Twitter) via free-form advanced query and returns normalized tweet lists with author, engagement, media, hashtags. Uses browser-act network capture and Python scripts to build URLs and parse GraphQL responses. Enables bulk tweet collection for brand monitoring, sentiment analysis, and KOL harvesting.

→
Domain
MarketingOthers
Form
Workflow
Location
solutions/social-listening/x-tweet-search-by-query/SKILL.md

xiaohongshu-auto-posting

Automates the full Xiaohongshu content operation workflow from pain-point topic collection, style case analysis, topic selection, content writing, publishing with approval, to performance tracking. Uses browser-act CLI on a stealth browser to post and monitor. Delivers end-to-end XHS marketing automation with account safety controls and data-driven optimization.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/xiaohongshu-auto-posting/SKILL.md

xiaohongshu-note-detail

Fetches Xiaohongshu note detail and comments by note ID using browser-act and Python scripts to read Vue SSR state. Returns title, description, author, engagement stats, tags, and paginated comments. Enables marketers to analyze RedNote content and audience feedback efficiently.

→
Domain
Marketing
Form
Cli ManualWorkflow
Location
solutions/social-listening/xiaohongshu-note-detail/SKILL.md

xiaohongshu-search

Searches Xiaohongshu (RedNote) notes by keyword via browser automation, extracting a paginated list with title, author, engagement stats, cover URL and xsecToken. Method: navigate to search page, apply optional filters, run Python extraction script on Vue SSR state, paginate by scrolling. Value: enables KOL discovery, topic monitoring and bulk XHS post collection for marketing research.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/xiaohongshu-search/SKILL.md

xiaohongshu-search-full

Searches Xiaohongshu notes by keyword with full field extraction (body, tags, images, video, stats) and all filter options. Uses DOM extraction scripts via browser-act to get rendered feeds and note details. Outputs structured note lists with engagement metrics for content monitoring and KOL research.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/xiaohongshu-search-full/SKILL.md

xiaohongshu-user-profile

Fetches Xiaohongshu user profile and published notes by user ID via browser-act automation and Python scripts that read Vue SSR state. Returns nickname, bio, follower counts, tags, and paginated notes with engagement stats. Enables efficient KOL discovery and influencer research without manual browsing.

→
Domain
Marketing
Form
Workflow
Location
solutions/social-listening/xiaohongshu-user-profile/SKILL.md

youtube-api-skill

Automatically extracts YouTube video metrics and channel info by keyword via BrowserAct API. Method: run a Python script with keywords and date filter to call the API and parse structured data. Value: stable, CAPTCHA-free, cost-effective data for competitor scanning, campaign tracking, and market research.

→
Domain
Marketing
Form
Cli ManualWorkflow
Location
solutions/video-platforms/youtube-api-skill/SKILL.md

youtube-channel-api-skill

Extracts structured YouTube channel data from search results via BrowserAct API using a Python script. Method: configure keyword and date filter, run script, get verified channels with subscriber counts. Value: stable, CAPTCHA-free, cost-effective channel discovery for influencer/competitor research and CRM enrichment.

→
Domain
Business
Form
Workflow
Location
solutions/video-platforms/youtube-channel-api-skill/SKILL.md

youtube-channel-business-email

Extracts a YouTube channel's business email and About metadata from a channel id, handle, or URL. It navigates the About view, reads description emails, and if absent follows non-social outbound links to recover emails from the creator's own site. Outputs structured JSON with contact and channel stats for influencer marketing and lead generation.

→
Domain
Business
Form
Workflow
Location
solutions/lead-generation/youtube-channel-business-email/SKILL.md

youtube-comments-api-skill

Extracts YouTube video lists and comments via BrowserAct API using a Python script. Provides keyword search, comment limit and scroll config to get structured video and viewer comment data. Value: zero-hallucination, no CAPTCHA, cost-efficient audience insight and market research.

→
Domain
Marketing
Form
Cli Manual
Location
solutions/video-platforms/youtube-comments-api-skill/SKILL.md

youtube-search-api-skill

Extracts structured YouTube search result data (videos, shorts, channels, playlists) via BrowserAct API using a Python script. Method: configure keyword, type, limit and run one command; handles API key check and retry. Value: stable, CAPTCHA-free, cost-effective data for market research and competitor analysis.

→
Domain
Marketing
Form
Cli ManualWorkflow
Location
solutions/video-platforms/youtube-search-api-skill/SKILL.md

youtube-transcript

Extracts timestamped transcripts from a YouTube video's built-in panel and reformats them into summaries, chapter outlines, X threads, blog posts, or quotes. Uses Python scripts to read page DOM via browser-act. Value: turns video content into structured, reusable text assets for research, content repurposing, and quick consumption.

→
Domain
Others
Form
Workflow
Location
solutions/video-platforms/youtube-transcript/SKILL.md

youtube-transcript-analysis-api-skill

Extracts YouTube video transcripts via BrowserAct API and performs structured 8-dimension competitive content analysis. Method: run Python script to fetch transcripts, then Agent analyzes hook, messaging, audience, pain points, virality, credibility, business model, gaps. Value: reveals competitor strategy and content opportunities without manual viewing.

→
Domain
Marketing
Form
Workflow
Location
solutions/video-platforms/youtube-transcript-analysis-api-skill/SKILL.md

youtube-video-api-skill

Extracts channel-level and video detail data from a specific YouTube channel via BrowserAct API using a Python script. Input channel URL and video type (Latest/Popular/Earliest) to get structured metrics like subscribers, views, likes, comments. Value: stable, CAPTCHA-free, cost-effective YouTube data for competitor tracking and content strategy.

→
Domain
Business
Form
Cli Manual
Location
solutions/video-platforms/youtube-video-api-skill/SKILL.md

zhihu-search-api-skill

Extracts structured Zhihu article data and full content via BrowserAct API using a Python script. Provides keyword search with date filters and automated retry. Outputs title, body, author, date, and URL for market research, PR monitoring, and trend tracking.

→
Domain
Marketing
Form
Cli Manual
Location
solutions/social-listening/zhihu-search-api-skill/SKILL.md

Showing 91 / 91

Installation

One command to install the entire Skillset.

Copy and run in your terminal to add browser-act/skills to your Agent environment.

$npx skills add browser-act/skills