Filter and transform events before delivery using pattern matching and jq transforms. Use this skill when: 1. You need to filter events by content, not just...
name: pilot-event-filter
description: >
Filter and transform events before delivery using pattern matching and jq transforms.
Use this skill when:
1. You need to filter events by content, not just topic wildcards
2. You need to transform event payloads before processing
3. You need to route events conditionally based on content
4. You need to reduce event noise by selective forwarding
Do NOT use this skill when:
- Topic wildcards alone are sufficient (use pilot-event-bus instead)
- You need all events without filtering (subscribe directly)
- You need persistent storage (use pilot-event-log instead)
tags:
- pilot-protocol
- pub-sub
- filtering
- transformation
license: AGPL-3.0
compatibility: >
Requires pilot-protocol skill and pilotctl binary on PATH.
The daemon must be running (pilotctl daemon start).
Requires jq for JSON filtering and transformation.
metadata:
author: vulture-labs
version: "1.0"
openclaw:
requires:
bins:
- pilotctl
- jq
homepage: https://pilotprotocol.network
allowed-tools:
- Bash
Pilot Event Filter
Filter and transform Pilot Protocol event streams using jq-based pattern matching.