deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
阿根廷 · 梅西 (Argentina · Messi) web skin for the DeepSeek Harness GUI.
A pure front-end client plugin — no backend, no configuration. Installed, it:
ctx.theme.overrideTokens(...) on
top of whatever built-in theme (light / dark / system) you use — follows your
Appearance selection automatically.pointer-events: none, never blocks
clicks — plus a gold ring that slowly rotates.Light · Dark (roaming #10 badge included):
| Light | Dark |
|---|---|
![]() |
![]() |
From npm (once published):
dsh plugin --profile demo add dsh-skin-argentina
From GitHub (no registry needed):
dsh plugin --profile demo add github:<you>/dsh-skin-argentina
Ad-hoc without a profile:
dsh web --patch ./dsh-skin-argentina/cordis.patch.yml
Then open the GUI — the skin applies on page load. Light and dark both supported; switch in Settings → General → Appearance.
dsh plugin --profile demo remove dsh-skin-argentina
dsh-skin-argentina/
├── package.json # npm manifest + dsh.client / dsh.bundle declarations
├── cordis.patch.yml # Loader patch row (name: dsh-skin-argentina)
├── lib/client.js # PRE-BUILT client bundle (the actual skin) + sourcemap
├── src/ # TypeScript source (client plugin + base64 assets)
├── assets/ # Original image sources (279.JPG, gold images)
└── README.md
The prebuilt lib/client.js is the runtime artifact (closure-factory bundle
loaded through the web module loader, module id dsh-skin-argentina). Source
is included for transparency and re-building; to rebuild, run the package
through the harness repo's clientBundle tsdown preset with
dsh-skin-argentina as the bundle id, then ship lib/client.js.
Everything is parameterized at the top of src/client/index.ts:
CELESTE / NAVY / GOLD constants and the LIGHT_TOKENS /
DARK_TOKENS alias tables..dsh-arg-sidebar-bg /
.dsh-arg-main-bg CSS rules; images are base64 in src/assets.ts
(regenerate with the assets in assets/).marbleStep physics block.npm login
npm publish # requires your own npm account/scope
or push to GitHub and install via github:<you>/dsh-skin-argentina. Tag the
repo with the dsh-plugin topic for discoverability, and share in the
DeepSeek Harness Discord community.
ui-theme contract; this skin uses an override layer, so it applies
automatically on every page load without any selection.CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。