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

@robbiesrobotics/alice-agents

v1.3.2

Published

A.L.I.C.E. — 28 AI agents for OpenClaw. One conversation, one team.

Downloads

632

Readme

🧠 A.L.I.C.E. — AI Agent Framework for NemoClaw & OpenClaw

Adaptive Learning & Intelligent Coordination Engine

One conversation. One orchestrator. Ten starter agents — with 18 more in Pro. A.L.I.C.E. turns your agent runtime into a full AI team — talk to Olivia, and she routes your request to the right expert.

NemoClaw compatible — A.L.I.C.E. v1.2.7+ runs natively on NVIDIA NemoClaw, the secure open-source agent runtime. Agents execute inside the OpenShell sandbox for enterprise-grade security.

Quick Start

npx @robbiesrobotics/alice-agents

That's it. The installer detects your runtime (NemoClaw or OpenClaw) and sets everything up. If neither is installed, it will offer to install NemoClaw — the recommended option.

What You Get

Starter includes 10 agents. Pro unlocks 18 more — sign up at getalice.av3.ai

An orchestrator (Olivia) backed by specialist agents across every domain:

| Agent | Domain | Emoji | Tier | |-------|--------|-------|------| | Olivia | Orchestration | 🧠 | Starter | | Dylan | Development | 💻 | Starter | | Selena | Security | 🛡️ | Starter | | Devon | DevOps | 🚀 | Starter | | Quinn | QA/Testing | ✅ | Starter | | Felix | Frontend | 🖥️ | Starter | | Daphne | Documentation | 📝 | Starter | | Rowan | Research | 🔍 | Starter | | Darius | Data | 📊 | Starter | | Sophie | Support | 💬 | Starter | | Hannah | HR | 👥 | Pro | | Aiden | Analytics | 📈 | Pro | | Clara | Communication | ✍️ | Pro | | Avery | Automation | ⚙️ | Pro | | Owen | Operations | 🔧 | Pro | | Isaac | Integration | 🔌 | Pro | | Tommy | Travel | ✈️ | Pro | | Sloane | Sales | 💼 | Pro | | Nadia | UI/UX Design | 🎨 | Pro | | Morgan | Marketing | 📣 | Pro | | Alex | API Crawling | 🕷️ | Pro | | Uma | UX Research | 🧪 | Pro | | Caleb | CRM | 🗂️ | Pro | | Elena | Estimation | 📋 | Pro | | Audrey | Accounting | 💰 | Pro | | Logan | Legal | ⚖️ | Pro | | Eva | Executive Assistant | 📌 | Pro | | Parker | Project Management | 📅 | Pro |

Model Flexibility

A.L.I.C.E. works with whatever model you already have configured in OpenClaw/NemoClaw. There's no required API key — just use what you've got.

When you install, the installer will auto-detect your configured model and use it by default. You can also choose from presets or specify a custom model.

| Preset | Models | Best For | |--------|--------|----------| | Auto-detect (default) | Your current OpenClaw model | Zero friction — works with what you have | | Sonnet | claude-sonnet-4-6 for all | Balanced speed + quality (requires Anthropic key) | | Opus + Sonnet | Opus for orchestrator, Sonnet for specialists | Maximum quality (requires Anthropic key) | | OpenAI | GPT-5.4 / GPT-5.4-mini | OpenAI users | | Local (Ollama) | Local models | Privacy, offline use, no API key needed | | Custom | Your choice | Full control |

Tip: We prefer Claude Opus for orchestration when available — but A.L.I.C.E. is model-agnostic. Whatever model OpenClaw has configured will work.

Install Options

# Interactive install
npx @robbiesrobotics/alice-agents

# Non-interactive with defaults (Sonnet, Starter tier)
npx @robbiesrobotics/alice-agents --yes

# Show help
npx @robbiesrobotics/alice-agents --help

Install Modes

  • Fresh — Replaces the agents section in openclaw.json (recommended for first install)
  • Merge — Adds A.L.I.C.E. agents alongside your existing agents
  • Upgrade — Updates product files (SOUL.md, AGENTS.md, etc.) without touching user customizations

Upgrade

Re-run the installer and choose "Upgrade":

npx @robbiesrobotics/alice-agents
# Select: Upgrade

This updates agent templates and config while preserving your PLAYBOOK.md, LEARNINGS.md, FEEDBACK.md, and memory/ directories.

Uninstall

npx @robbiesrobotics/alice-agents --uninstall

Removes A.L.I.C.E. agents from openclaw.json while preserving any non-ALICE agents. Creates a backup before making changes.

How It Works

  1. You talk to Olivia — she's your single point of contact
  2. Olivia routes to specialists — "Build me an API" → Dylan (Development)
  3. Specialists do the work — using their domain-specific tools and expertise
  4. Olivia synthesizes — combines results and presents them to you

Each agent has its own workspace with:

  • SOUL.md — personality and values
  • AGENTS.md — operating instructions
  • PLAYBOOK.md — learned patterns (evolves over time)
  • LEARNINGS.md — task log
  • memory/ — persistent context between sessions

Compatibility

A.L.I.C.E. runs on any OpenClaw-compatible runtime:

| Runtime | Status | Notes | |---------|--------|-------| | NemoClaw | ✅ Recommended | NVIDIA's secure distribution. Agents run inside OpenShell sandbox. Get NemoClaw | | OpenClaw | ✅ Fully supported | Lightweight option. openclaw.ai |

Why NemoClaw?

NemoClaw is NVIDIA's open-source, enterprise-grade distribution of OpenClaw. It adds the OpenShell security sandbox — isolating what agents can access on your machine, enforcing policy-based guardrails, and keeping your data private. A.L.I.C.E. is NemoClaw-native as of v1.2.7: the installer defaults to NemoClaw, and agents display their sandbox status on startup.

If you're already running NemoClaw, A.L.I.C.E. works out of the box — no extra config needed.

Requirements

  • OpenClaw or NemoClaw installed and configured
  • Node.js 18+
  • At least one model configured in OpenClaw or NemoClaw — no specific API key required. A.L.I.C.E. uses whatever you already have set up.

License

MIT