PiUI-inspired home feed visual refinement for the DSH web client: sidebar palette unified with the conversation feed, feed header aligned with the sidebar controls, and the header hairline replaced by a soft gradient — all via a plugin-owned global stylesheet. Zero core changes; works on official dsh distributions.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lehhair/dsh-home-ui
Model-provider quota display for the dsh web GUI: a settings section plus a sidebar live panel (60s auto-refresh) listing every configured provider and its account balance, fetched host-side from each provider's balance endpoint (DeepSeek / OpenAI / Moonshot / Zhipu / OpenRouter / SiliconFlow / Z.AI coding). API keys are resolved host-side only and never reach the browser. Hot-pluggable — mounted via a profile bundle patch + node_modules link, no dsh source changes.
开发工具 · finance · 界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:781316853/dsh-provider-quota
Web UI plugin hot lifecycle for DeepSeek Harness: hot install / uninstall / update / enable-disable of profile plugin bundles without restart. Out-of-tree dual-face bundle: host gateway + browser settings tab over a plugin-owned HTTP transport.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kyorakuyk/dsh-hotreload-plugin-manager
Ghost suggestion surface: renders the host-computed suggest-prompt suggestion as the composer's empty-draft placeholder, adopted via a configurable shortcut (default Tab)
DeepSeek Visionary native plugin for DeepSeek Harness: deepseek_vision / status / login / logout native tools backed by the visionary-server CLI (DeepSeek web vision model, no API key).
Agent 协作 · 开发工具 · integrations · 界面 · skills · 视觉
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xlight/deepseek-visionary#5d6c73e56db59e118ed56f6001a504d8ffa64738&path:packages/dsh-plugin
Token usage statistics for the DeepSeek Harness Web UI: captures per-request LLM usage from the llm/stream waterfall, persists it, and renders animated charts grouped by API (provider), model, and date.
界面
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zerro-223/dsh-token-usage
Design I/O for coding agents: controllable UI generation via declarations (spec/domain/craft/design/components/template) and contracts (skill/evaluator). Use for product UI—console, dashboard, agent-ops, CJK-first apps.
Agent 协作 · 开发工具 · 界面 · skills
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bandersnatch0x/design-playbook#33c1298d0eb5c0f0564c29235fcaf612e0a94c47&path:packages/design-playbook