# Send E.x.O. Installer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "exo-installer",
    "name": "E.x.O. Installer",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/emberDesire/exo-installer",
    "canonicalUrl": "https://clawhub.ai/emberDesire/exo-installer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/exo-installer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exo-installer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "cli.js",
      "openclaw.plugin.json",
      "package.json",
      "packages.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "exo-installer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T22:39:22.846Z",
      "expiresAt": "2026-05-06T22:39:22.846Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exo-installer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=exo-installer",
        "contentDisposition": "attachment; filename=\"exo-installer-0.4.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "exo-installer"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/exo-installer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/exo-installer",
    "downloadUrl": "https://openagent3.xyz/downloads/exo-installer",
    "agentUrl": "https://openagent3.xyz/skills/exo-installer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/exo-installer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/exo-installer/agent.md"
  }
}
```
## Documentation

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

CommandDescriptionexo install --allInstall all public packagesexo install <pkg>Install specific packageexo updateUpdate all installed packagesexo doctorHealth check all componentsexo doctor --jsonHealth check with JSON outputexo listList available packagesexo internal cloneClone private repos (needs GitHub access)

### Public (npm)

PackageDescriptionjasper-recallLocal RAG system for agent memoryhopeIDSBehavioral anomaly detectionjasper-context-compactorToken management for local modelsjasper-configguardSafe config changes with rollback

### Internal (GitHub)

RepoDescriptionhopeClawMeta-cognitive inference enginemoraClawTemporal orchestration agenttask-dashboardProject management systemexo-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
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: emberDesire
- Version: 0.4.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T22:39:22.846Z
- Expires at: 2026-05-06T22:39:22.846Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/exo-installer)
- [Send to Agent page](https://openagent3.xyz/skills/exo-installer/agent)
- [JSON manifest](https://openagent3.xyz/skills/exo-installer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/exo-installer/agent.md)
- [Download page](https://openagent3.xyz/downloads/exo-installer)