DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-llm-local-token

DeepSeek Harness plugin that exposes locally authenticated Codex CLI and Claude Code subscriptions as LLM model routes.

Developer ToolsBrowser & WebSecurity & Policy
2GitHub Stars0ForksUpdated2026-09-10

Install

$ dsh plugin --profile web add dsh-llm-local-token

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-llm-local-token installs into the DSH web profile and reads OAuth credentials maintained by local Codex CLI or Claude Code installations. It registers OpenAI Codex and Anthropic routes when credentials are available, refreshes near-expiry tokens, and adds a subscription-usage badge to the web UI.

Key Capabilities

  • Registers `openai-codex` from `$CODEX_HOME/auth.json` or `~/.codex/auth.json`.
  • Registers an Anthropic route from Claude Code credentials, using a credential file or the macOS Keychain.
  • Skips routes with missing credentials rather than failing boot by default.
  • Refreshes tokens nearing expiry and writes them back atomically to the CLI credential file.
  • Displays provider quota information from response headers in a web composer usage badge.
  • Supports configurable Codex streaming transports: SSE, WebSocket, cached WebSocket, or auto.

Useful For

  • Use an existing signed-in Codex CLI subscription as a DSH model route.
  • Use local Claude Code authentication in DSH without separately configuring an API key.
  • View recent Codex or Claude quota-window information while using the corresponding selected model.

Who It Fits

  • DeepSeek Harness web-profile users.
  • Developers already signed in to Codex CLI and/or Claude Code.
  • Users who want local CLI-managed OAuth credentials to supply DSH LLM routes.

Documented Limitations

  • Requires Node.js 22.13+ and `dsh-base` in the target profile.
  • Requires a signed-in local Codex CLI and/or Claude Code installation; missing credentials cause the corresponding route to be unavailable.
  • Claude Keychain lookup is macOS-only; Linux and Windows use the credential file store only.
  • Codex quota badge data depends on SSE; WebSocket-based transport does not expose the documented `x-codex-*` quota headers.
  • Usage data is based on the last real provider request, so no data is shown after startup until a request is made.
  • The Codex endpoint is described as the Codex client's endpoint rather than a documented public API and may change without notice.

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
tianxia--/dsh-llm-local-token
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
a2e6964 · 2026-09-20

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
2GitHub stars
Forks
0
Open issues
0
Last commit
2026-09-10
Last release
2026-09-08
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app