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-browser-ctrl

v0.1.0

Published

Built-in browser control for dsh (DeepSeek Harness): lets the AI agent open pages, read content, click, type, scroll and take screenshots in a real local browser (Edge/Chrome via the Chrome DevTools Protocol). Includes a docked live browser pane (CDP scre

Readme

dsh-browser-ctrl

简体中文 | English

🧭 给 dsh(DeepSeek Harness) 的内置浏览器插件 —— 让 AI 拥有一个真实可控的浏览器,全程在本机完成。

功能

  • AI 自主上网:打开网页、读取内容、点击、输入、滚动,无需人工干预
  • 截图直达对话:AI 截图自动内嵌显示在对话消息流中,点击可查看原图
  • 内置浏览器面板:对话右侧停靠的实时画面,可直接点击、滚动、输入
  • 隔离安全:游客身份运行,不登录账号、不与日常浏览器同步数据

安装

前置要求:已安装 dsh;本机装有 Microsoft Edge 或 Google Chrome。

dsh plugin --profile web add npm:dsh-browser-ctrl

安装后彻底重启 dsh(插件在 dsh 启动时加载,仅刷新页面不生效)。

卸载

dsh plugin --profile web remove dsh-browser-ctrl

然后彻底重启 dsh 即可生效。如需一并清理浏览数据,删除目录 ~/.dsh/browser-use/(内含独立 profile、缓存与截图)。


社区第三方插件,与 DeepSeek 官方无隶属关系;dsh 及相关名称归其各自所有者。