ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

Ask Expert Playwriter

Skill by 13801201404-sys

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/13801201404-sys/ask-expert-playwriter
Or

What This Skill Does

The Ask Expert Playwriter skill acts as a bridge between the OpenClaw AI agent and your locally installed Google Chrome browser. By leveraging the Playwriter framework and its associated Chrome extension, this skill allows the agent to interact with websites exactly as a human would—using your existing, authenticated browser sessions. Instead of struggling with API keys or struggling to log in to premium AI services like Gemini or ChatGPT, this skill enables you to query these platforms while keeping your authenticated state intact. It automates the process of opening browsers, navigating to specific URLs, injecting inputs, and extracting responses or visual evidence via screenshots.

Installation

To integrate this skill into your workflow, ensure you have Node.js installed, then run the following command in your terminal: clawhub install openclaw/skills/skills/13801201404-sys/ask-expert-playwriter

Additionally, you must install the global NPM package for the engine: npm install -g playwriter@latest. Finally, install the official Playwriter extension from the Chrome Web Store (ID: jfeammnjpkecdekppnclgkkffahnhfhe) to facilitate the necessary connection between your OS and the browser instance.

Use Cases

This skill is ideal for complex workflows involving authenticated services. Use it to:

  • Automate research by querying Gemini while logged into your professional account.
  • Extract data from web-based dashboards that require multi-factor authentication.
  • Perform UI testing or content verification on internal tools.
  • Bypass "bot detection" mechanisms on websites that block generic automation tools but allow real browser sessions.

Example Prompts

  1. "问专家:根据这段代码逻辑,请帮我分析潜在的内存泄漏风险。"
  2. "问 Gemini:帮我总结一下目前最新的 AI 发展趋势,并生成一个简洁的报告。"
  3. "使用专家模式:打开这个网页并截图保存,我需要查看最新的销售数据图表。"

Tips & Limitations

  • Pre-requisite: Always ensure Chrome is open and the Playwriter extension is active before triggering the skill.
  • Session Management: If a task fails with a page error, use the playwriter session reset command to clear stale sessions.
  • Coordinates: Note that the hardcoded mouse coordinates in the script assume a specific screen resolution. You may need to adjust these values in the script if your Chrome window positioning differs.
  • Security: Since this skill interacts with your browser, ensure you only run automation tasks on trusted websites.

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-13801201404-sys-ask-expert-playwriter": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#browser-automation#playwriter#ai-agent#automation#chrome
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution