agent-browser

Automate browser navigation, form filling, screenshots, and data extraction.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill agent-browser-0-cyberdyne-systems-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-browser
Source: https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core/tree/main/skills/runtime/agent-browser
Command: npx skills add https://github.com/0-CYBERDYNE-SYSTEMS-0/nano-core --skill agent-browser-0-cyberdyne-systems-0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates browser interactions, making it possible to navigate websites, fill forms, extract data, and capture screenshots programmatically, eliminating the need for manual web browsing for repetitive tasks.

Core Features & Use Cases

  • Web Navigation: Open URLs, go back/forward, reload pages.
  • Form Interaction: Fill text fields, select dropdowns, check/uncheck boxes, click buttons.
  • Data Extraction: Get element text, attributes, HTML, and page title.
  • Screenshots & PDF: Capture full-page screenshots or save pages as PDFs.
  • Use Case: Automate the process of logging into a web application, filling out a complex form, and then extracting the confirmation message.

Quick Start

Open the website 'https://example.com' in the browser.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I automate web scraping and form filling without manual browsing?

Automate web scraping and form filling by programmatically navigating URLs, interacting with web elements using selectors, typing text, and clicking buttons. This eliminates manual browsing for repetitive web tasks.

Can I capture full-page screenshots and save web pages as PDFs programmatically?

Yes, you can capture full-page screenshots and save web pages as PDFs. The automation script handles visual and textual data extraction directly from the rendered browser page.

Does browser automation support session management and proxy configurations?

Browser automation supports session management and proxy configurations. You can maintain session states and route web requests through proxies during navigation and data extraction.

What is the best way to extract element text and HTML attributes from web pages?

The best way to extract element text and HTML attributes is by using specific selectors or references. The automation tool retrieves page titles, element text, and attributes directly.

How do I interact with complex web forms using dropdowns and checkboxes?

Interact with complex web forms by programmatically selecting dropdowns, checking or unchecking boxes, and filling text fields. The automation executes clicks and typing interactions.