DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Goofish Mcp — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
G

dsh-goofish-mcp

Goofish Mcp

闲鱼(Xianyu / Goofish)面向 DeepSeek Harness 的只读 MCP 监控:驱动 goofish-cli MCP 服务器(stdio 子进程),并在 mcp__goofish__* 下提供只读工具(搜索 / 商品详情 / 列表 / IM 历史记录);具备写入能力的工具(发布 / 删除 / 发送 / auth_login)会被有意过滤

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:zhengjy01/dsh-goofish-mcp#87597a62b8df9c6234810c96a2cb389f0a1227b9
README兼容性版本

说明

闲鱼(Xianyu / Goofish)面向 DeepSeek Harness 的只读 MCP 监控:驱动 goofish-cli MCP 服务器(stdio 子进程),并在 mcp__goofish__* 下提供只读工具(搜索 / 商品详情 / 列表 / IM 历史记录);具备写入能力的工具(发布 / 删除 / 发送 / auth_login)会被有意过滤掉

兼容性与来源证明

Goofish Mcp 以 dsh-goofish-mcp 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/11

版本

0.1.2stable
2026/9/11

相关插件

正在加载相关插件…

最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/11
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 integrations-communication 分类下经过校验的插件。

Im@xmanrui/dsh-im将十一种 IM 渠道和一个公网 AI Office 接入本地 DeepSeek Harness。Pocketdsh-pocket把 DeepSeek Harness 装进你的口袋:一个包、一个设置页,手机扫码即同步访问电脑上的 DSH(局域网 + 公网,实时同屏)。DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Acp App@deepseek-ai/dsh-acp-appdsh ACP 配置文件包:基于 dsh-base 的仅限自动化的 JSON-RPC stdio 和进程生命周期管理

README

dsh-goofish-mcp (Xianyu read-only monitoring for DeepSeek Harness)

闲鱼 (Xianyu / Goofish) 只读数据监控 for DeepSeek Harness.

驱动 goofish-cli 的 MCP 服务器(stdio 子进程),把闲鱼只读数据能力封装为 mcp__goofish__* 工具。写操作工具一律不注册(只读边界,杜绝发布/下架/发消息/改登录态)。

能力

  • mcp__goofish__search_items — 搜索闲鱼商品(真实返回)
  • mcp__goofish__item_get / item_view — 商品详情
  • mcp__goofish__item_list — 当前账号在售
  • mcp__goofish__message_list_chats / message_history — 会话/消息历史
  • mcp__goofish__category_recommend / location_default / auth_status

本插件不暴露(只读过滤)

item_publish / item_delete / media_upload / message_send / auth_login / auth_reset_guard / message_watch / skills_install

兼容性

要求 DeepSeek Harness ≥ 0.1.5-rc.1(已在包清单的 dsh.engines.dsh 中声明,DSH 插件市场据此显示兼容版本),并已在 0.1.5-rc.1 上实测通过。本构建包含 DSH 0.1.5 的适配:工具结果的严格校验契约(lossless-JSON 快照、additionalProperties: false 的 schema 校验、output.render 必须返回 ContentBlock[]),以及不依赖宿主 PATH 的可执行文件解析(launchd 托管的宿主 PATH 只有 /usr/bin:/bin)。

前置

  1. 安装 goofish-cli:uv tool install goofish-cli(提供 goofish-mcp)
  2. 登录一次(cookie/二维码):goofish auth login 或 goofish auth login --qr
  3. 确认:goofish auth status → valid: true

安装 / Install

# from npm (published package)
dsh plugin --profile web add dsh-goofish-mcp

# or local development
dsh plugin --profile web add link:/path/to/dsh-xianyu

# then restart dsh web to activate

Agent 工具

  • goofish_status — 连接/注册/只读状态
  • goofish_config — 配置 stdio 命令/参数/只读开关
  • goofish_test — 测试连接并列出只读工具
  • goofish_tools — 列出只读工具

配置存 ~/.dsh/dsh-xianyu.json(0600);登录 cookie 由 CLI 管理,本插件不读。

开发

pnpm install
pnpm typecheck
pnpm build   # tsdown -> lib/index.mjs (host only)