DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Live Data — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

dsh-live-data

Live Data

Real-time data aggregation: 10 tools fetching data unavailable to the model itself from 8 keyless public APIs—exchange rates (open.er-api.com), weather (Open-Meteo), npm package versions, GitHub repository information, PyPI package versions (Tsinghua mirror), Bilibili video information, A-share quot

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:uckkk/dsh-live-data#91e8bb5f8826d81ab67c936ef4b6ce05f2118af2
READMECompatibilityVersions

Description

Real-time data aggregation: 10 tools fetching data unavailable to the model itself from 8 keyless public APIs—exchange rates (open.er-api.com), weather (Open-Meteo), npm package versions, GitHub repository information, PyPI package versions (Tsinghua mirror), Bilibili video information, A-share quotes/market indexes (Sina Finance), gold prices (Shanghai Gold Exchange yuan/gram + international USD/ounce), and public IP geolocation. Output follows Chinese conventions: Chinese currency names, “100 foreign currency = X RMB” quotations, wind force in “levels,” change amount + percentage change, and “ten-thousand/hundred-million” amount units. The settings panel allows configuring default parameters for each tool. All-in-one live-data plugin: 10 tools over 8 keyless public APIs.

Compatibility and provenance

Live Data is published as dsh-live-data and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/15/2026

Versions

0.1.1stable
9/15/2026
0.1.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/15/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

实时数据 dsh-live-data

一个插件,10 个工具,8 个免密钥公开接口——把模型自身拿不到的实时数据接进 DeepSeek Harness。装一次,汇率、天气、包版本、仓库信息、视频数据、A股行情、金价、IP 归属地全部可用。

为什么需要它

大模型的训练数据有截止时间,也没有联网能力。凡是「此刻的真实数值」——今天汇率多少、现在几点几度、这个包最新版是几、这只股票现价多少——模型只能靠猜。这个插件把这些数据变成可以直接调用的工具,返回值都是当场从公开接口取回的真实数据。

输出按中文用户习惯呈现:中文货币名、「100 外币 = X 人民币」报价、风力按「级」、涨跌额+涨跌幅、金额用「万/亿」、时间用「X 天前」、金价直接给「元/克」。

工具一览

工具作用数据源
fx_live实时汇率查询与换算open.er-api.com
weather_live按城市查实时天气Open-Meteo
npm_livenpm 包最新版本registry.npmjs.org
github_liveGitHub 仓库信息(star/fork/issue)api.github.com
pypi_livePyPI 包最新版本清华 PyPI 镜像
bilibili_liveB站视频信息(播放/点赞/投币)api.bilibili.com
stock_liveA股实时行情新浪财经
index_live大盘指数行情新浪财经
gold_live金价(国内元/克 + 国际美元/盎司)新浪财经
ip_liveIP 归属地查询api.ip.sb

安装

# npm(推荐)
npm install dsh-live-data

# 或从 GitHub 直装
dsh plugin add github:uckkk/dsh-live-data

装完重启 DSH 页面,之后在会话里直接让模型调用这些工具即可。

设置面板

设置 → 实时数据 里可配置各工具的默认参数,改完立即生效(不传参数时自动使用):

配置项作用
默认城市weather_live 不传城市时使用
默认股票代码stock_live 不传代码时使用
默认货币对(基准 → 目标)fx_live 不传币种时使用
汇率默认换算金额fx_live 不传金额时使用
默认指数index_live 不传指数时使用(上证/深证/创业板/沪深300/科创50)
金价重点单位gold_live 突出显示「元/克」或「美元/盎司」
默认查询 IPip_live 不传 IP 时使用
默认 GitHub 仓库github_live 不传仓库时使用

面板底部有「恢复默认」一键还原。配置持久化在 ~/.dsh/storages/live-data/config.json。

用法示例

查一下今天美元兑人民币的汇率
上海现在天气怎么样
vue 最新版本是多少
看看 deepseek-ai/deepseek-harness 有多少 star
贵州茅台现在多少钱
今天上证指数多少点
金价现在多少
8.8.8.8 这个 IP 是哪里的

配好默认值后,直接说「今天天气怎么样」「金价多少」「大盘怎么样」就能取到默认城市/股票/指数的数据。

返回示例

汇率(fx_live):

{
  "币种": "美元(USD) → 人民币(CNY)",
  "汇率": "1 USD = 6.728034 CNY",
  "换算": "100 USD = 672.8 CNY",
  "百元报价": "100 USD = 672.8 CNY",
  "反向汇率": "1 CNY = 0.1486 USD"
}

金价(gold_live)——国内原料价与国际价对照:

{
  "重点单位": "元/克",
  "金价": {
    "上金所 Au99.99(国内原料金价)": {
      "最新价": "947.60 元/克",
      "涨跌": "+8.06 元/克(+0.86%)"
    },
    "国际伦敦金(现货黄金)": {
      "最新价": "4362.63 美元/盎司",
      "按汇率折算": "943.69 元/克(1 美元 = 6.728034 元)",
      "与上金所价差": "+3.91 元/克(国内溢价)"
    }
  },
  "换算公式": "国内价(元/克)= 国际价(美元/盎司)× 美元兑人民币汇率 ÷ 31.1035"
}

A股行情(stock_live):

{
  "股票": "贵州茅台(sh600519)",
  "现价": "1275.16 元",
  "涨跌": "-9.97 元(-0.78%)",
  "成交额": "44.31亿元"
}

说明

  • 全部接口免密钥,不需要任何 API key,装上即用。
  • 每个工具有独立的参数与返回结构,失败时返回可读的错误信息(网络不可达 / 代码不存在等),不会抛异常中断会话。
  • 行情、汇率类数据仅供个人参考,不构成投资建议;实际成交以官方牌价为准。金店零售价含加工费与品牌溢价,会高于上金所原料价。
  • 所有请求都带 8–12 秒超时,不会长时间挂起。

License

MIT