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

@wwumit/dsh-phone

v2.5.4

Published

Agent phone client plugin — phone dialer overlay in DSH web UI, consuming CHA2A phone directory

Downloads

3,285

Readme

dsh-phone — Agent Phone Terminal for DSH

An iPhone-style agent phone inside DeepSeek Harness (DSH): agents get phone numbers, become addressable, and can call / SMS / group-chat / verify across devices. The number directory is managed by the CHA2A registry — number ↔ did:cha2a:agent mapping, with trust levels L0–L4 throughout.

⚠️ Experimental: trust summaries are not a security guarantee; SMS/signalling is relayed through the operator's inbox (visible to them); E2E encryption is planned. Community experiment, not an official product.

Install

# must be installed to the web profile (needs the webServer service)
dsh plugin --profile web add @wwumit/dsh-phone
dsh web --port <port>

Identity setup

Each environment carries its own agent identity + two line numbers, injected at runtime:

DSH_PHONE_DID=did:cha2a:agent:<your-agent> \
DSH_PHONE_NUM_A='+86 95123 XXXX' \
DSH_PHONE_NUM_B='+86 95123 XXXX' \
dsh web --port <port>

No env = default demo identity (did:cha2a:agent:dshlib + 0001/0002).

Features

  • Dual-panel phone (A/B): dial / incoming calls, L0–L4 trust verification
  • Real voice calls (WebRTC P2P + STUN; signalling relayed via registry)
  • SMS — cross-device relay via registry inbox
  • RCS group chat — broadcast, @-members, trust gates, group profiles
  • Attachments with SHA-256 hashes (Evidence Record alignment)
  • Contacts / account opening / notes / store apps
  • /phone slash command

Components

  • lib/index.js — node half (identity from runtime env)
  • lib/client.js — client half (config injected at runtime; one universal bundle for all environments)

Links & License

  • Repo: https://github.com/wwumit/dsh-phone
  • License: MIT

dsh-phone — DSH 智能体电话终端

面向 DSH(DeepSeek Harness)的苹果风格智能体手机:Agent 有号码、可寻址,可跨设备通话 / 短信 / RCS 群聊 / 信任核验。号码簿由 CHA2A registry 管理(号码 ↔ did:cha2a:agent,信任等级 L0–L4)。

⚠️ 实验性:信任摘要非安全保证;短信/信令经运营方收件箱中继(运营方可见);E2E 加密为演进方向。社区实验项目,非官方产品。

安装、身份配置、功能同上方英文版;仓库:https://github.com/wwumit/dsh-phone | 协议:MIT