xuexiaolei1997/dsh-plugin-stock-x ↗★ 0
dsh-plugin-stock-x
A/港/美/全球股票实时行情盯盘与量化投研插件 - 适配 DeepSeek Harness (DSH) Web 宿主
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xuexiaolei1997/dsh-plugin-stock-x说明文档
阅读完整 README ↗🚀 快速安装与使用指南
前置准备
- 安装 Node.js (
v18.0.0或更高版本) - 安装 DeepSeek Harness (
dsh)
第一步:克隆仓库并进入目录
git clone https://github.com/xuexiaolei1997/dsh-plugin-stock-x.git
cd dsh-plugin-stock-x
第二步:安装项目依赖
npm install
第三步:安装插件到 DSH Web Profile
在 dsh-plugin-stock-x 根目录下执行:
dsh plugin --profile web add file:.
💡 提示:如果使用完整绝对路径,也可以执行:
dsh plugin --profile web add file:D:\你的插件目录路径\dsh-plugin-stock-x
第四步:启动 DeepSeek Harness Web 宿主
dsh web
(或在 DSH 项目开发目录下执行 pnpm dsh web)
启动后,打开浏览器访问 DSH Web 页面,右下角将出现股票悬浮球,点击即可开始实时盯盘!