ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Exo Installer

Skill by emberdesire

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/emberdesire/exo-installer
Or

exo-installer Skill

E.x.O. Ecosystem Manager

Install, update, and monitor all E.x.O. tools with a single command.

When to Use

  • User wants to install E.x.O. tools (jasper-recall, hopeIDS, context-compactor)
  • User asks about the E.x.O. ecosystem
  • User needs to set up OpenClaw plugins
  • User wants to check health of installed tools

Quick Start

# Install all public E.x.O. packages
npx exo-installer install --all

# Or install specific tools
exo install jasper-recall
exo install hopeIDS
exo install jasper-context-compactor

# Health check
exo doctor
exo doctor --json  # For automation

Commands

CommandDescription
exo install --allInstall all public packages
exo install <pkg>Install specific package
exo updateUpdate all installed packages
exo doctorHealth check all components
exo doctor --jsonHealth check with JSON output
exo listList available packages
exo internal cloneClone private repos (needs GitHub access)

Available Packages

Public (npm)

PackageDescription
jasper-recallLocal RAG system for agent memory
hopeIDSBehavioral anomaly detection
jasper-context-compactorToken management for local models
jasper-configguardSafe config changes with rollback

Internal (GitHub)

RepoDescription
hopeClawMeta-cognitive inference engine
moraClawTemporal orchestration agent
task-dashboardProject management system
exo-distillerAgent distillation pipeline

Internal packages require GitHub org access:

exo internal clone

Health Check

$ exo doctor
šŸ” E.x.O. Health Check

jasper-recall ................. āœ… v0.4.2
  ChromaDB: āœ… connected
  Embeddings: āœ… loaded
  Documents: 847

hopeIDS ...................... āœ… v1.3.3
  Analyzer: āœ… ready
  Models: 3 loaded

jasper-context-compactor ...... āœ… v0.2.2

Overall: 3/3 healthy

Integration

After installing, tools auto-register with OpenClaw:

{
  "extensions": {
    "jasper-recall": { "enabled": true },
    "hopeIDS": { "enabled": true },
    "jasper-context-compactor": { "enabled": true }
  }
}

Links

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-emberdesire-exo-installer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.