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

@t00lzcom/dev-tools

v1.0.1

Published

Essential developer utilities for OpenClaw — powered by T00lz.com

Readme

<<<<<<< HEAD

T00lz Dev Tools — OpenClaw Plugin

8 essential developer utilities from t00lz.com, available directly in your OpenClaw AI assistant.

All processing is 100% local — no data ever leaves your machine.


Tools Included

| Tool | What you say | What it does | |------|-------------|--------------| | json_format | "format this JSON" / "minify this JSON" | Beautify or minify JSON with error reporting | | json_validate | "validate this JSON" | Check JSON syntax with exact line/col errors | | base64 | "encode this to base64" / "decode this base64" | Base64 encode or decode any string | | generate_password | "generate a 24-char password with symbols" | Cryptographically secure password generator | | markdown_to_html | "convert this markdown to HTML" | Full Markdown → HTML conversion | | word_count | "count words in this text" | Words, chars, sentences, reading time | | case_convert | "convert to snake_case" / "make this title case" | 7 case formats including camel, kebab, snake | | text_diff | "diff these two texts" | Line-by-line diff with +/- summary |


Install

openclaw plugins install @t00lzcom/dev-tools

Or from source:

openclaw plugins install ./t00lz-dev-tools

Configuration

Add to your OpenClaw config (optional):

{
  plugins: {
    entries: {
      "t00lz-dev-tools": {
        enabled: true,
        config: {
          passwordDefaultLength: 24,   // default: 20
          passwordDefaultSymbols: true // default: true
        }
      }
    }
  }
}

Example Usage

Once installed, just talk to your OpenClaw agent naturally:

You: format this JSON for me: {"name":"alice","age":30}
Agent: {
  "name": "alice",
  "age": 30
}

You: generate a strong 32-character password
Agent: Password: kR7!mXq2#vLp9@wNsZ4$bJcTdYeF8&uA
       Strength: 💪 Strong

You: convert "hello world from t00lz" to camelCase
Agent: helloWorldFromT00lz

You: how many words in this paragraph? [paste text]
Agent: Words: 142 | Characters: 891 | Reading time: 43s

Contributing

Issues and PRs welcome at github.com/t00lzcom/openclaw-dev-tools.

For more free developer tools, visit t00lz.com.

License

MIT

openclaw-dev-tools

ce029e83180314ddb384a40a94bbd727f698c599