kimi-webbridge-dsh
Run the following command in DeepSeek Harness:
dsh plugin install cfanmaoli/kimi-webbridge-dsh
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install cfanmaoli/kimi-webbridge-dsh in the DeepSeek Harness terminal to install this plugin; the source repository is available at https://github.com/cfanmaoli/kimi-webbridge-dsh.
About this plugin
In AI agent pipelines, actually driving a real browser is often the last mile. Kimi WebBridge provides a daemon-and-extension bridge, but downloading the daemon binary, picking the right build for the host architecture, verifying its SHA-256 checksum, and keeping the process alive were all manual chores. kimi-webbridge-dsh folds every one of those steps into a single dsh plugin: install once, zero manual configuration, and the bridge is ready.
The plugin does three things. First, it keeps the bridge healthy. When the binary is missing it auto-downloads from Kimi's official CDN, selects the correct build for the runtime platform and CPU, writes a temporary file, verifies the SHA-256 against the official manifest, and only renames it to the final path after a match; any unverified binary never touches disk. If the daemon is not running, it auto-launches. Second, it registers a bundled skill at startup that covers 25 browser actions: navigation and tab management, accessibility-tree snapshots and full-text reads, click and genuine mouse events, drag, form filling, key-typing and key combinations, JavaScript evaluation in page context, direct CDP access, screenshot and PDF export, network request capture, file upload, scrolling, and conditional waiting. The model loads the skill via trigger words and issues commands over a local HTTP endpoint exactly as the documentation describes. Third, it exposes a thin kimi_webbridge tool with a single status action, serving as a bridge-health anchor for other skills, with built-in daemon self-healing.
If you are building an AI agent on the dsh framework and need real browser capabilities beyond plain API calls, but do not want to re-configure the daemon and figure out platform specifics on every new machine, this plugin hands you a complete browser-operation stack out of the box. The only prerequisite is installing the Kimi WebBridge extension in your browser and confirming it connects; everything else is handled by the plugin.
Use Cases
- AI agents that need to drive a real browser for navigation, form filling, screenshots, and CDP-level control
- Rapid deployment of Kimi WebBridge on a fresh machine without manual daemon download or setup
- Cross-platform (Windows/macOS/Linux) unified browser bridge across heterogeneous dev environments
Best For
- Developers building AI agents on the dsh framework
- Engineers who need browser automation without manually managing daemon lifecycles
- Teams standardizing a browser operation stack across cross-platform environments
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.