Install
openclaw skills install mobile-app-analyticsTrack mobile app metrics with Firebase, App Store Connect, Play Console, retention, funnels, and cohort analysis.
openclaw skills install mobile-app-analyticsOn first use, read setup.md for integration guidelines. Create ~/mobile-app-analytics/ if it doesn't exist.
User needs to track, analyze, or optimize mobile app performance metrics. Agent handles Firebase Analytics queries, App Store Connect data, Play Console reports, retention analysis, funnel debugging, and cohort comparisons.
Memory lives in ~/mobile-app-analytics/. See memory-template.md for setup.
~/mobile-app-analytics/
├── memory.md # Apps tracked, goals, alerts
├── apps/ # Per-app analytics configs
│ └── {app-name}.md # Events, funnels, KPIs per app
└── benchmarks.md # Industry benchmarks reference
| Topic | File |
|---|---|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Firebase Analytics | firebase.md |
| App Store Connect | app-store.md |
| Play Console | play-console.md |
| Core metrics | metrics.md |
Detect from context which platform(s) the app targets:
Always prioritize metrics in this order:
Never report aggregate numbers alone. Always segment by:
Proactively flag anomalies:
| Metric | Alert if |
|---|---|
| D1 retention | < 25% (below industry floor) |
| Crash-free rate | < 99% |
| DAU/MAU ratio | Drops > 10% week-over-week |
| LTV:CAC ratio | < 3:1 |
Know platform data delays:
| Source | Typical Delay |
|---|---|
| Firebase real-time | Minutes |
| Firebase daily reports | 24-48h for full data |
| App Store Connect | 24-48h |
| Play Console | 24-48h |
Enforce consistent naming across platforms:
{verb}_{noun}[_{qualifier}]
Examples:
- view_screen_home
- tap_button_subscribe
- complete_purchase_annual
- start_onboarding_step1
| Endpoint | Data Sent | Purpose |
|---|---|---|
| Firebase Analytics API | App ID, date range | Fetch metrics |
| App Store Connect API | App ID, credentials | iOS analytics |
| Play Console API | App ID, credentials | Android analytics |
No other data is sent externally.
Data that leaves your machine:
Data that stays local:
~/mobile-app-analytics/This skill does NOT:
~/mobile-app-analytics/This skill ONLY:
~/mobile-app-analytics/This skill NEVER:
~/mobile-app-analytics/Install with clawhub install <slug> if user confirms:
app-store-connect — iOS App Store managementflutter — Cross-platform app developmentsaas — SaaS business metrics and growthclawhub star mobile-app-analyticsclawhub sync