Show and tell: dsh-kimi-webbridge — drive the user's real browser from DeepSeek Harness #926
MicroHEROX
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
dsh-kimi-webbridge: Kimi WebBridge browser tools for DeepSeek Harness
A third-party plugin bundle that turns the local Kimi WebBridge daemon into 15 native
kimi_webbridge_*tools — the agent can open pages, read them, click, type, screenshot, run JS, inspect network traffic, upload files and save PDFs in the user's real browser, with their login sessions.Repo: https://github.com/MicroHEROX/dsh-Kimi-WebBridge (MIT, tagged
dsh-plugin)What the model gets
kimi_webbridge_navigate·find_tab·list_tabs·snapshot·click·fill·evaluate·cdp·screenshot·network·upload·save_as_pdf·close_tab·close_session·start_daemonHighlights
127.0.0.1:10086daemon → browser; no third-party service sees the traffic.name/inject/apply+defineTool, exactly the shipped tool pattern; zero runtime dependencies (peer packages resolve from the harness installation).kimi_webbridge_start_daemonstarts the local daemon when unreachable; capture tools auto-retry on the daemon's page-settle stall.Install
Verified against
@deepseek-ai/dsh-toolscompile + raw-JSON-schema boundary checks (tests/smoke.mjs).Related
All reactions