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

clamper-ai

v1.5.6

Published

Transform your OpenClaw agent into a production-ready AI assistant with memory, skills, and a dashboard

Readme

⚡ Clamper

   _____ _                                 
  / ____| |                                
 | |    | | __ _ _ __ ___  _ __   ___ _ __ 
 | |    | |/ _` | '_ ` _ \| '_ \ / _ \ '__|
 | |____| | (_| | | | | | | |_) |  __/ |   
  \_____|_|\__,_|_| |_| |_| .__/ \___|_|   
                           |_|              
  AI Agent Toolkit for OpenClaw

Transform your OpenClaw agent into a production-ready AI assistant with structured memory, 50+ curated skills, a real-time dashboard, and workspace scaffolding — in 3 commands.

npm version license


🚀 Quick Start

npm install -g clamper-ai
clamper init
clamper status

That's it. Your workspace is ready.


📦 What You Get

  • 🧠 Structured Memory — Three-layer system: daily notes, knowledge graph, and curated long-term memory (MEMORY.md)
  • 📋 Soul File — SOUL.md defines your agent's personality, tone, and behavior
  • 📚 50+ Curated Skills — Pre-built skills covering productivity, development, marketing, data analysis, social media, email, and more
  • 📊 Web Dashboard — Real-time agent monitoring with dark Bloomberg-terminal UI
  • 💬 Live Chat — Talk to your agent from the dashboard (Pro)
  • ✅ Task Manager — Read/write tasks/QUEUE.md from the browser (Pro)
  • 🔄 Sync — Push agent state (memory, skills, metrics) to the cloud dashboard
  • 🔧 Doctor — Diagnostics to verify your setup is healthy
  • 📝 Activity Logging — Track what your agent does with clamper log

🆓 Free vs Pro

| Feature | Free | Pro ($10/mo) | |---------|------|------------| | Workspace scaffolding | ✅ | ✅ | | Three-layer memory system | ✅ | ✅ | | 40+ curated skills | ✅ | ✅ | | Dashboard (read-only) | ✅ | ✅ | | Dashboard live chat | ❌ | ✅ | | Task editing from dashboard | ❌ | ✅ | | File management | ❌ | ✅ | | Premium skills (10+) | ❌ | ✅ | | Priority support | ❌ | ✅ |

Get Pro


🛠 CLI Commands

clamper init

Scaffold a new workspace with memory structure, skills, and config files.

clamper init           # Interactive setup
clamper init --yes     # Accept all defaults
clamper init --force   # Overwrite existing files

clamper status

Check workspace health — memory files, skills, config.

clamper status

clamper sync

Sync agent state to the Clamper cloud dashboard. Requires CLAMPER_API_KEY.

export CLAMPER_API_KEY="clk_..."
clamper sync            # Push current state
clamper sync --quiet    # Silent mode (for cron/heartbeat)

clamper log

Log agent activity for tracking and analytics.

clamper log "Deployed website update"
clamper log "Fixed auth bug" --tag=bugfix

clamper doctor

Run full diagnostics — Node.js version, OpenClaw detection, file permissions.

clamper doctor

clamper dashboard

Launch the web dashboard locally in your browser.

clamper dashboard              # Default port 8080
clamper dashboard --port=3000  # Custom port

clamper upgrade

View Pro benefits or activate a Pro key.

clamper upgrade                    # See benefits & pricing
clamper upgrade --key=clk_pro_...  # Activate Pro

clamper update

Check for new versions and update templates.

clamper update

🏗 Architecture

your-workspace/
├── AGENTS.md              # Agent behavior & boot protocol
├── SOUL.md                # Personality & tone definition
├── LEARNINGS.md           # Rules, patterns & mistake log
├── MEMORY.md              # Long-term curated memory
├── HEARTBEAT.md           # Proactive background task config
├── memory/
│   ├── daily/             # Daily conversation logs
│   └── knowledge/         # Extracted facts & patterns
├── skills/
│   └── [50+ skills...]    # Installed skill modules
└── tasks/
    └── QUEUE.md           # Task queue (tracks in-progress & done)

🔑 Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | CLAMPER_API_KEY | For sync/dashboard | Your API key from clamper.tech/dashboard |


🧩 Included Skills (50+)

Skills cover a wide range of use cases out of the box:

Productivity — CEO Advisor, ADHD Assistant, Daily Briefing, Ask a Human Development — Developer, Code Mentor, CSV Pipeline, Comfy AI Marketing — Social media posting, Bluesky, SEO, content creation Data — Data analysis, PDF extraction, Google Sheets integration Creative — Image generation, video toolkit, SVG drawing, assets from video Utilities — Catbox upload, weather, system monitoring, email (IMAP/SMTP) Fun — Tarot readings, D&D 5e, Digimon, 4chan reader

Browse all skills after install with clamper status.


🔧 Requirements

  • Node.js ≥ 18
  • OpenClaw installed and running
  • Zero npm dependencies — uses Node.js builtins only

🔗 Links


📄 License

MIT © Clamper