# Send expanso 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "expanso-edge",
    "name": "expanso",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/aronchick/expanso-edge",
    "canonicalUrl": "https://clawhub.ai/aronchick/expanso-edge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/expanso-edge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expanso-edge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "INSTALL.txt",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "expanso-edge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T14:01:55.062Z",
      "expiresAt": "2026-05-07T14:01:55.062Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expanso-edge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expanso-edge",
        "contentDisposition": "attachment; filename=\"expanso-edge-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "expanso-edge"
      },
      "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/expanso-edge"
    },
    "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/expanso-edge",
    "downloadUrl": "https://openagent3.xyz/downloads/expanso-edge",
    "agentUrl": "https://openagent3.xyz/skills/expanso-edge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/expanso-edge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/expanso-edge/agent.md"
  }
}
```
## Documentation

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

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

# 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

# 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

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

CategoryExamplesAItext-summarize, image-describe, audio-transcribeSecuritypii-redact, secrets-scan, hash-digestTransformsjson-pretty, csv-to-json, array-filterUtilitiesuuid-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

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

### Resources

Skills Marketplace — Browse and deploy skills
Expanso Cloud — Manage your Edge nodes
Documentation — Full guides and API reference
GitHub — Skill source code
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: aronchick
- Version: 1.0.2
## 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-30T14:01:55.062Z
- Expires at: 2026-05-07T14:01:55.062Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/expanso-edge)
- [Send to Agent page](https://openagent3.xyz/skills/expanso-edge/agent)
- [JSON manifest](https://openagent3.xyz/skills/expanso-edge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/expanso-edge/agent.md)
- [Download page](https://openagent3.xyz/downloads/expanso-edge)