ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

My Browser Agent

Skill by 1393368499

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1393368499/my-browser-agent
Or

my-browser-agent

A custom browser automation skill using Playwright.

Features

  • Visit any URL
  • Take screenshots
  • Get page title
  • Click elements (future)

Usage

Call with:

  • url: The URL to visit (required)
  • action: Optional action like "screenshot", "title", "click"

Example

Use my-browser-agent to visit https://www.bilibili.com and take a screenshot.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1393368499-my-browser-agent": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.