dsh介绍
deepseek-harness可以让deepseek调用操作系统给你干活,大大提高工作效率。
安装与启动
使用npm安装(需要先安装nodejs)
这里以全局安装为例
1
npm install -g @deepseek-ai/dsh
启动面板
1
dsh web
默认在3080端口,可以访问http://127.0.0.1:3080/
关于插件
dsh万物皆可定制化,万物皆插件。
插件可以使用一下命令安装,以小鲸鱼插件为例。我们这里演示从github源码下载并默认用pnpm下载安装。如果是已发布的包内容,可以直接使用名称,而不需要github:[用户]/[仓库]的形式。
插件的安装
1
dsh plugin --profile web add github:MeteorNOX/DeepSeek-Balance-Whale-Widget
查看已安装插件的办法
1
dsh plugin --profile web list
你可以看到类似
1
2
3
4
5
6
7
8
9
10
fcc@MacBook-Pro ~ % dsh plugin --profile web list
Legend: production dependency, optional only, dev only
dsh-profile-web /Users/fcc/.dsh/profiles/web (PRIVATE)
│
│ dependencies:
├── dsh-mermaid@0.5.0
└── dsh-whale-widget@0.2.6
2 packages
卸载插件的办法
使用命令如下
1
dsh plugin --profile web remove dsh-whale-widget