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

vk-plugin

v2026.1.1

Published

Community VK Bots channel plugin for OpenClaw

Readme

OpenClaw VK bots plugin

Community VK Bots channel plugin for OpenClaw.

Install

From npm:

openclaw onboard --install-daemon
openclaw plugins install vk-plugin

From a local checkout:

openclaw onboard --install-daemon
openclaw plugins install /path/to/openclaw-vkbots-plugin

Configure

After installing the plugin, create a token file:

mkdir -p ~/.openclaw/workspace/secrets/
$EDITOR ~/.openclaw/workspace/secrets/vk-token.txt

The file should contain only the VK group token.

Then add the VK channel using that token file:

openclaw channels add --channel vk --token-file ~/.openclaw/workspace/secrets/vk-token.txt

The setup flow supports a VK group token from:

  • an environment variable such as VK_GROUP_TOKEN
  • direct config input
  • a token file reference

If you want to compare against the interactive flow first, you can also run:

openclaw channels add --channel vk

Verify

Check channel status:

openclaw channels status

Expected outcome:

  • vk is listed
  • the channel does not report missing token configuration
  • no plugin id mismatch warning is shown for vk

Then message your VK bot on vk.com. The bot should respond with a pairing code.

Approve that pairing request:

openclaw pairing approve vk APPROVALCODE

Expected outcome:

  • the pairing request is approved without CLI errors
  • the VK user receives the approval notification
  • subsequent inbound messages from that user are accepted

What it supports

  • VK direct messages through the VK Long Poll API
  • direct-message allowlists and pairing
  • outbound text replies

Current scope boundary:

  • direct messages only
  • no VK group-chat inbound handling

Local development

pnpm install
pnpm test
pnpm check

To test against a local OpenClaw checkout:

mkdir -p ~/.openclaw/workspace/secrets/
openclaw plugins install /path/to/openclaw-vkbots-plugin
openclaw channels add --channel vk --token-file ~/.openclaw/workspace/secrets/vk-token.txt
openclaw gateway run --force

Publish

This package is intended to be published to npm so it can be installed with:

openclaw plugins install vk-plugin

Versioning

This plugin uses calendar-style versions:

  • stable: YYYY.M.K
  • beta: YYYY.M.K-beta.N

Examples:

  • 2026.3.1
  • 2026.3.2-beta.1

Release tags should use:

  • vYYYY.M.K
  • vYYYY.M.K-beta.N

Changelog and Releases

This repo uses Changesets for changelog entries and release notes.

For user-visible changes:

pnpm changeset

When preparing a release locally:

pnpm version-packages

That updates package versions and CHANGELOG.md.

Publishing is handled by the GitHub release workflow after merge to main.

After publish, submit it for listing on the OpenClaw community plugins page:

https://docs.openclaw.ai/plugins/community