AI Agent Hub
Back to plugins
🧰

dsh-live-data

Web Tools Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-live-data

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

Run dsh plugin install uckkk/dsh-live-data inside DeepSeek Harness to install; the source repository is at https://github.com/uckkk/dsh-live-data . After installing, restart the DSH page and you can ask the model to call FX, weather, gold, stock-market, and other live-data tools directly in chat.

About this plugin

Large language models have a training cutoff and no built-in internet access. When you ask for today's exchange rate, the current temperature, the latest npm version, or a stock's real-time quote, the model can only guess. dsh-live-data turns these time-sensitive facts into callable tools, with every value fetched live from public endpoints the moment the model invokes them.

The plugin bundles 10 tools, 8 of which need no API key at all. Together they cover live FX rates and conversion, city weather, npm and PyPI latest versions, GitHub repo stats, Bilibili video metrics, A-share individual quotes, broad market indices, domestic and international gold prices, and IP geolocation. Output follows conventions familiar to Chinese users: amounts in wan/yi, gold in CNY per gram, wind on the force scale, and price changes shown as both absolute and percentage. A settings panel lets you pin defaults for city, stock code, currency pair, and more—changes apply instantly, so a simple ask like "What is the market doing today" lands on the right data without extra context.

Built for zero-key, zero-config use—install and go. Every request carries an 8-12 second timeout, and failures return a readable error message rather than crashing the session. Market and FX figures are for personal reference only and do not constitute investment advice.

Use Cases

  • Ask the model for today's FX rate, gold price, or market index
  • Look up the latest npm or PyPI package version
  • Check live weather in a city or IP geolocation

Best For

  • Chinese-speaking users who need live data without managing API keys
  • Daily finance queries for FX, gold, and stock indices
  • Developers checking package versions and repo stats mid-conversation