npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

dsh-theme-machine

v0.1.3

Published

Person-of-Interest skin for DeepSeek Harness: THE MACHINE surveillance-HUD theme (dark, cyan-on-black). Token override layer + HUD chrome + live telemetry panel for the dsh web UI.

Readme

dsh-theme-machine

《疑犯追踪》(Person of Interest)「机器」风格的 DeepSeek Harnessdsh)皮肤——为 Web UI 打造的 THE MACHINE 监视式 HUD 主题:深空蓝黑底色、机器青点缀、扫描线与网格氛围层,以及一个接入真实会话遥测的悬浮面板,让界面看起来像是有一台超级智能在背后驱动。

English

预览

dsh-theme-machine —— 应用 MACHINE HUD 皮肤的完整 Web UI

dsh-theme-machine —— 实时 TARGET ANALYSIS 遥测面板

功能

《疑犯追踪》THE MACHINE 深色 HUD 皮肤——安装即生效,卸载即完整还原官方外观。

  1. Token 覆盖层——通过 ctx.theme.overrideTokens() 重绘整个界面(约 50 个 --dsw-alias-* 语义 token)。安装即生效、卸载即还原;可叠加在内置浅色/深色偏好之上(本皮肤设计上仅支持深色,并固定两套调色板)。
  2. HUD 镀铬效果——等宽字体排版、微妙的 HUD 网格、缓慢的扫描线、青色选中色。以 <style data-plugin> 加两个氛围 <div> 注入,卸载时一并移除。
  3. 实时遥测面板shell.overlay 悬浮座,右下角):
    • Radar(雷达)——仅当智能体真正在运行时才扫描(ConversationSnapshot.running
    • SUCCESS / RISK(成功 / 风险)——真实已定局的工具调用成功率与错误率(tool-result 节点)
    • CONTEXT(上下文)——来自 token 计量器 contextPressure 投影的真实上下文窗口占用率(与官方输入框圆环同源)
    • THROUGHPUT(吞吐)——由助手时间戳与 provider 用量折算的解码 tok/s
    • EVENT STREAM(事件流)——会话中真实的工具调用及其耗时与错误状态

折叠后收缩为 MACHINE LINK 胶囊按钮,智能体工作时会脉冲闪烁。

安装

需要 DeepSeek Harnessdsh CLI)。插件通过 dsh plugin 管理,--profile web 指向 Web 配置。任选一种来源:

# 从 npm(推荐)
dsh plugin --profile web add dsh-theme-machine

# 从本地检出
dsh plugin --profile web add link:/path/to/dsh-theme-machine

# 从 GitHub——pnpm ≥10 会询问是否允许 prepare 脚本
# (零依赖构建,见 scripts/build.mjs),随后重新执行 add
dsh plugin --profile web add github:yuqisun/dsh-theme-machine

然后:

  1. 执行上面的 add 命令。
  2. 重启 dsh web——皮肤在加载时生效。
  3. 可选——验证插件已加载:
dsh web --dump-config | grep dsh-theme-machine

卸载

dsh plugin --profile web remove dsh-theme-machine
  1. 执行 remove 移除插件依赖。
  2. 重启 dsh web——完整还原官方外观。

注意:如果 Loader 行是手动写入 $DSH_HOME/cordis.patch.yml 的,remove 不会改写那行补丁——请手动删除对应的 insert 条目。

许可证

MIT