DSH Plugins Marketplace

DSH Plugins

Plugins

/

dsh-plugin-browser

d

dsh-plugin-browser

Manifest valid

Native headless and visible Chromium browser automation agent for DeepSeek Harness with DOM tree extraction, screenshot capture, and built-in SSRF protection.

hasBundlePatch

dsh-plugin-browser

Native Headless & Visible Web Browser Automation Agent Plugin for DeepSeek Harness (dsh)

License: MIT DeepSeek Harness

dsh-plugin-browser empowers DeepSeek Harness agents with native web browsing, live page content extraction, DOM parsing, form interaction, and visual screenshot verification.


Features

  • 🌐 Web Navigation & Exploration: Navigate to any public or internal website URL.
  • 📄 Semantic Markdown & Link Extraction: Convert complex HTML pages into clean, token-efficient Markdown.
  • 📸 Visual Screenshots: Capture high-resolution visual snapshots for multi-modal verification.
  • 💻 CLI Utility (dsh-browser): Direct terminal commands (open, extract, screenshot).
  • 🧩 Cordis Native: Automatically exposes browser_navigate, browser_extract, and browser_screenshot tools.

Installation

# Add from GitHub
dsh plugin --profile web add "github:menotbobbybrown/dsh-plugin-browser"

CLI Usage

# Navigate to a URL and inspect HTTP status
npx dsh-browser open https://news.ycombinator.com

# Extract clean Markdown and hyperlinks
npx dsh-browser extract https://github.com/deepseek-ai/deepseek-harness

# Capture a screenshot
npx dsh-browser screenshot https://github.com my_screenshot.png

Programmatic Usage (Cordis API)

import { Context } from 'cordis';
import * as BrowserPlugin from 'dsh-plugin-browser';

const ctx = new Context();
ctx.plugin(BrowserPlugin);

// Navigate to a URL
await ctx.browser.navigate('https://deepseek.com');

// Extract clean markdown
const { markdown, links } = await ctx.browser.extract();

// Capture screenshot
const screenshot = await ctx.browser.screenshot();

License

MIT © DeepSeek Harness Community


🤝 Contributing

Contributions are warmly welcome! Whether you are reporting an issue, proposing an adapter, optimizing performance, or fixing a bug, please check out our Contributing Guide.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feat/AmazingFeature)
  3. Commit your Changes (git commit -m 'feat: add some AmazingFeature')
  4. Push to the Branch (git push origin feat/AmazingFeature)
  5. Open a Pull Request

📄 License & Community

Distributed under the MIT License. See LICENSE for more information.

Built with 💙 for the DeepSeek Harness community.

Comments

Loading…

Similar plugins

dsh-browser

by ZSeven-W

DeepSeek Harness plugin for browser automation, headless first. Every agent gets its own throwaway Chrome/Edge/Chromium profile, short-lived semantic references instead of CSS selectors, scoped subtre

Development & InfrastructureManifest valid

★ 0

MIT

JavaScript

Sep 24, 2026

dsh plugin --profile web add @zseven-w/dsh-browser

Native DeepSeek Harness browser-agent plugin providing session-isolated Chromium automation with CDP and DOM tools.

Tools & CapabilitiesManifest valid

★ 0

dsh plugin --profile web add dsh-browser-plugin

by HakureiMonika

Agent-native browser DevTools workbench for DeepSeek Harness. / 让你的DSH获得非常强大的 Chromium DevTools 能力

Manifest valid

★ 8

↓ 180/wk

MIT

TypeScript

Sep 20, 2026

dsh plugin --profile web add dsh-browser-scope

by KasenRi

Controlled browser automation for DeepSeek Harness: the agent_browser tool and BrowserAutomationService drive a real Chromium or Chrome page (or an explicit CDP endpoint) through the agent-browser CLI

Tools & CapabilitiesDevelopment & InfrastructureManifest valid

★ 0

MIT

JavaScript

Sep 19, 2026

dsh plugin --profile web add @kasenri/dsh-browser

by stuarthu

DeepSeek Harness (dsh) browser companion: Chrome side panel embedding the full dsh web UI + host plugins for page reading, HTTP capture, and browser control.

Tools & CapabilitiesManifest valid

★ 9

↓ 382/wk

MIT

JavaScript

Aug 22, 2026

dsh plugin --profile web add dsh-chrome

by maxiaovivi

Native CloakBrowser tools for DeepSeek Harness: isolated browser sessions, snapshots, interaction, screenshots, and safe Agent routing.

Tools & CapabilitiesSecurity & AuditManifest valid

★ 4

MIT

JavaScript

Aug 16, 2026

dsh plugin --profile web add dsh-cloak-browser