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.

Gh Tea Npm Dsh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@tommyfang/gh-tea-npm-dsh

Gh Tea Npm Dsh

DeepSeek Harness (dsh) plugin for GitHub (gh), Gitea (tea) and npm CLIs: detect/install, guided auth/config (incl. npm token rotation), issue and package tools.

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

npx -y @deepseek-ai/dsh plugin --profile web add @tommyfang/gh-tea-npm-dsh@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Gh Tea Npm Dsh is published as @tommyfang/gh-tea-npm-dsh and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
45.6 kB
Files
6
Surface
any
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
47
Last push
8/15/2026
View source ↗Project homepage ↗
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 developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

gh-tea-npm-dsh

DeepSeek Harness (dsh) 插件:用 gh(GitHub)、tea(Gitea)、npm 管理 issue、仓库与 npm 包,带引导式配置。

dsh-plugin · GitHub · Gitea · npm · gh · tea · issues

GitHub (gh) + Gitea (tea) + npm CLIs for DeepSeek Harness (dsh) — guided auth/config and issue & package tools.

功能

  • gh / tea:检测安装、一键安装、引导式 token 配置(环境变量 / 浏览器 OAuth 设备流 / 手动)、issue 操作
  • npm:检测登录状态、引导式登录(浏览器 OAuth 设备流 / Automation token)、发布包、90 天 token 轮换提醒
  • 配套技能 gh-tea-npm

工具

工具说明
gitclis_status检测 gh/tea、版本、鉴权、环境 token(打码)
gitclis_configuregh/tea 引导式配置:auto/env/web/manual/poll
gitclis_install一键安装 gh/tea
gitclis_set_token写入 token 到 gh/tea 配置(不回显)
gitclis_token_env读取/导入环境变量 token
gitclis_issue_list / _view / _create / _comment / _close / _reopen操作 GitHub / Gitea issue
npm_status检测 node/npm、登录状态、registry
npm_configurenpm 引导式认证:auto/web/token/poll
npm_publish发布包(npm publish --access public)

npm token 政策(90 天)

npm 现在强制 access token 最长 90 天有效(含 Automation token),过期会中断发布。需在到期前轮换:

  • 生成新 Automation token:https://www.npmjs.com/settings/<user>/tokens/new,再用 npm_configure method=token
  • 或重新 npm_configure method=web 浏览器登录

npm_status 会提示该政策;npm_configure 引导轮换。

安装

作为 dsh 插件包(npm 发布后):

npx -y @deepseek-ai/dsh plugin add @tommyfang/gh-tea-npm-dsh

或作为临时动态插件:把 dsh/index.js 的插件体通过 cordis_define 注入当前会话。

目录结构

dsh/index.js        Host 插件(Cordis):注册 gh/tea/npm 工具 + 注册 gh-tea-npm 技能
cordis.patch.yml    dsh bundle 层:insert 本包
skills/gh-tea-npm/  配套技能文档
package.json        dsh 字段 + exports 指向 dsh/index.js

License

MIT