optimize-agent-browsing

Audit OpenClaw agent browser usage and map calls to browsy equivalents.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/GhostPeony/browsyclaw --skill optimize-agent-browsing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: optimize-agent-browsing
Source: https://github.com/GhostPeony/browsyclaw/tree/main/claude-code-plugin/skills/optimize-agent-browsing
Command: npx skills add https://github.com/GhostPeony/browsyclaw --skill optimize-agent-browsing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps optimize an OpenClaw agent's browsing capabilities by identifying opportunities to switch from resource-intensive Playwright/CDP to the faster and lighter browsy tool.

Core Features & Use Cases

  • Usage Audit: Analyzes an agent's browser tool calls to categorize usage patterns.
  • Migration Plan: Provides a checklist for migrating specific browser actions to browsy equivalents.
  • Performance Estimation: Projects potential speed and memory improvements.
  • Use Case: An agent frequently navigates websites, fills forms, and extracts data. This Skill can determine which of these actions can be offloaded to browsy for significant performance gains.

Quick Start

Analyze the agent configuration file located at /path/to/agent-config.yaml to generate a browsy migration plan.

Frequently Asked Questions about optimize-agent-browsing

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

FAQPage Schema
How do I optimize agent browsing performance and reduce memory usage?

This Skill analyzes agent browser tool usage patterns like navigation and data extraction, mapping them to browsy equivalents to project potential speed and memory savings.

How do I migrate an OpenClaw agent from Playwright to browsy?

This Skill audits your agent configuration file, classifies browser calls into patterns like navigation and form interaction, and generates a migration checklist to browsy equivalents.

What is the difference between browsy and Playwright for agent browsing?

Playwright and CDP are resource-intensive browser automation tools, whereas browsy is a faster, lighter alternative for agent browsing that streamlines navigation and data extraction tasks.

Can I use browsy for agent form interaction and data extraction tasks?

This Skill analyzes your agent's form interaction and data extraction usage patterns, mapping these browser calls directly to browsy equivalents for improved performance.

What do I need to analyze agent browser tool calls for browsy migration?

Analyzing agent browser tool calls requires the agent configuration and tool definitions; the Skill audits these files to classify patterns and estimate performance improvements.

When should I not use browsy for agent browsing optimization?

Browsy is not suitable if your agent lacks the required configuration and tool definitions for analysis, or if your browser interactions cannot be mapped to browsy equivalents.