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

opendeck-plugin

v1.0.22

Published

OpenDeck cloud hosting platform plugin for OpenClaw

Readme

opendeck-plugin

OpenDeck 云托管平台插件,用于 OpenClaw。提供远程聊天、Skill 追踪与 Skills 同步能力。

命令速查

| 操作 | 命令 | |------|------| | 安装 | openclaw plugins install opendeck-plugin | | 配对 | node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js bind | | 解绑 | node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js unbind | | 状态 | node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js status | | 重连 | node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js reconnect | | 卸载 | openclaw plugins uninstall opendeck-plugin |

OPENCLAW_STATE_DIR 已自定义,请将 ~/.openclaw 替换为对应目录。


安装

openclaw plugins install opendeck-plugin

安装后需重启 Gateway 以加载插件。

配对(首次使用必做)

将 OpenClaw 与 ClawMesh App 绑定:

node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js bind

或使用 npx(会从 npm 拉取包):

npx opendeck-plugin bind

按提示用 ClawMesh App 扫码,确认后即可完成配对。配对信息会写入 ~/.openclaw/openclaw.json

解绑

在服务端解绑后,运行此命令清除本地绑定配置,避免插件使用无效凭证一直重连:

node ~/.openclaw/extensions/opendeck-plugin/dist/bin/cli.js unbind

如需重新绑定,再次执行 bind 即可。

其他命令

| 命令 | 说明 | |------|------| | status | 查看 deckchannel 连接状态 | | reconnect | 触发 deckchannel 重连(重启 gateway) | | bind --server URL | 指定服务端地址进行配对 |

卸载

openclaw plugins uninstall opendeck-plugin

卸载时会自动清除插件相关配置(含 channels.opendeck-channel)。卸载后需重启 Gateway。

功能

  • 远程聊天:通过 OpenDeck 托管平台进行远程对话
  • Skill 追踪:追踪并同步工作区 Skills 到云端
  • Skills 同步:自动将本地 Skills 与云端保持同步