ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Autoclaw Browser

Skill by addogiavara-tech

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/addogiavara-tech/autoclaw-browser
Or

AutoClaw Browser Automation Skill

Skill Overview

AutoClaw is a browser automation skill that provides comprehensive control over Chrome browser through MCP (Message Communication Protocol) communication with the browser extension.

Prerequisites

Before starting MCP service, ensure the following files exist in the correct directory:

  • options.js - Browser extension options page script
  • background.js - Extension background script handling WebSocket connections

File Location

%USERPROFILE%\.openclaw\skills\claw-browser\autoclaw-plugin\

🚀 v6.0.0 New Optimization Tools

Simplified DOM Retrieval

ToolDescriptionParameters
claw_get_indexed_elementsGet page simplified DOM (indexed interactive elements), data reduced by 90%+[useCache: boolean]

Index Click

ToolDescriptionParameters
claw_click_by_indexClick element by index, more stable than CSS selectorindex: number

Batch Operations

ToolDescriptionParameters
claw_batch_executeBatch execute multiple CDP commands, reduce network round tripscommands: array

Smart Wait

ToolDescriptionParameters
claw_smart_waitSmart wait: support wait for element/text/URLelement/text/urlPattern, timeout

Available Tools

⌨️ Keyboard Operations

ToolDescriptionParameters
claw_press_keyPress single keykey: string
claw_press_comboPress key combination (e.g., Ctrl+C)keys: string
claw_type_textType text with optional delaytext: string, [delay: number]
claw_key_downKey downkey: string
claw_key_upKey upkey: string

📸 Screenshot & Content Extraction

ToolDescriptionParameters
claw_take_screenshotCapture screenshot of current page[fullPage: boolean]
claw_get_page_contentGet page HTML or text content[type: html|text]
claw_get_textGet text content of elementselector: string
claw_get_htmlGet HTML content of elementselector: string
claw_get_attributeGet element attribute valueselector, attribute
claw_is_visibleCheck if element is visibleselector: string
claw_is_enabledCheck if element is enabledselector: string

Metadata

Stars4473
Views1
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-addogiavara-tech-autoclaw-browser": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.