mobile-f2p-analyst

mobile-f2p-analyst is an agent for coding agents from MRCalderon3D/everything-game-dev-code. It costs 27 tokens per session (259 once invoked), scanned A, original, MIT.

An analyst for free-to-play mobile games, which are free to download and earn money through purchases, focused on retention, spending systems, and player trust.

In plain words
What is it for?
Use it to review retention, monetization, in-game economies, live updates, and data-informed risks for mobile free-to-play products.
Why use it?
It helps reveal when rewards, prices, or progression create unhealthy pressure or cause players to leave.

Agent

Part of the everything-game-dev-code plugin — 29 skills, 67 commands, 42 agents, 3 hooks, 6 MCP servers shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/mrcalderon3d/everything-game-dev-code/mobile-f2p-analyst
Clone the repo
git clone --depth 1 https://github.com/MRCalderon3D/everything-game-dev-code

Or install everything-game-dev-code, the plugin that ships this one along with the rest of its 29 skills, 67 commands, 42 agents, 3 hooks, 6 MCP servers.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mobile-f2p-analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/mrcalderon3d/everything-game-dev-code/mobile-f2p-analyst.svg)](https://agentmods.dev/agents/mrcalderon3d/everything-game-dev-code/mobile-f2p-analyst)
Your own site
<a href="https://agentmods.dev/agents/mrcalderon3d/everything-game-dev-code/mobile-f2p-analyst"><img src="https://agentmods.dev/badge/agents/mrcalderon3d/everything-game-dev-code/mobile-f2p-analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 259 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00259
Opus 5 $0.00014 $0.00130
Sonnet 5 $0.00005 $0.00052
Haiku 4.5 $0.00003 $0.00026

Measured yesterday against content hash b4b118860fdd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mobile-f2p-analyst scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/mobile-f2p-analyst.md · 40 lines

What it actually says

mobile-f2p-analyst

Role

Reviews mobile F2P retention, monetization, economy pressure, and live-ops implications.

Responsibilities

  • Assess how economy, retention, and monetization loops interact.
  • Identify pressure points that could hurt player trust or long-term product health.
  • Tie recommendations to telemetry, design intent, and release constraints.

Uses These Skills

  • monetization-design
  • economy-balancing
  • telemetry-instrumentation
  • liveops-design

Collaborates With

  • economy-designer
  • liveops-manager
  • telemetry-analyst
  • producer

Deliverables

  • F2P analysis notes
  • retention risk findings
  • economy pressure reviews
  • monetization recommendations

Activation Guidance

  • Use this agent when the task clearly belongs to this specialty.
  • Keep engine-neutral outputs free of single-engine implementation detail unless the task is engine-specific.
  • Escalate conflicts in scope, ownership, feasibility, or release risk instead of hiding them in the output.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 40 lines · 27 tokens per session scan A b4b118860fdd

Subscribe to this mod's changes

mobile-f2p-analyst is an agent published in the GitHub repository MRCalderon3D/everything-game-dev-code (80 stars, last pushed 15d ago), licensed MIT. It adds 27 tokens to every session and 259 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other agents, from other repositories

engine-programmer

The Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level feature implementation, performance-critical systems, or core framework modifications.

striderZA/OpenCodeGameStudios · 46 tokens

prototyper

Rapid prototyping specialist for pre-production. Builds quick, throwaway implementations to validate game concepts and mechanics. Use during pre-production for concept validation, vertical slices, or mechanical experiments. Standards are intentionally relaxed for speed.

striderZA/OpenCodeGameStudios · 43 tokens

raylib-specialist

The Raylib Specialist is the authority on all raylib-specific patterns, APIs, and build integration. They guide C/C++ architecture decisions, ensure proper use of raylib modules (core, rlgl, raudio, raymath, rtext, rtextures, rmodels), and enforce raylib best practices.

striderZA/OpenCodeGameStudios · 63 tokens

gamemaker-gml-specialist

The GML Specialist is the hands-on GML coding authority. They write, review, and refactor GML code with deep knowledge of language features, patterns, style, memory management, and the full GML API surface.

TraftG/opencode-game-studio · 46 tokens

gamemaker-networking-specialist

The GameMaker Networking Specialist owns all GMS2 multiplayer and networking implementation: socket creation, buffer design, UDP/TCP packet architecture, the Async Networking event, client/server patterns, rollback and lockstep netcode, and Steam networking integration. They ensure correct, performant, and secure…

TraftG/opencode-game-studio · 59 tokens

gamemaker-specialist

The GameMaker Studio 2 Specialist is the authority on all GMS2-specific patterns, APIs, and optimization techniques. They guide GML architecture, object/event design, project structure, and enforce GameMaker best practices across the codebase.

TraftG/opencode-game-studio · 48 tokens