core-api

Document parameters and return formats for 18 Browser Use MCP tools.

7|4|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/MadAppGang/magus --skill core-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: core-api
Source: https://github.com/MadAppGang/magus/tree/main/plugins/browser-use/skills/core-api
Command: npx skills add https://github.com/MadAppGang/magus --skill core-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for all Browser Use MCP tools, enabling precise control over web browser automation for tasks like navigation, interaction, and data extraction.

Core Features & Use Cases

  • Tool Reference: Detailed documentation for 18 browser automation tools, including parameters, return formats, and usage scenarios.
  • Session Management: Guidance on creating, managing, and closing browser sessions for efficient resource utilization.
  • Use Case: Automate the process of logging into a website, filling out a multi-step form, and extracting specific data from the resulting page, ensuring proper session cleanup.

Quick Start

Use the browser_navigate tool to go to https://example.com and then use browser_get_state to inspect the page elements.

Frequently Asked Questions about core-api

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

FAQPage Schema
How do I automate web scraping and browser interaction using MCP tools?

Browser automation with MCP tools is achieved by using a suite of 18 specific commands for navigation, element interaction, and data extraction. This Skill provides the API reference detailing parameters, return formats, and optimal usage scenarios for each tool.

What is the best way to manage browser sessions for multi-step web automation?

Browser session management for web automation involves creating, managing, and closing sessions to ensure efficient resource utilization. The reference provides guidance on the session lifecycle to properly handle tasks like logging in and cleaning up after extracting data.

How do I inspect page elements after navigating to a URL for web scraping?

To inspect page elements for web scraping, use the browser_navigate tool to reach the target URL and then call browser_get_state. This combination allows you to load the page and inspect the available elements before data extraction.

Can I execute custom scripts during browser automation workflows?

Yes, script execution is supported within the browser automation workflow. The API reference details how to use the available MCP tools to execute scripts, alongside managing navigation and element interaction for complex web scraping tasks.

Does this MCP tools reference cover return formats for data extraction?

Yes, the MCP tools reference provides detailed documentation on return formats for data extraction. It covers parameters, return structures, and optimal usage scenarios to ensure precise control over your browser automation workflows.