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

@imogenlabs/operator-kit

v0.2.0

Published

AI operator scaffold for OpenClaw — identity, memory, instincts, cron, and agent architecture in one install

Readme

@imogenlabs/operator-kit

AI operator scaffold for OpenClaw. One install gives you a complete AI operator setup — identity, memory system, instincts engine, cron jobs, and multi-agent architecture.

Install

openclaw plugins install @imogenlabs/operator-kit

What You Get

| Component | Files | Description | |-----------|-------|-------------| | Identity | SOUL.md, IDENTITY.md, USER.md | Core values, personality, owner profile | | Workspace | AGENTS.md, TOOLS.md, HEARTBEAT.md | Rules, tools config, proactive checks | | Memory | memory/MEMORY.md, memory/YYYY-MM-DD.md | Daily logs + evergreen references | | Instincts | instincts/global/*.yaml | Confidence-weighted learned behaviors | | Agent Roles | agents/{orchestrator,coder,security,researcher}/ | Multi-agent dispatch architecture | | Cron Jobs | cron/jobs.json | Morning briefing + nightly rundown |

Configuration

{
  "operator-kit": {
    "enabled": true,
    "config": {
      "operatorName": "Friday",
      "ownerName": "Tony",
      "timezone": "America/New_York",
      "enableMemorySystem": true,
      "enableInstincts": true,
      "enableCronJobs": false,
      "enableAgentRoles": false
    }
  }
}

Tools

The plugin registers three tools:

  • operator_scaffold_status — Check which operator files exist
  • operator_create_instinct — Create a new learned behavior pattern
  • operator_memory_ref — Create/update an evergreen reference memory

How It Works

On first load, operator-kit checks your workspace for missing files and creates them from templates. Existing files are never overwritten — you own your operator's identity once it's scaffolded.

The memory system creates daily log files and an index. The instincts engine seeds one starter instinct (ask before external actions) and provides a tool to create more as your operator learns.

Companion: Lossless Context Management

For cross-session memory that survives context window limits, install lossless-claw:

openclaw plugins install @martian-engineering/lossless-claw

Operator-kit handles the identity and workspace structure. Lossless-claw handles the conversation memory — DAG-based summarization with incremental compaction so your operator remembers what happened across sessions.

Ready-Made Agent Templates

Got operator-kit running? Add a pre-built agent in minutes:

| Template | What It Does | Price | |----------|-------------|-------| | Homelab Monitor | Docker health checks, crash loop detection, auto-restart | $29 | | Morning Briefing | Calendar, email, weather, news, tasks — one morning message | $19 | | Content Pipeline | Blog drafts, social posts, built-in humanizer, approval gates | $29 | | Security Audit | Nightly scans: ports, Docker, SSH, SSL, file permissions | $39 | | Project Manager | Standups, sprint tracking, velocity reports | $39 | | Crypto Market | CoinGecko + Binance + Etherscan. Price alerts, whale watching | $39 | | Stock & Finance | Alpha Vantage + FRED. Market briefings, economic indicators | $39 | | News & Sentiment | NewsAPI + Reddit + HN. Keyword monitoring, sentiment scoring | $29 | | API Discovery | Search 1,400+ free APIs from the public-apis repo | $49 |

All templates use free public APIs. Bundle all 9 for $149 (save $162).

Want the full guide? The Imogen Playbook ($149) — 11 chapters on building an AI operator from scratch.

Don't want to self-host? Managed hosting starts at $29/mo.

Inspired By

Built from the patterns behind Imogen, the AI operator at Imogen Labs.

License

MIT