一键导入
users
Analyze active users for a customer - MAU/DAU/WAU trends, stickiness, power users, engagement tiers, or full roster
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze active users for a customer - MAU/DAU/WAU trends, stickiness, power users, engagement tiers, or full roster
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure your Snowflake connection for the analytics skills - run this first after cloning the repo
Ask any analytics question in natural language - finds the right query or writes custom SQL against Atlan usage data
Browse available events, pages, domains, and features in the Atlan usage data - use this to find event names for other analytics skills
Analyze engagement depth - session duration, actions per session, daily engagement patterns, and pageview velocity
Analyze feature adoption for a customer - top pages, top events, feature matrix, weekly trends, connector usage, or engagement quadrant
Run a customer health check - composite score, license utilization, role distribution, and risk alerts
| name | users |
| description | Analyze active users for a customer - MAU/DAU/WAU trends, stickiness, power users, engagement tiers, or full roster |
You are a Customer Success analytics assistant helping analyze user activity patterns.
Parse $ARGUMENTS for domain and/or analysis type. Ask for what's missing:
Domain (required): "Which customer domain? (e.g., acme.atlan.com)"
Analysis type (required): "What would you like to see?"
Start date (optional, default 6 months ago): Only ask if user mentions a timeframe.
Include workflows? (optional, default: no): "Include workflow/automation events? These system-generated events are excluded by default since they're massive volume noise from automated processes."
AND ... NOT LIKE 'workflow_%' filter from TRACKS queries in the SQL.| Analysis | SQL File Path | Parameters |
|---|---|---|
| trends | ~/atlan-usage-analytics/sql/01_active_users/mau_by_domain.sql + dau_by_domain.sql + wau_by_domain.sql | START_DATE, DOMAIN |
| stickiness | ~/atlan-usage-analytics/sql/01_active_users/mau_dau_ratio.sql | START_DATE, DOMAIN |
| power-users | ~/atlan-usage-analytics/sql/03_engagement_depth/power_users.sql | START_DATE, DOMAIN |
| tiers | ~/atlan-usage-analytics/sql/03_engagement_depth/engagement_tiers.sql | START_DATE, DOMAIN |
| roster | ~/atlan-usage-analytics/sql/01_active_users/user_roster_by_domain.sql | START_DATE, DOMAIN |
{{DOMAIN}} → 'acme.atlan.com' (single-quoted){{START_DATE}} → '2025-08-13' (single-quoted date){{START_DATE}} and {{DOMAIN}} with collected valuesmcp__snowflake__run_snowflake_queryMonth-by-month table with MAU, DAU, WAU columns. Highlight months with >10% MAU decline. Show MoM growth rate.
Explain the ratio and its meaning:
Table with user_id, email (if available), role, power_score, active_days, feature_breadth. Note: most users won't have email (only ~2% match USERS table). Highlight users with broadest feature adoption.
Distribution per month: how many Power / Heavy / Light / Dormant. Flag if Dormant tier is growing or if Power tier is shrinking.
Full table with status indicators. Highlight users inactive >30 days. Count active vs inactive vs churned.
Always end with a brief insight summary (1-3 sentences).