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

@astramindapp/openclaw-mind

v0.1.0

Published

MIND personal knowledge graph for OpenClaw — true KG, 50+ models, MINDsense emotional intelligence, life management, CRM. The most complete memory plugin for AI agents.

Readme

@astramindapp/openclaw-mind

MIND personal knowledge graph for OpenClaw. 11 tools, 4 skills, full lifecycle hooks. The most complete memory plugin for AI agents.

Other memory plugins store text. MIND understands it.

openclaw plugins install @astramindapp/openclaw-mind

What MIND Adds to OpenClaw

  • True knowledge graph — Every memory becomes entities + relationships, not flat text
  • 50+ AI models — Switch between GPT, Claude, Gemini, Llama, DeepSeek, Grok mid-conversation
  • MINDsense emotional intelligence (patented) — Valence + arousal weighting determines encoding depth, mirroring biological memory
  • Autonomous learning — 8 pattern detectors run daily on your KG, surface insights you didn't ask for
  • Life management — Goals, projects, tasks, calendar, all synced from agent conversations
  • CRM — Contacts and interaction history captured automatically
  • Cross-agent — Memories shared across every OpenClaw agent, MCP client, and the MIND web app

Why Not Just Use Mem0 or Another Memory Plugin?

| Feature | MIND | Mem0 | Anthropic Memory MCP | |---------|------|------|----------------------| | Tools | 11 | 8 | 8 | | Knowledge graph | ✅ true KG (LightRAG) | ❌ vectors only | ❌ JSON | | 50+ AI models | ✅ | ❌ provider-agnostic but no UI | ❌ Claude only | | Emotional intelligence | ✅ MINDsense (patented) | ❌ | ❌ | | Auto-recall before turn | ✅ | ✅ | ❌ | | Auto-capture after turn | ✅ | ✅ | ❌ | | Graph traversal queries | ✅ | ❌ | ❌ | | Life management | ✅ | ❌ | ❌ | | CRM | ✅ | ❌ | ❌ | | Mobile app | ✅ | ❌ | ❌ | | Free tier | ✅ 50 credits/mo | ✅ 10K memories/mo | ✅ |

Quick Start

1. Install

openclaw plugins install @astramindapp/openclaw-mind

2. Get a MIND API key

Sign up at m-i-n-d.ai → Settings → Developer → Create API Key. The key starts with mind_.

3. Configure

openclaw mind init --api-key mind_your_key_here

Or set the env var:

export MIND_API_KEY=mind_your_key_here

4. Verify

openclaw mind status

You should see "Connected to MIND" with your account info.

5. Import existing OpenClaw memory (optional)

openclaw mind import

This reads ~/.openclaw/workspace/ and ingests SOUL.md, IDENTITY.md, USER.md, MEMORY.md, and the daily memory directory into your MIND knowledge graph — with automatic entity extraction.

Tools

| Tool | What It Does | |------|-------------| | mind_search | Hybrid semantic + graph search across the KG | | mind_add | Store content with auto entity/relationship extraction | | mind_get | Retrieve a memory by ID | | mind_list | Paginated list of memories | | mind_update | Update an existing memory | | mind_delete | Soft delete with retention policy | | mind_query_graph | Graph traversal queries — find connected entities | | mind_recall_emotional | MINDsense-weighted recall — emotionally salient memories first | | mind_context | Load persistent identity (soul, user, rules, priorities, recent) | | mind_life | Create/list/complete tasks, goals, calendar events | | mind_crm_log | Log contacts and interaction history |

Skills (Agentic Memory Protocols)

| Skill | What It Does | |-------|-------------| | memory-triage | 5-gate importance scoring before storing (FUTURE UTILITY, NOVELTY, FACTUAL, SAFE, EMOTIONAL SALIENCE) | | memory-dream | Periodic KG consolidation — merge duplicates, remove noise, enforce TTL | | mind-emotional-encoding | MINDsense valence/arousal scoring on every captured fact | | mind-graph-recall | Graph traversal recall — find everything connected to an entity, not just text similar to it |

Configuration

All configuration is optional. Defaults are sensible.

# ~/.openclaw/plugins/openclaw-mind.yaml
apiKey: ${MIND_API_KEY}      # required (or use env var)
baseUrl: https://www.m-i-n-d.ai  # override only for self-hosting
autoCapture: true             # extract facts after each turn
autoRecall: true              # inject memories before each turn
topK: 10                      # memories to inject per turn
searchThreshold: 0.5          # similarity threshold (0-1)
queryMode: hybrid             # hybrid | mix | global | local | naive
enableMindsense: true         # MINDsense emotional weighting
enableLifeIntegration: true   # allow agent to create life items
enableCrmLogging: true        # allow agent to log contacts

CLI Reference

openclaw mind init [--api-key KEY] [--email EMAIL]
openclaw mind status
openclaw mind import [--workspace PATH]
openclaw mind search "your query"

Open Source

MIT licensed. Source at github.com/theastraway/openclaw-mind.

About

Built by Astrai AI, Inc. — makers of MIND, the world's first personal knowledge graph AI platform.

Patents pending: MIND-PAT-001 (MINDsense Emotional Intelligence Engine, App. No. 64/030,662) and MIND-PAT-002 (Cross-Agent Persistent Memory via Model Context Protocol).