DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Cursor Subscription — DeepSeek Harness 插件(DSH Plugin)
← Plugins

dsh-cursor-subscription

Cursor Subscription

面向 DeepSeek Harness 的 Cursor 订阅,支持浏览器登录、令牌刷新、模型发现以及 Cursor Agent 聊天协议

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-cursor-subscription@0.6.6
README兼容性版本

兼容性与来源证明

Cursor Subscription 以 dsh-cursor-subscription 发布,当前版本为 0.6.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/20

版本

0.6.6stable
2026/9/20
0.6.5stable
2026/9/19
0.6.3stable
2026/9/18
查看其余 7 个版本收起版本
0.6.2stable
2026/9/16
0.6.1stable
2026/9/11
0.5.8stable
2026/9/10
0.5.7stable
2026/9/10
0.5.6stable
2026/9/9
0.5.5stable
2026/9/9
0.5.3stable
2026/8/21

相关插件

正在加载相关插件…

最新版
0.6.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
224.6 kB
文件数
9
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 6
周下载
567
安全扫描
✓ v0.6.6 扫描通过
最近提交
2026/9/20
查看源码 ↗项目主页 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

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

Usage@linxin666/dsh-usagedsh Web GUI 的使用统计插件:检测各提供商余额和编码计划配额,并提供实时令牌使用记录,以及当前提供商的专属宠物气泡Whale Widgetdsh-whale-widgetDSH Web 界面右下角的 DeepSeek 余额小鲸鱼挂件:余额/今日已用/峰谷定价、自定义泡泡点击序列(文本/余额/今日/峰谷/图片/随机语句与并列加权选择)、逐行样式与字体、悬浮快捷编辑、音效与每轮消耗、自定义角色/动图/音效、吸附与翻转自定义Usage Stats@ychris12138/dsh-usage-statsdsh Web GUI 的令牌使用热力图、提供商余额和订阅配额Codex Connectdsh-codex-connect用于 DeepSeek Harness 的 ChatGPT OAuth 和 Codex 模型。

README

DSH Cursor Subscription

English | 简体中文

Sign in to your Cursor account and use your Cursor subscription directly from DeepSeek Harness—without an API key and without depending on the Cursor IDE or Cursor CLI. The plugin preserves DSH's existing session, tool, and permission systems: once signed in, you can select Cursor subscription models from the model picker, while agent tool calls are executed through DSH's local toolset.

⚠️ This plugin integrates with Cursor's unpublished Agent protocol (agent.v1.AgentService/Run). It is a community reverse-engineering project and may stop working when Cursor changes its server-side implementation. This project is not affiliated with or endorsed by Anysphere or Cursor. Please comply with Cursor's terms of service.

Features

  • Use a Cursor subscription directly in DSH through browser-based PKCE sign-in—no API key required.
  • Store credentials in DSH's local credential store and refresh access tokens automatically.
  • Discover models available to the current account dynamically through Cursor's GetUsableModels, with a built-in fallback list if discovery fails.
  • Stream conversations with reasoning output, image attachments, and DSH tool calls.
  • View sign-in status and token expiration in the settings page, which labels itself with the installed build version.
  • View and manually refresh subscription usage as Cursor's own dashboard lays it out: an included-usage table with the Cursor Models and Other Models pools, each followed by the models that drew on it, with token counts and percentages per row, plus included requests, on-demand spend, and the billing cycle.
  • View and manually refresh the models available to the current account.
  • Configure the per-run tool-round limit and HTTP retry count, interval, and status codes from the settings page.
  • Read the settings page in Simplified Chinese, English, Traditional Chinese, Japanese, Korean, Spanish, French, German, Italian, Brazilian Portuguese, Russian, or Arabic. The panel mirrors itself for Arabic; contributed languages join DSH's own language picker under Settings → General → Language and fall back to English outside the panel.

Installation

Install with an Agent (Recommended)

Send the agent a link to AGENTS.md. It contains the instructions for installation, updates, removal, and verification.

Manual Installation with the dsh Command

dsh plugin --profile web add dsh-cursor-subscription
dsh plugin --profile web list dsh-cursor-subscription --depth 0
dsh --profile web --dump-config

The installed package list should contain exactly one dsh-cursor-subscription, and the composed configuration should contain exactly one cursor-subscription entry.

pnpm 11 and later ship a built-in 24-hour minimumReleaseAge gate, so a plain add never selects a version published within the last 24 hours. Right after a release, install it explicitly (dsh plugin --profile web add dsh-cursor-subscription@0.5.8) or exempt this package by name in the profile's pnpm-workspace.yaml:

minimumReleaseAgeExclude:
  - dsh-cursor-subscription

Local Development Installation

Run the following command in the profile directory, such as %USERPROFILE%\.dsh\profiles\web:

pnpm add file:D:/mcp/dsh-cursor-subscription

Then add dsh-cursor-subscription to the dsh.profile.bundles array in package.json and restart DSH.

Sign-in and Usage

  1. Open Settings -> Cursor Subscription in DSH.
  2. Select Browser Sign-in. Your browser will open the Cursor sign-in page.
  3. Complete sign-in and authorization. The settings page will automatically show that you are signed in.
  4. Select a Cursor model from the model picker, such as composer-2 or claude-4-sonnet.

When a tool is required, the agent converts Cursor's tool request into a local DSH tool execution. The result is returned to the model through the conversation history; Cursor's filesystem tools are not used.

The Runtime settings card controls the maximum tool rounds in one Cursor run and the HTTP retry policy. The tool-round cap defaults to 200 (range 1–1000) and ends the run with TOOL_LIMIT when exceeded. Retry count means additional attempts and defaults to 0 (disabled). Cursor's streaming POST protocol cannot prove that a failed attempt was not processed remotely, so enabling retries may repeat model work or usage. Retries occur only before any response output when the initial HTTP status matches the configured list.

Updating and Removing

dsh plugin --profile web update dsh-cursor-subscription   # Update
dsh plugin --profile web remove dsh-cursor-subscription   # Remove

If DSH is running, restart it manually after installation or an update.

Troubleshooting

  • DSH still reports that you are signed out after sign-in: Make sure the browser completed the entire authorization flow and redirected to the completion page. Polling waits for up to approximately 2.5 minutes.
  • The model list is empty: GetUsableModels depends on the account type. If discovery fails, the plugin uses its built-in model list, and you can still enter a model name manually.
  • Requests return 401: If the access token has expired and the refresh token is no longer valid, sign in again from the settings page.
  • DSH fails to start with cannot get property "webServer" without inject: The installed DSH's Connection plugin does not declare webServer, which the older channel registration relied on. Install version 0.5.8 or later of this plugin.
  • A plain install picks an old version: pnpm's built-in 24-hour minimumReleaseAge gate skips releases published within the last day. Install an explicit version or exempt this package by name; see the installation section.
  • The server protocol changed: Cursor's Agent protocol is unpublished. If requests fail, check for a plugin update.

Scope and Support

  • Image input (user-uploaded attachments) is supported. Cursor-native features such as image generation and web search remain outside this plugin's scope.
  • Report problems through the repository's Issues page.

MIT