Agent Browser Skill

# Agent Browser Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Agent Browser Skill" with this command: npx skills add baiyunrei2025/agent-browser-skill

Agent Browser Skill

Description

Enhanced browser automation for OpenClaw agents with advanced navigation, screenshot, and interaction capabilities.

When to Use

Use this skill when:

  • Automating web browsing tasks
  • Taking screenshots of web pages
  • Filling forms and clicking buttons
  • Extracting data from websites
  • Testing web applications
  • Navigating complex web flows

Prerequisites

  • OpenClaw browser tool must be enabled
  • Chrome or Chromium browser installed
  • Internet connection for web access

Examples

Basic Navigation

# Navigate to a website
openclaw browser open --url "https://example.com"

# Take a screenshot
openclaw browser snapshot --url "https://example.com" --output screenshot.png

Form Interaction

# Fill a form
openclaw browser act --url "https://forms.example.com" --kind fill --fields '{"name": "John", "email": "john@example.com"}'

# Click a button
openclaw browser act --url "https://example.com" --kind click --selector "button.submit"

Data Extraction

# Extract page content
openclaw browser snapshot --url "https://news.example.com" --maxChars 5000

# Monitor page changes
openclaw browser act --url "https://status.example.com" --kind wait --textGone "Loading..."

Integration with OpenClaw

This skill enhances the native OpenClaw browser tool with:

  1. Simplified commands - Easier syntax for common tasks
  2. Error handling - Better recovery from failures
  3. Performance optimization - Faster page loads and interactions
  4. Accessibility support - Better element detection

Safety Notes

  • Only automate public websites
  • Respect robots.txt and terms of service
  • Avoid excessive requests to prevent IP blocking
  • Use delays between actions to mimic human behavior

Troubleshooting

Common Issues

  1. Browser not starting: Check if Chrome is installed
  2. Element not found: Try different selectors or wait for page load
  3. Timeout errors: Increase timeout values for slow pages
  4. Permission denied: Ensure OpenClaw has necessary permissions

Debug Tips

# Enable verbose logging
openclaw browser open --url "https://example.com" --verbose

# Check browser status
openclaw browser status

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

API Gateway

Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...

Registry SourceRecently Updated
73.2K369byungkyu
Coding

S2硅基灵魂与具身架构师

Interactive CLI tool to create custom AI agent personalities using 16 RPG-style classes, behavioral directives, and a mathematical DNA engine, fully local an...

Registry SourceRecently Updated
Coding

FRITZ!Box

Control AVM FRITZ!Box routers and Smarthome devices via TR-064 and Web API. Use when the user wants to manage their FRITZ!Box router (WLAN, connected devices...

Registry SourceRecently Updated
Coding

Oauth Debugger

Debug OAuth 2.0 and OIDC flows. Trace authorization code, PKCE, client credentials, and implicit flows. Diagnose redirect URI mismatches, scope issues, token...

Registry SourceRecently Updated