AI Agent Hub
Back to plugins
🧰

dsh-stock-live

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-stock-live

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-stock-live in the DeepSeek Harness terminal to install this plugin; the source is available at https://github.com/uckkk/dsh-stock-live.

About this plugin

Asking DeepSeek a quick question about the A-share market usually still means switching to a browser. dsh-stock-live brings real-time A-share quotes directly into your conversation: invoke the stock_live tool and it fetches the latest market data over the network, eliminating the back-and-forth between windows.

Built in plain Node with no heavyweight network libraries, the plugin stays lean and fast. It keeps no local cache and maintains no history database; it simply grabs a real-time snapshot the moment you ask, keeping the codebase small and easy to fork.

It is well suited for individual investors who track A-share prices daily, quant researchers who want to cross-check quotes mid-conversation, and developers who need to embed live financial data into a DeepSeek workflow without spinning up extra services.

Use Cases

  • Ask for the latest price of any A-share stock right in the chat
  • Check quotes conversationally without switching to a browser or terminal
  • Embed a real-time market snapshot into a quant or research workflow

Best For

  • Retail investors who track A-share prices daily
  • Quant researchers who need quick quote lookups
  • Developers who want live financial data inside a conversation