DeepSeek Harness 插件

taxueseek/argo#dsh-plugin

Star 数 ★ 99 分类 工具与能力 收录于 2026-08-14

专为 agent 打造的搜索工具:多语言,覆盖中文/英文/学术/代码/购物/金融/新闻/百科。

安装

# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)

dsh plugin --profile web add github:taxueseek/argo#path:/packages/dsh-plugin

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。

README

DeepSeek Harness 插件:一行安装 Argo 阿尔戈 统一搜索与证据核验 MCP。

安装

dsh plugin --profile web add "github:taxueseek/argo#main&path:packages/dsh-plugin"

重启 dsh web 后生效。模型将看到 10 个 mcp__argo__* 工具:

argo_search / argo_research / argo_evidence / argo_clarify / argo_fetch / argo_crawl / argo_screenshot / argo_pdf / argo_social_search / argo_local_search

依赖

  • Node.js ≥ 18(npx 拉取 argo 包)
  • Python 3.10+,pip install pyyaml

自定义(可选)

本插件的配置行 id 为 mcp-argo。如需改用本地 argo 源码(更快、离线可用),在 profile 的 cordis.patch.yml 用户层覆盖:

- insert:
    - id: mcp-argo
      name: '@deepseek-ai/dsh-mcp-client'
      config:
        serverName: argo
        transport: stdio
        command: /usr/bin/python3
        args:
          - /path/to/argo/scripts/mcp_server.py

Cordis patch 语义:用户层同 id 最后写入者胜,覆盖插件默认配置。

卸载

在 DSH 的 Settings → Plugins 管理面板中移除本 bundle,或从 profile package.jsondsh.profile.bundles 中删除对应行后重启。

内容来自项目 README(GitHub)↗

链接

同类插件

查看整个分类 →