profile-explorer

Installation
SKILL.md

Profile Explorer

Purpose

Interactive profile exploration that combines identity lookup, segment membership analysis, and event history browsing. Provides a comprehensive view of an individual user profile.

Environment

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

Inputs

  • Identity field and value (e.g., email, user@example.com)
  • Or: exploration query (e.g., "find a user in the high-value segment")

Exploration Flow

Step 1: Look Up Profile

Use entity-lookup skill:

curl -s "${LYTICS_API_URL:-https://api.lytics.io}/api/entity/user/${FIELD}/${VALUE}" \
  -H "Authorization: ${LYTICS_API_TOKEN}"
Related skills
Installs
31
GitHub Stars
2
First Seen
Apr 2, 2026