dsh-qr-share
Run the following command in DeepSeek Harness:
dsh plugin install xiaoguomeiyitian/dsh-qr-share
Paste the following prompt into your AI chat to install this plugin:
Install it in DeepSeek Harness by running dsh plugin install xiaoguomeiyitian/dsh-qr-share; the source repository is at https://github.com/xiaoguomeiyitian/dsh-qr-share
About this plugin
You are already signed in to a DSH web session on your desktop and want your phone to join the same conversation. The old way meant copying a long token-laden URL by hand—easy to mistype and awkward to share. dsh-qr-share collapses that into a single click: a QR-code button appears in the sidebar footer, and tapping it opens a dialog showing the QR code alongside the resolved URL as plain text (a fallback for failed scans). Scan it with your phone, and the server completes the BrowserAuth token-to-cookie 303 exchange, dropping you straight into the same session.
The URL is derived from window.location.origin at render time, so it automatically matches whatever authority your desktop actually used—LAN IP, public domain, or a reverse-proxied sub-path—without any environment variable or config edit.
On the security side, the /_qr/share route is gated by the same Host-trust fence as /api (403 if untrusted, 401 if the cookie is invalid). The launch token is single-use: it is consumed on the first exchange and the resulting cookie is bound to the authority with HttpOnly + SameSite=Strict, making the route unreachable from any cross-site frame. It is safe for production use out of the box.
Ideal for developers who switch between a desktop browser and a phone while working in DSH web, for small teams collaborating over a LAN, and for anyone who wants a zero-config scan-to-login experience.
Use Cases
- Desktop browser already signed in—phone scans to join the same DSH session instantly
- Lan team members quickly share a DSH Web entry point across devices
- Reverse-proxied setup generates the correct host URL in the QR code with zero config
Best For
- Developers switching between desktop and phone while working in DSH web
- Small teams collaborating over a LAN
- Users who want a zero-config scan-to-login experience
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.