Autoclaw Browser
Skill by addogiavara-tech
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/addogiavara-tech/autoclaw-browserAutoClaw 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 scriptbackground.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
| Tool | Description | Parameters |
|---|---|---|
claw_get_indexed_elements | Get page simplified DOM (indexed interactive elements), data reduced by 90%+ | [useCache: boolean] |
Index Click
| Tool | Description | Parameters |
|---|---|---|
claw_click_by_index | Click element by index, more stable than CSS selector | index: number |
Batch Operations
| Tool | Description | Parameters |
|---|---|---|
claw_batch_execute | Batch execute multiple CDP commands, reduce network round trips | commands: array |
Smart Wait
| Tool | Description | Parameters |
|---|---|---|
claw_smart_wait | Smart wait: support wait for element/text/URL | element/text/urlPattern, timeout |
Available Tools
⌨️ Keyboard Operations
| Tool | Description | Parameters |
|---|---|---|
claw_press_key | Press single key | key: string |
claw_press_combo | Press key combination (e.g., Ctrl+C) | keys: string |
claw_type_text | Type text with optional delay | text: string, [delay: number] |
claw_key_down | Key down | key: string |
claw_key_up | Key up | key: string |
📸 Screenshot & Content Extraction
| Tool | Description | Parameters |
|---|---|---|
claw_take_screenshot | Capture screenshot of current page | [fullPage: boolean] |
claw_get_page_content | Get page HTML or text content | [type: html|text] |
claw_get_text | Get text content of element | selector: string |
claw_get_html | Get HTML content of element | selector: string |
claw_get_attribute | Get element attribute value | selector, attribute |
claw_is_visible | Check if element is visible | selector: string |
claw_is_enabled | Check if element is enabled | selector: string |
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-addogiavara-tech-autoclaw-browser": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
auto-building
基于 AUTO-BUILDING 源码,生成定制化信息采集管理系统。用户指定栏目、分类、数据源后,系统自动采集、审核、发布内容。
soul-weaver
AI Soul Weaver - 12 Curated Celebrity Templates + Custom Generation. Generate OpenClaw agent configurations through dialog or select from 12 world-famous tech & business leaders.
openclaw-soul-weaver
No waiting! Create professional-grade OpenClaw configurations in 30 seconds through natural conversation. Instantly generate enthusiast-level base configs that intelligently combine emotional and professional needs.