AI Agent Hub
Back to plugins
🧰

dsh-playwright

Web Tools Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install whklwhkl/dsh-playwright

Paste the following prompt into your AI chat to install this plugin:

Install this plugin in DeepSeek Harness by running dsh plugin install whklwhkl/dsh-playwright; the source is available at https://github.com/whklwhkl/dsh-playwright

About this plugin

DSH agents often lack real browser interaction capabilities when handling web tasks. dsh-playwright drives Chromium via Playwright directly inside the host process, with no external bridge service or port required, giving agents a full set of browser_* tools for opening pages, clicking, filling forms, extracting DOM, evaluating JS, and taking screenshots.

The plugin lazily launches the browser and releases resources on unplug, depending on the single runtime package playwright-core. Tool descriptions and output text are bilingual (switch to English with PW_LANG=en). A bundled site-map skill documents real-world behaviors of popular sites under automation and provides recovery tips, helping agents self-adjust when they hit anti-bot walls, captchas, or search failures.

Ideal for developers who need DSH agents to perform web search, form submission, content scraping, and screenshot archiving, as well as for ops users who want to reuse an existing system Chrome/Edge binary in headless or headed mode.

Use Cases

  • Agent opens a page, runs a search, and extracts the main content
  • Automatically fill in and submit online forms
  • Capture a screenshot of a specific page and save it as PNG

Best For

  • Developers who need autonomous web interaction for their agents
  • Ops users who prefer reusing an existing system browser
  • Teams building web automation workflows