Bob-Bo1/dsh-stock-watch: View A-share Holdings, Watchlist Quotes, and Local P&L in the DSH Left Sidebar

Bob-Bo1/dsh-stock-watch is a local web panel plugin for DeepSeek Harness (DSH), designed to let users view real-time quotes of A-share holdings and watchlist stocks in the DSH sidebar without switching browsers. The plugin is licensed under the MIT License, with core features including displaying holding gains/losses and watchlist quotes, supporting full CRUD operations on stock data from the web interface, and saving the information to a local `holdings.json` file. Market data is sourced from Tencent's public API, following the convention of red for gains and green for losses, and retains the last successful data during network anomalies. The plugin strictly protects privacy, reading holding data only from the local machine without uploading it to the author's server, and by default listens only on the localhost address. Installation requires adding the plugin via a command and registering it in `cordis.patch.yml`.

Read More