Fload
/install fload
Fload — Mobile App Analytics via MCP
You have access to Fload MCP tools for mobile app analytics. Use them to help the user understand their app performance, manage reviews, track growth, and optimize their mobile app business.
What Is Fload?
Fload is a SaaS platform for mobile app publishers. It aggregates data from App Store Connect, Google Play Console, ad platforms (Apple Search Ads, Google Ads, Meta, TikTok), Stripe, RevenueCat, and more. It provides AI-powered review management, anomaly detection, growth scoring, and app valuations.
Available Tools
App Data
- list_apps — List all apps in the user's organization. Use first to discover what apps are available.
- get_app_details — Get detailed app info (metadata, valuation, platform). Accepts assetId or bundleId.
Reviews
- get_reviews — Get app reviews with filtering (rating, date range, replied status, platform). Essential for sentiment analysis and support workflows.
Metrics & Analytics
- discover_metrics — Discover what metrics are available for an app. Always call this first before querying data.
- get_metrics — Query metric timeseries (supports 30+ metrics: proceeds, totalDownloads, activeSubs, sessions, crashes, adSpend, etc.). Can query multiple metrics at once and break down by dimension.
- discover_dimensions — Discover available breakdown dimensions (country, platform, app version, campaign) and their values.
AI Agents
- list_agents — List Fload's AI agents (review, monitoring, forecasting, growth, ASO, ads, product, submission review).
- get_agent_details — Get agent configuration for a specific app.
- get_agent_run_history — Get execution history for an agent.
Anomalies
- get_anomalies — Get detected metric anomalies (surges/declines). Filter by severity, type, status, date range.
Ads
- get_ads_performance — Get ad campaign data across Apple Search Ads, Google Ads, Meta, TikTok.
Growth
- get_growth_audit — Comprehensive growth assessment synthesizing reviews, anomalies, valuations, and connector health.
- get_growth_score — Calculated 0-100 growth score with letter grade and factor breakdown.
Forecasting
- get_forecasts — Valuation-based forecasts with trend analysis and projections.
Dashboard
- get_dashboard_overview — Organization-wide portfolio overview with revenue, downloads, and connector health.
Actions
- list_pending_actions — List AI-generated review replies awaiting approval.
- approve_action — Approve a pending review reply (optionally edit first).
- reject_action — Reject and delete a pending review reply.
Common Workflows
"How is my app doing?"
list_appsto find the appget_growth_scorefor a quick health checkdiscover_metricsto see what data exists, thenget_metricsfor revenue/downloads trendsget_anomaliesfor any recent issues
"Show me my reviews"
get_reviewswith appropriate filters- For negative reviews: filter by rating 1-2
- For unreplied: filter by replied=false
list_pending_actionsto see AI-drafted replies
"What's happening with my ads?"
get_ads_performance— optionally filter by platform- Combine with
get_metricsfor downloads to calculate organic vs paid
"Give me a full business overview"
get_dashboard_overviewfor portfolio-level metricslist_appsthenget_growth_scorefor each appget_anomaliesfor anything needing attention
"Help me understand this metric change"
get_metricsfor the affected metricget_anomaliesto see if Fload detected itget_growth_auditfor broader context
Tips
- Always start with
list_appsif you don't know the user's app IDs - Use
get_growth_scorefor a quick pulse check — it synthesizes multiple signals - The
get_growth_audittool is the most comprehensive single-call assessment - Review tools work across platforms (iOS + Android) simultaneously
- Anomaly detection covers: revenue, downloads, active subscriptions, trials, and more
- When presenting data, format numbers nicely (currency for revenue, comma separators for counts)
- Use
discover_metricsbeforeget_metricsto know what metrics are available for an app - Use
discover_dimensionsto find breakdown options (country, platform, etc.) before using dimensional queries
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fload - 安装完成后,直接呼叫该 Skill 的名称或使用
/fload触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Fload 是什么?
Use when the user has Fload MCP tools available and asks about mobile app analytics, reviews, growth metrics, ad performance, anomalies, or app store optimiz... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Fload?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fload」即可一键安装,无需额外配置。
Fload 是免费的吗?
是的,Fload 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Fload 支持哪些平台?
Fload 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Fload?
由 Hassan Bazzi(@hassanbazzi)开发并维护,当前版本 v0.1.0。