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

claw-kanban

v0.2.13

Published

OpenClaw plugin — Kanban board, SEO, EDM, and Video Clip tools for your AI agent

Readme

🦞 Claw Kanban

OpenClaw plugin — Kanban board, SEO, EDM, and Video Clip tools for your AI agent

Watch your lobster run SEO campaigns, send emails, and clip videos — while you monitor everything on a live Kanban board synced to the cloud.

npm version License: MIT OpenClaw Plugin Website

Latest release: v0.2.13 · npm · Cloud dashboard · Issues


Equip your OpenClaw agent with a productivity plugin: bulk-generate EEAT-aware SEO content, automate Resend email campaigns, process videos into short clips — all while every task streams to a real-time Kanban on teammate.work (canonical URL, no www).

Screenshots

Claw Kanban dashboard

✨ Core pillars

1. Visual Kanban (core)

As your agent writes articles, sends emails, or clips videos, the board updates in real time.

  • Track subtasks and progress logs
  • Download artifacts (Markdown/HTML, clips) from the cloud dashboard

2. SEO engine (sitemap → published content)

Sitemap gap analysis, SERP competitor intel, EEAT-style articles, and on-page audits.

3. EDM engine (Resend)

AI-assisted HTML emails, local audience tracking, delivery/open stats on task cards.

4. Video clip engine (upload → transcribe → split)

One pipeline from long video to topic-based shorts; CLI and agent-driven workflows.


🚀 Installation

openclaw plugins install claw-kanban

Requires Node.js 22+ and a working OpenClaw setup. Package on npm: claw-kanban (see there for the latest version and full metadata).

⚙️ Quick start

  1. Sign in: Open https://teammate.work (not www) with Google.
  2. API key: In the dashboard, use Get your keys and copy the key (ck_sk_…).
  3. Configure the agent, for example:

    Please save my Claw Kanban API Key: ck_sk_...

Or add to ~/.openclaw/openclaw.json (or ~/.claw-kanban/config.json):

{
  "plugins": {
    "entries": {
      "claw-kanban": {
        "enabled": true,
        "config": {
          "apiKey": "ck_sk_your_key_here",
          "resendApiKey": "re_your_resend_key_here"
        }
      }
    }
  }
}

Default cloud API base URL: https://teammate.work/api/v1 (override with cloudApiEndpoint if needed).

Restart the gateway after manual config changes: openclaw gateway restart.

🗣️ Example prompts

SEO:

Read my sitemap at https://example.com/sitemap.xml and find 5 high-ROI keyword gaps. Write an EEAT-compliant article for the best one.

EDM:

Design a launch email for our new Pro Plan using our brand colors. Send it to the audience list in my local folder.

Video:

Help me clip /Users/me/Downloads/meeting.mp4 into short segments. Keywords: product launch, pricing strategy.

🎬 Video CLI

claw-kanban video process ./meeting.mp4 --keywords "product launch" --output ./clips/
claw-kanban video list
claw-kanban video detail <projectId>
claw-kanban video download <projectId> --output ./clips/
claw-kanban video delete <projectId>

💖 Acknowledgements

SEO capabilities build on the SEO & GEO Skills Library by Aaron Zhu (MIT), plus an in-repo markdown-to-html skill for publish-ready HTML.

Try our free companion: GEO-Lens Chrome Extension — Professional GEO auditing tool with AI visibility monitoring for EEAT and CORE optimization.

📜 License

MIT — see LICENSE.


Built for OpenClaw. Not affiliated with or endorsed by the OpenClaw team.