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

openclaw-cloudflare-plugin

v0.1.8

Published

Cloudflare wrapper for OpenClaw (KV, Workers, etc.)

Readme

openclaw-cloudflare-plugin

npm version npm downloads license typescript GitHub stars

Cloudflare API wrapper plugin for OpenClaw, built on the Cloudflare TypeScript SDK.

This plugin allows OpenClaw to interact with your Cloudflare account via chat commands.

⚠️ 警告 / Warning: 删除/添加等敏感操作请谨慎使用,不建议在正式环境使用。 Please use sensitive operations like delete/add with caution. It is not recommended for use in production environments.

Features (Current)

Currently supported:

  • KV (Full CRUD)
    • List namespaces, create/delete namespaces
    • List keys, get/put/delete key-value pairs
  • D1 (Full CRUD)
    • List/create/get/delete databases
    • Execute raw SQL queries
  • Workers (Serverless Compute)
    • List deployed Workers
    • Get Worker code
    • Deploy or update Workers (serverless deployment)
    • Delete Workers
  • R2 (Full CRUD)
    • List/create/get/delete buckets

Installation

You need a Cloudflare API Token before installing.

Create one here: https://developers.cloudflare.com/fundamentals/api/get-started/create-token/


Step 1 — Install Plugin

openclaw plugins install openclaw-cloudflare-plugin

Step 2 — Login with Cloudflare Token

openclaw cloudflare login --token <YOUR_API_TOKEN>

Example:

openclaw cloudflare login --token abc123

Step 3 — Verify Login (Optional)

openclaw cloudflare status

Usage

  1. Configure a chat channel supported by OpenClaw Examples:
  • Discord
  • Telegram
  • Wecom Bot (企业微信机器人)
  1. Send a command in your chat channel

Example:

Please show my Cloudflare KV list
And:
Get top 5 keys in first namespace
  1. OpenClaw will query Cloudflare and return your results.

License

MIT