stella-browser

Automate Google Chrome browser tasks via Stella's extension bridge.

29|4|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ruuxi/stella --skill stella-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stella-browser
Source: https://github.com/ruuxi/stella/tree/main/runtime/home-seed/skills/stella-browser
Command: npx skills add https://github.com/ruuxi/stella --skill stella-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of manual browser navigation, form filling, and data extraction, letting you automate real-world web tasks without rebuilding login state or fighting browser sandboxing limitations.

Core Features & Use Cases

  • Real Browser Control: Automate the user's actual Chrome browser with their existing logged-in sessions, no need to re-authenticate for every task.
  • Robust Element Interaction: Use semantic locators and compact element refs to reliably click, fill, and interact with web pages even as layouts change.
  • Use Case: Automate logging into a work dashboard, pulling weekly report data, and saving it to a local file without manual copy-pasting.

Quick Start

Ask the AI to open your company's HR portal, navigate to the time-off request page, fill out the form with your requested dates, and submit it for approval.

Frequently Asked Questions about stella-browser

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

FAQPage Schema
How do I automate web scraping on authenticated sites without re-entering my login credentials?

To automate web scraping on authenticated sites without re-entering login credentials, this Skill controls your real Chrome browser via an extension bridge, leveraging your existing logged-in sessions to navigate and extract data directly.

What is the best way to automate browser form filling using my existing Chrome profile?

The best way to automate browser form filling using your existing Chrome profile is through this Skill, which uses semantic locators and compact element references to reliably interact with and submit web forms without manual intervention.

Can I capture screenshots and download files from web pages without browser sandboxing?

Yes, you can capture screenshots and download files without browser sandboxing by automating your actual Chrome browser, which eliminates sandboxing limitations and allows direct local file downloads.

How do I handle web automation when page layouts and CSS selectors change frequently?

To handle web automation when page layouts change frequently, this Skill uses semantic locators and compact element references instead of custom CSS selectors, ensuring reliable element interaction even as the underlying page structures evolve.

Does browser automation work with personal web applications that require manual login re-authentication?

Browser automation works seamlessly with personal web applications requiring manual login re-authentication by operating directly within your actual Chrome browser profile, completely eliminating the need to rebuild login state for every task.