Sign In

claw-kanban

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

claw-kanban

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

latest
Source
npmnpm
Version
0.2.13
Version published
Weekly downloads
35
52.17%
Maintainers
1
Weekly downloads
 
Created
Source

🦞 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

  • Sign in: Open https://teammate.work (not www) with Google.
  • API key: In the dashboard, use Get your keys and copy the key (ck_sk_…).
  • 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.

Keywords

openclaw

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts