← 返回
数据分析 Key 中文

expanso

Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.
OpenClaw数据处理管道。部署Expanso市场技能,在本地转换、分析和处理数据。
aronchick
数据分析 clawhub v1.0.2 1 版本 99738.9 Key: 需要
★ 0
Stars
📥 2,674
下载
💾 1
安装
1
版本
#latest

概述

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

  1. Go to cloud.expanso.io and sign up
  2. Create a new organization (or use an existing one)
  3. 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

  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

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

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

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

Resources

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-28 14:31 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 367 📥 140,067
security-compliance

Expanso cve-scan

aronchick
使用 Expanso Edge 管道扫描软件物料清单(SBOM)中的已知 CVE 漏洞。
★ 0 📥 1,424
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,736