zoahdev/dsh-browser-use

zoahdev★ 0TypeScript最后同步: 2026-08-17

在 GitHub 打开

Browser Use bridge for DeepSeek Harness: run real web tasks (open pages, click, type, fill forms, extract data) through the Browser Use Cloud API.

README 摘要

dsh-browser-use Browser Use bridge for DeepSeek Harness: let your dsh agent run real web tasks — open pages, click, type, fill forms, extract data — through the Browser Use Cloud API. English 中文 What it is A thin, honest bridge. It registers one model-facing tool, browser use run , forwards the task to Browser Use's cloud endpoint, and returns the raw run result. It does not reimplement Browser Use and does not claim to be a full integration. Install Then set your Browser Use API key (config apiKey , or the BROWSER USE API KEY env var). Two modes: cloud vs. local Mode Needs Tools you get Cloud (this plugin) Browser Use API key browser use run Local (free, no key) Python + browser-use installed mcp browser use browser exec , mcp browser use browser screenshot Local mode (no Browser Use API key) Browser Use also runs locally as an MCP stdio server — no cloud subscription. DeepSeek Harness already ships @deepseek-ai/dsh-mcp-client , so you do not need this plugin for the local path. Install Browser Use once ( pip install 'browser-use[cli]' ), then add this to your profile's cordis.yml : That registers mcp browser use browser exec and mcp browser use browser screenshot . A ready-to-cop…

在 GitHub 查看完整 README →
终端/TUIagentbrowserbrowser-usedeepseek-harnessdsh-pluginweb-automation

分类