dsh-tool-jwt
DSH JWT tool: decode (header/payload/expiry status) and HS256 sign/verify, zero-dependency pure functions
AI 분석
核心用途是为 DSH 智能体提供本地 JWT 解析与签名验证能力。适合在开发或调试过程中,需要让 AI 快速处理、验证或生成 JSON Web Token 任务的开发者。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:chenxuhl/dsh-tool-jwt一次性任务(headless)profile —— dsh run 默认使用 headless
dsh plugin --profile headless add github:chenxuhl/dsh-tool-jwt
或从 `npm pack` 生成的 tarball 安装:
```sh
npm pack # 生成 dsh-tool-jwt-.tgz