AI Agent Hub
Back to plugins
🧰

dsh-tool-playwright

Web Tools Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install cheng-nan01/dsh-tool-playwright

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

Clone the plugin from https://github.com/cheng-nan01/dsh-tool-playwright, register it with dsh plugin install link:<local-path> into the active profile, and restart the harness to activate it.

About this plugin

An AI in a chat window can tell you where a button is, but it cannot click it. dsh-tool-playwright bridges that gap: it lets the AI open pages, click buttons, fill forms, drag elements, upload files, switch tabs, and read page structure the way a person at a keyboard would.

The plugin runs natively inside DeepSeek Harness with no separate MCP server process to manage. The AI perceives pages through structured snapshots rather than screenshots: a numbered list of every button, link, and input field, each carrying a ref that the AI uses to say “click item 3.” It also supports saving screenshots and PDFs, inspecting console errors and network requests, batch tab management, and opt-in advanced features such as in-page code evaluation.

Built for developers who want their AI to drive a real browser end to end—data entry, multi-tab workflows, automated verification—and for teams that need both headed (visible window) and headless (silent) modes from a single local tool.

Use Cases

  • AI opens a page, fills a form, and clicks submit for end-to-end data entry
  • Let AI automatically switch, close, and manage multiple browser tabs
  • Capture screenshots and PDFs, inspect console errors and network requests to assist page debugging

Best For

  • Developers who need AI to drive a real browser for web tasks
  • Teams that want local, zero-infrastructure operation without a separate MCP server
  • Automation workflows requiring both headed and headless browser modes