✓ Verified 💻 Development ✓ Enhanced Data

Expanso Edge

Data processing pipelines for OpenClaw.

Rating
4.4 (34 reviews)
Downloads
2,725 downloads
Version
1.0.0

Overview

Data processing pipelines for OpenClaw.

Complete Documentation

View Source →

Expanso Skills for OpenClaw

Deploy data processing pipelines to your local Expanso Edge. Skills run locally, keeping credentials secure and enabling offline operation.

What is Expanso?

  • Expanso Edge — Local runtime that executes pipelines on your machine
  • Expanso Cloud — Orchestrates and deploys pipelines to your Edge nodes
  • Expanso Skills — Pre-built pipelines for common data tasks

Setup

1. Create an Expanso Cloud account

  • Go to cloud.expanso.io and sign up
  • Create a new organization (or use an existing one)
  • Note your Cloud Endpoint URL (e.g., https://abc123.us1.cloud.expanso.io)

2. Install the tools

bash
# Install Expanso Edge (local runtime)
curl -fsSL https://get.expanso.io/edge/install.sh | bash

# Install Expanso CLI (deploy to cloud)
curl -fsSL https://get.expanso.io/cli/install.sh | sh

3. Get a Bootstrap Token

  • In Expanso Cloud, go to Settings → Edge Nodes
  • Click "Add Edge Node"
  • Copy the Bootstrap URL and Bootstrap Token

4. Connect your Edge to the Cloud

bash
# Set the bootstrap URL and token from Expanso Cloud
export EXPANSO_EDGE_BOOTSTRAP_URL="https://start.cloud.expanso.io"
export EXPANSO_EDGE_BOOTSTRAP_TOKEN="your-token-from-cloud"

# Start Edge (it will register automatically)
expanso-edge

This connects your local Edge node to your Expanso Cloud organization. Your Edge will now receive pipeline deployments from the cloud.

5. Deploy a skill

bash
# Browse skills at https://skills.expanso.io
# Then deploy one:
expanso-cli job deploy https://skills.expanso.io/text-summarize/pipeline-cli.yaml

The pipeline will be deployed through Expanso Cloud to your local Edge node.

Available Skills

Browse 172+ skills at skills.expanso.io:

CategoryExamples
AItext-summarize, image-describe, audio-transcribe
Securitypii-redact, secrets-scan, hash-digest
Transformsjson-pretty, csv-to-json, array-filter
Utilitiesuuid-generate, email-validate, mime-type

Example: PII Redaction

Ask OpenClaw to redact sensitive data:

"Redact the PII from this customer feedback"

OpenClaw will use the pii-redact skill running on your local Expanso Edge to process the data — your API keys and data never leave your machine.

How It Works

text
┌─────────────┐     ┌───────────────┐     ┌──────────────┐
│  OpenClaw   │────▶│ Expanso Edge  │────▶│ Your Data    │
│  (asks)     │     │ (processes)   │     │ (stays local)│
└─────────────┘     └───────────────┘     └──────────────┘
                           │
                    ┌──────┴──────┐
                    │Expanso Cloud│
                    │(orchestrates)│
                    └─────────────┘

Resources

Installation

Terminal bash

openclaw install expanso-edge
    
Copied!

💻Code Examples

curl -fsSL https://get.expanso.io/cli/install.sh | sh

curl--fssl-httpsgetexpansoiocliinstallsh--sh.txt
### 3. Get a Bootstrap Token

1. In Expanso Cloud, go to **Settings → Edge Nodes**
2. Click **"Add Edge Node"**
3. Copy the **Bootstrap URL** and **Bootstrap Token**

### 4. Connect your Edge to the Cloud

expanso-edge

expanso-edge.txt
This connects your local Edge node to your Expanso Cloud organization. Your Edge will now receive pipeline deployments from the cloud.

### 5. Deploy a skill

expanso-cli job deploy https://skills.expanso.io/text-summarize/pipeline-cli.yaml

expanso-cli-job-deploy-httpsskillsexpansoiotext-summarizepipeline-cliyaml.txt
The pipeline will be deployed through Expanso Cloud to your local Edge node.

## Available Skills

Browse 172+ skills at **[skills.expanso.io](https://skills.expanso.io)**:

| Category | Examples |
|----------|----------|
| **AI** | text-summarize, image-describe, audio-transcribe |
| **Security** | pii-redact, secrets-scan, hash-digest |
| **Transforms** | json-pretty, csv-to-json, array-filter |
| **Utilities** | uuid-generate, email-validate, mime-type |

## Example: PII Redaction

Ask OpenClaw to redact sensitive data:

> "Redact the PII from this customer feedback"

OpenClaw will use the `pii-redact` skill running on your local Expanso Edge to process the data — your API keys and data never leave your machine.

## How It Works
example.sh
# Install Expanso Edge (local runtime)
curl -fsSL https://get.expanso.io/edge/install.sh | bash

# Install Expanso CLI (deploy to cloud)
curl -fsSL https://get.expanso.io/cli/install.sh | sh
example.sh
# Set the bootstrap URL and token from Expanso Cloud
export EXPANSO_EDGE_BOOTSTRAP_URL="https://start.cloud.expanso.io"
export EXPANSO_EDGE_BOOTSTRAP_TOKEN="your-token-from-cloud"

# Start Edge (it will register automatically)
expanso-edge
example.sh
# Browse skills at https://skills.expanso.io
# Then deploy one:
expanso-cli job deploy https://skills.expanso.io/text-summarize/pipeline-cli.yaml
example.txt
┌─────────────┐     ┌───────────────┐     ┌──────────────┐
│  OpenClaw   │────▶│ Expanso Edge  │────▶│ Your Data    │
│  (asks)     │     │ (processes)   │     │ (stays local)│
└─────────────┘     └───────────────┘     └──────────────┘
                           │
                    ┌──────┴──────┐
                    │Expanso Cloud│
                    │(orchestrates)│
                    └─────────────┘

Tags

#cli_utilities #data

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author aronchick
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install expanso-edge