Expanso-skills expanso-enrich-export

Enrich logs with metadata and export to storage

install
source · Clone the upstream repo
git clone https://github.com/expanso-io/skills.expanso.io
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/expanso-io/skills.expanso.io "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/recipes/enrich-export" ~/.claude/skills/expanso-io-expanso-skills-expanso-enrich-export && rm -rf "$T"
manifest: skills/recipes/enrich-export/SKILL.md
source content

Enrich and Export

Enrich logs with metadata and export to storage

Category

log-processing

Quick Start

# Run the pipeline with sample data
./run.sh

# Or run directly with Expanso CLI
expanso run -c pipeline.yaml

Pipeline

The

pipeline.yaml
contains the complete Expanso configuration.

Requirements

  • Expanso Edge installed (
    clawhub install expanso
    )
  • Required credentials configured (see pipeline.yaml for env vars)

Testing

./test.sh

Related