Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install expanso-edge或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install expanso-edge⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/expanso-edge/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: expanso description: Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally. homepage: https://skills.expanso.io emoji: "⚡" metadata: clawdis: always: false primaryEnv: EXPANSO_EDGE_BOOTSTRAP_TOKEN requires: bins: - curl env: - EXPANSO_EDGE_BOOTSTRAP_URL - EXPANSO_EDGE_BOOTSTRAP_TOKEN install: - curl -fsSL https://get.expanso.io/edge/install.sh | bash - curl -fsSL https://get.expanso.io/cli/install.sh | sh config: requiredEnv: - name: EXPANSO_EDGE_BOOTSTRAP_URL description: Bootstrap URL from Expanso Cloud (e.g., https://start.cloud.expanso.io) - name: EXPANSO_EDGE_BOOTSTRAP_TOKEN description: Bootstrap token from Expanso Cloud Settings → Edge Nodes ---
Deploy data processing pipelines to your local Expanso Edge. Skills run locally, keeping credentials secure and enabling offline operation.
https://abc123.us1.cloud.expanso.io)# 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
# 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.
# 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.
Browse 172+ skills at 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 |
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.
┌─────────────┐ ┌───────────────┐ ┌──────────────┐
│ OpenClaw │────▶│ Expanso Edge │────▶│ Your Data │
│ (asks) │ │ (processes) │ │ (stays local)│
└─────────────┘ └───────────────┘ └──────────────┘
│
┌──────┴──────┐
│Expanso Cloud│
│(orchestrates)│
└─────────────┘
安装 expanso 后,可以对 AI 说这些话来触发它
Help me get started with expanso
Explains what expanso does, walks through the setup, and runs a quick demo based on your current project
Use expanso to data processing pipelines for OpenClaw
Invokes expanso with the right parameters and returns the result directly in the conversation
What can I do with expanso in my developer & devops workflow?
Lists the top use cases for expanso, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/expanso-edge/ 目录(个人级,所有项目可用),或 .claude/skills/expanso-edge/(项目级)。重启 AI 客户端后,用 /expanso-edge 主动调用,或让 AI 根据上下文自动发现并使用。
expanso 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
expanso 可免费安装使用。请查阅仓库了解许可证信息。
Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.
expanso 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using expanso
Identifies repetitive steps in your workflow and sets up expanso to handle them automatically