โ† All skills
Tencent SkillHub ยท Data Analysis

expanso

Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Data processing pipelines for OpenClaw. Deploy skills from the Expanso marketplace to transform, analyze, and process data locally.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
INSTALL.txt, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Files
  • SKILL.md Primary doc
  • INSTALL.txt Files