browser-automate

Installation
SKILL.md

Browser Automate

Drive the user's real, logged-in Chrome to accomplish a task: navigate, search, fill forms, click, shop. Runs in a dedicated "Frevana" browser tab — it never hijacks the tab the user is on. Uses the Chrome Extension-backed Frevana MCP tool frevana_automate.

Purpose

This skill performs interactive browser automation via frevana_automate. Elements are addressed by an integer [ref] from a snapshot, never by CSS selector. Use it for tasks that require clicking through a UI (search a site, fill a form, add to cart, go to checkout) — as opposed to just fetching data (use Authenticated Fetch) or generating a collector (use Site Data Collector).

What This Skill Needs

  • bundled scripts/setup.sh wrapper, which downloads and runs the latest official Frevana setup script
  • Frevana local daemon running after setup, default port 12306
  • Chrome connected through the Frevana Chrome Extension
  • curl, bash, python3

This is a Chrome Extension skill. It uses the local daemon and Chrome Extension session.

How it works — perceive → act loop

Installs
13
GitHub Stars
1
First Seen
Jul 3, 2026
browser-automate — finpeakinc/frevana-skills