skillfed

browser

This skill enables automated browser control for web page interactions, letting you script clicks, text input, and form submissions. Perfect for workflows that need to interact with web content dynamically without human oversight.

browser enables you to script automated interactions with web pages—clicking buttons, typing text, and submitting forms—without requiring manual browser control. You can programmatically navigate websites, fill out forms with data, and simulate user actions, making it ideal for workflows that need to interact with web content dynamically without human oversight.

AI-generated summary based on this skill's SKILL.md

35 2 MIT updated by malue-ai

Install

malue-ai/dazee-small/browser · repository language: Python

CLI (skillfed)coming soon
git clone https://github.com/malue-ai/dazee-small
cp -r dazee-small/skills/library/browser ~/.claude/skills/browser

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How does browser automate web browser interactions?

browser enables you to script automated interactions with web pages—clicking buttons, typing text, and submitting forms—without requiring manual browser control. You can programmatically navigate websites, fill out forms with data, and simulate user actions, making it ideal for workflows that need to interact with web content dynamically without human oversight.

Can browser fill out web forms automatically?

Yes, browser is designed to fill out web forms automatically by letting you script text input, select dropdown options, and submit forms programmatically. You can automate the entire form-filling workflow, from locating form fields to entering data and triggering submissions, streamlining repetitive data-entry tasks.

How can I extract and read structured content from websites programmatically using browser?

browser allows you to extract and read structured content from websites by providing tools to query page elements, parse HTML, and retrieve data programmatically. You can locate specific content on a page, extract text and attributes, and process the structured data for use in your automation workflows without manual copying.

Does browser support maintaining persistent login sessions across multiple automation runs?

Yes, browser supports maintaining persistent login sessions across multiple automation runs, allowing you to automate login to websites once and reuse those authenticated sessions for subsequent interactions. This eliminates the need to re-authenticate on every run and enables seamless multi-step workflows that depend on staying logged in.

What capabilities does browser offer for handling dialogs, file uploads, and keyboard events?

browser provides comprehensive support for handling dialogs, file uploads, and keyboard events in web automation workflows. You can programmatically respond to popup dialogs, upload files to web forms, and simulate keyboard input, giving you full control over complex user interactions that go beyond simple clicking and typing.

Can browser help debug website issues with console logs and network inspection?

Yes, browser includes debugging capabilities that let you inspect console logs and network requests to troubleshoot web application issues. You can monitor what's happening under the hood during automation, capture errors and warnings, and analyze network activity to diagnose problems with your automated workflows or the websites you're interacting with.

SKILL.md

rendered from the published skill — quoted content, verbatim

Browser Automation

Playwright-driven browser tool for web page interaction. Text-snapshot-first: reads pages as structured text, acts on elements by ref ID — no coordinate guessing, no screenshots needed.

Login sessions persist — cookies and localStorage are saved to a dedicated profile directory. Users only need to log in once per site.

When to Use

  • browser tool: Web pages in a browser (forms, dashboards, search results, billing pages)
  • observe_screen + peekaboo: Native desktop apps (Finder, Calendar, TextEdit, Numbers)

Do NOT use peekaboo for browser content. Do

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 1 file
skills/library/browser/SKILL.md

Related skills

Tags

web-scraping form-automation page-interaction session-persistence headless-browser element-targeting ui-automation web-testing