browser-use

Control the in-app browser via Chrome DevTools Protocol for navigation and data extraction.

54|7|Updated May 29, 2026
One-click install
npx skills add https://github.com/wibus-wee/cradle-app --skill browser-use-wibus-wee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: browser-use
Source: https://github.com/wibus-wee/cradle-app/tree/main/plugins/browser-use
Command: npx skills add https://github.com/wibus-wee/cradle-app --skill browser-use-wibus-wee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @cradle/plugin-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill allows for control of the in-app browser, enabling navigation, interaction, and data extraction within the Cradle application.

Core Features & Use Cases

  • In-App Browser Control: Navigate to URLs, click elements, type text, take screenshots, and read page content within the Cradle application.
  • Automated Interaction: Automate tasks like form filling, data extraction, and page navigation.
  • Use Case: Use this Skill to automate the process of filling out a web form within the Cradle application and saving the data as a JSON file.

Quick Start

Use the browser-use skill to open a URL in the in-app browser: 'open URL https://example.com/login'.

Frequently Asked Questions about browser-use

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

FAQPage Schema
How do I automate form filling and data extraction in an in-app browser?

Automate form filling and data extraction by using the browser-use Skill to navigate to URLs, click elements, and type text within the Cradle in-app browser. It leverages Chrome DevTools Protocol to execute interaction tasks automatically.

Does browser automation with Chrome DevTools Protocol require the Cradle application to be running?

Yes, browser automation with Chrome DevTools Protocol requires the Cradle application to be running with the browser panel open. This Skill provides automated control specifically for the in-app browser environment.

What is the best way to read page content and take screenshots during browser automation?

To read page content and take screenshots during browser automation, use this Skill to control the in-app browser. It enables you to capture page states and extract data directly within the Cradle application.

Can I use this Skill to open a URL and interact with web elements step by step?

Yes, you can open a URL and interact with web elements by using the command 'open URL' followed by your target link. The Skill then allows you to automate clicking and typing actions on that page.

What are the limitations of using an in-app browser for automated navigation?

The limitation of in-app browser automation is that it operates exclusively within the Cradle application environment. It requires the browser panel to remain open and cannot control external browser instances.

How do I save extracted web data as a JSON file after automating a form?

After automating form filling and data extraction, you can save the captured data as a JSON file. This Skill enables you to read page content and structure the extracted results for storage.