← 返回
效率工具 Key 中文

E.x.O. Installer

Install, update, and monitor E.x.O. tools like jasper-recall and hopeIDS, manage OpenClaw plugins, and perform health checks with a single command.
安装、更新、监控 E.x.O. 工具(如 jasper‑recall、hopeIDS),管理 OpenClaw 插件,一键执行健康检查。
emberdesire
效率工具 clawhub v0.4.1 1 版本 99858.4 Key: 需要
★ 0
Stars
📥 1,410
下载
💾 23
安装
1
版本
#latest

概述

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 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

  • GitHub: https://github.com/E-x-O-Entertainment-Studios-Inc/exo-installer
  • Docs: https://exohaven.com/products
  • Discord: https://discord.com/invite/clawd

版本历史

共 1 个版本

  • v0.4.1 当前
    2026-03-29 00:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 440 📥 147,805
ai-intelligence

Jasper Recall

emberdesire
使用ChromaDB和sentence-transformers的本地检索增强生成系统,支持多代理共享内存与隐私控制。
★ 4 📥 3,272
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 445 📥 226,339