GitHub/Gitea/npm 工具
GitHub (gh) + Gitea (tea) + npm
이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.
업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.
gh-tea-npm-dsh
A DeepSeek Harness (dsh) plugin that brings GitHub (gh), Gitea (tea), and npm into the agent. It detects and installs the CLIs, guides the user through authentication with explicit choices, and operates issues and publishes packages.
Features
gh / tea
- detect installation, version, auth status, and token environment variables (values masked)
- one-command install — Homebrew when available, otherwise a no-sudo binary into
~/.local/bin - guided auth: import from env, browser OAuth device flow, or manual token
- issues:
list·view·create·comment·close·reopen
npm
- detect node/npm, login state (
npm whoami), and registry - guided login: browser OAuth device flow (
npm login --auth-type=web) or automation token - publish packages (
npm publish --access public) - 90-day token expiry notice and rotation guidance
Skill
- registers a companion
gh-tea-npmskill that documents the workflows and points at each CLI's own--helpas the authoritative command surface
Requirements
- Node.js ≥ 18 and npm (for the npm tools)
ghandteaare optional — the plugin installs them if missing
Install
npx -y @deepseek-ai/dsh plugin add @tommyfang/gh-tea-npm-dsh
This is a host-only bundle: cordis.patch.yml (referenced by the package's dsh.bundle manifest) inserts the plugin row, and dsh/index.js registers the tools and the skill.
Guided configuration
The plugin never poses open-ended questions. It returns a menu, the agent presents it as options, and the user advances one step at a time.
gh / tea — gitclis_configure:
gitclis_configure method=auto→ current state + next-step menu- install a missing CLI with
gitclis_install, or pick a token source:- env import →
method=env - browser OAuth (GitHub) →
method=web(returns a device code) →method=pollto verify - manual →
gitclis_set_token
- env import →
- verify with
gitclis_status
npm — npm_configure:
npm_configure method=auto→ current state + next-step menu- browser OAuth →
method=web(returns a login URL) →method=pollto verify, or automation token →method=token - publish with
npm_publish(ornpm_publish dry_run=true)
npm token policy (90 days)
npm now caps access tokens — including automation tokens — at a 90-day lifetime. An expired token breaks npm publish, so rotate before it lapses:
- generate a new Automation token at
https://www.npmjs.com/settings/<user>/tokens/new, thennpm_configure method=token; or - re-run
npm_configure method=web.
npm_status surfaces this policy and npm_configure walks through rotation.
Tools
| Tool | Description |
|---|---|
gitclis_status | detect gh/tea install, version, auth, env tokens (masked) |
gitclis_configure | guided gh/tea config — auto/env/web/manual/poll |
gitclis_install | install gh and/or tea |
gitclis_set_token | store a gh/tea token (never echoed) |
gitclis_token_env | read/import token environment variables |
gitclis_issue_list | list issues |
gitclis_issue_view | view one issue, optionally with comments |
gitclis_issue_create | create an issue |
gitclis_issue_comment | comment on an issue |
gitclis_issue_close | close an issue |
gitclis_issue_reopen | reopen an issue |
npm_status | detect node/npm, login state, registry |
npm_configure | guided npm auth — auto/web/token/poll |
npm_publish | publish to npm |
Issue tools take a provider argument: github → gh, gitea → tea.
Skill
The companion skill is registered at runtime and shipped on disk at skills/gh-tea-npm/SKILL.md. It documents issue-workflow recipes, the auth flows, and the npm token policy, and defers to gh <cmd> --help, tea <cmd> --help, and npm <cmd> --help for exact flags.
Repository layout
dsh/index.js Host Cordis plugin — registers tools + the gh-tea-npm skill
cordis.patch.yml dsh bundle layer — inserts this package
skills/gh-tea-npm/ companion skill markdown
package.json dsh + exports manifest
License
보안 및 설치 증거
이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.
공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.
저장소가 MIT 라이선스를 선언했습니다.
최근 180일 내 코드 업데이트가 있습니다.
재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.
검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.