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.

Cursor Agent — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

@xytoki/dsh-cursor-agent

Cursor Agent

Cursor Agent for DeepSeek Harness: browser login, token refresh, model discovery, and Cursor's server-side agent loop

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

npx -y @deepseek-ai/dsh plugin --profile web add github:xytoki/dsh-cursor-agent#a4751b4ace468e02b80a4c8bbcf23ebc384f040a
READMECompatibilityVersions

Compatibility and provenance

Cursor Agent is published as @xytoki/dsh-cursor-agent and currently resolves to version 0.6.0. 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/10/2026

Versions

0.6.0stable
9/10/2026

Related plugins

Loading related plugins…

Latest
0.6.0
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/10/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 agents-orchestration.

Headless@deepseek-ai/dsh-headlessThe dsh one-shot bundle: a direct core Agent/Session runner over dsh-base with no Host, HTTP, or browser layerExperimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocolSubagent Claude Code@deepseek-ai/dsh-subagent-claude-codeOne-shot Claude Code subagent provider over the official Agent SDK

README

DSH Cursor Agent

在 DeepSeek Harness 中获得和 Cursor 一致的速度与体验。

直接登录 Cursor 账户或绑定 API Key / Auth Token, 在使用 Cursor 原生 Agent Loop(agent.v1.AgentService/Run)、标准工具、上下文压缩、自动标题等功能时, 保留 DSH 的会话、执行器和沙箱功能,

⚠️ 本插件接入的是 Cursor 未公开的 Agent 协议(agent.v1.AgentService/Run), 属于社区逆向工程成果,可能随 Cursor 服务端变化而失效。本项目与 Anysphere / Cursor 无任何关系,请遵守 Cursor 的服务条款。

能做什么

  • 在 DSH 中直接使用 Cursor 原生 Agent Loop
  • 自动发现并允许选择 Cursor 的可用模型以及思考强度、上下文等配置
  • 保留 Cursor 原生工具,支持如下功能:
    • 文件读写
    • 网络请求与搜索
    • Question交互
    • 前后台Shell
    • 其他DSH工具自动被映射为mcp
  • 暂未支持的:
    • PlanMode切换
    • Subagent/Task
  • 使用 Cursor 原生的自动标题和上下文压缩能力,会在 Cursor Preset 里自动禁用DSH自带的自动标题、压缩,以及billion-context-dsh ACP
  • 设置页可查看登录状态与订阅用量
  • 支持修改BaseURL来使用部分中转站(不建议)

安装

dsh plugin --profile web add @xytoki/dsh-cursor-agent

调试

使用CURSOR_AGENT_DEBUG=1 开启debug log

致谢

修改自 dsh-cursor-subscription

MIT