stream-inspector

Installation
SKILL.md

Stream Inspector

Purpose

Inspect data streams flowing into Lytics -- list available streams, view their statistics, and browse recent events. Useful for debugging data collection, verifying integrations, and understanding incoming data shape.

Environment

Requires authenticated API access. See ../references/auth.md for credential resolution.

API Endpoints

List Streams

curl -s "${LYTICS_API_URL:-https://api.lytics.io}/v2/stream" \
  -H "Authorization: ${LYTICS_API_TOKEN}"
Installs
48
GitHub Stars
3
First Seen
Apr 2, 2026
stream-inspector — lytics/agent-skills