profile-explorer

Assemble user profiles via identity lookup, segment checks, and event history.

4|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/lytics/agent-skills --skill profile-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: profile-explorer
Source: https://github.com/lytics/agent-skills/tree/main/profile-explorer
Command: npx skills add https://github.com/lytics/agent-skills --skill profile-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive profile exploration that combines identity lookup, segment membership analysis, and event history to provide a holistic view of an individual.

Core Features & Use Cases

  • Identify a user by a known identity to fetch their profile
  • Inspect segment memberships and access related attributes
  • Browse events and activity history for context and insights
  • Navigate between linked identities for comprehensive investigations

Quick Start

Identify a user by email or user_id and start an exploration to retrieve profile, segments, and events.

Frequently Asked Questions about profile-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a user profile by email or user ID to get their segments and event history?

To look up a user profile, you perform an identity lookup using an email or user ID, which fetches the user profile, validates segment memberships, and retrieves their event history for comprehensive context.

What is the best way to investigate multiple user identities and trace their event history in a single session?

The best way to investigate multiple user identities is through batch exploration within a session, allowing you to trace event history and perform identity lookups across several profiles simultaneously for rapid context.

How does identity lookup work when navigating between linked user profiles?

Identity lookup works by querying a known identifier to fetch the primary profile, then navigating between linked identities to assemble a complete view of segment memberships and related attributes.

What happens to segment membership checks and event retrieval when a user identity is missing?

When a user identity is missing, the profile exploration process handles the missing identity gracefully, ensuring segment membership checks and event retrieval proceed without failing the entire batch investigation.

Can I use profile exploration to inspect segment memberships and access related user attributes?

Yes, you can use profile exploration to inspect segment memberships and access related attributes, providing a holistic view of an individual by combining identity resolution with structured segment summaries.

Does profile exploration require calling separate components for identity lookup, segment management, and stream inspection?

Yes, profile exploration requires orchestrating entity-lookup, segment-manager, and stream-inspector components to assemble structured summaries, segment memberships, and event histories into a unified user view.