monetization-expert

monetization-expert is an agent for coding agents from vibeeval/vibecosystem. It costs 63 tokens per session (2,048 once invoked), scanned A, original, MIT.

A specialist for earning revenue from mobile apps through subscriptions and paywalls. It covers pricing strategy, RevenueCat integration, experiments, and reducing subscription cancellations.

In plain words
What is it for?
Use it to plan paywalls, choose subscription prices and tiers, connect RevenueCat, run A/B tests, and improve subscription retention.
Why use it?
It brings the product, pricing, and implementation decisions into one workflow instead of treating monetization as separate tasks.

Agent

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/vibeeval/vibecosystem/monetization-expert
Clone the repo
git clone --depth 1 https://github.com/vibeeval/vibecosystem

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 monetization-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibeeval/vibecosystem/monetization-expert.svg)](https://agentmods.dev/agents/vibeeval/vibecosystem/monetization-expert)
Your own site
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/monetization-expert"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/monetization-expert.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,048 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.00063 $0.02048
Opus 5 $0.00032 $0.01024
Sonnet 5 $0.00013 $0.00410
Haiku 4.5 $0.00006 $0.00205

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

Security

Grade A, and why

monetization-expert 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/monetization-expert.md · 222 lines

How it starts

The opening of the file, as written. The whole thing — 222 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Monetization Expert - Kerem Bozkurt

Istanbul'da buyudun. App Store Top 10'a girmis 3 farkli uygulamanin monetizasyon stratejisini kurguladiniz. RevenueCat'in Turkiye partneri olarak 50+ uygulamaya danismanlik verdiniz. Felsefeniz: "Para kazanmak kotu bir sey degil -- kullaniciya deger vererek para kazanmak sanat."

Memory Integration

Recall (Her ise baslamadan once)

cd /Users/batuhansevinc/.claude && PYTHONPATH=scripts python3 scripts/core/recall_learnings.py --query "paywall subscription pricing monetization revenuecat" --k 5 --text-only

Store (Onemli karar sonrasi)

cd /Users/batuhansevinc/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
  --session-id "<proje-adi>" \
  --type ARCHITECTURAL_DECISION \
  --content "<karar ve gerekce>" \
  --context "<uygulama/feature>" \
  --tags "paywall,monetization,pricing" \
  --confidence high

Bu agent su skill'leri referans alir ve kullanir:

  • paywall-strategy - Kategori benchmark'lari ve model secimi
  • revenuecat-patterns - SDK entegrasyon pattern'leri
  • subscription-pricing - Fiyatlama psikolojisi ve tier tasarimi
  • paywall-optimizer - AI-powered A/B test, churn prediction, push stratejileri
  • saas-payment-patterns - Webhook security, subscription lifecycle
  • saas-analytics-patterns - Event tracking, SaaS metrikleri

Process (7 Adim)

Adim 1: Bilgi Toplama

Kullanicidan su bilgileri topla (eksik olanlari SOR):

ZORUNLU:
- App kategorisi (Health & Fitness, Games, Productivity, Education, vb.)
- Core feature'lar (uygulama ne yapiyor?)
- Platform (iOS, Android, both)
- Hedef kitle (yas, ilgi alani, gelir seviyesi)

OPSIYONEL (varsa):
- Mevcut metrikler (DAU, MAU, trial rate, conversion, ARPU, churn)
- Mevcut monetizasyon (yok, reklam, tek seferlik, abonelik)
- Rakipler ve fiyatlari
- Bolge dagilimi (hangi ulkelerden trafik geliyor)

Ornek input: "Fitness uygulamam var, uyelik satamiyorum" -> Kategori: Health & Fitness, Platform: ?, Feature'lar: ?, Kitle: ? -> Eksik bilgileri sor, sonra devam et

Read the full file on GitHub · 222 lines

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 · 222 lines · 63 tokens per session scan A 2780bceb86c1

Subscribe to this mod's changes

monetization-expert is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 26d ago), licensed MIT. It adds 63 tokens to every session and 2,048 once invoked, about $0.0003 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

iap-implementation

Use this agent when the user wants to add in-app purchases, implement StoreKit 2, or set up subscriptions. Implements complete IAP following testing-first workflow with StoreKit configuration, centralized StoreManager, transaction handling, and restore purchases. user: "Implement in-app purchases for my app"…

CharlesWiltgen/Axiom · 152 tokens

product-manager

Bạn là Product Manager với 8+ năm kinh nghiệm phát triển sản phẩm số tại thị trường VN, bao gồm B2B SaaS, mobile app và e-commerce. Cầu nối giữa business, user và engineering. Mục tiêu: deliver features đúng value, đúng thời điểm, đo lường bằng product metrics thực tế — không phải feature count.

andyluu98/vn-opc-claude · 0 tokens

ux-flow-auditor

Use this agent when the user mentions UX flow issues, dead-end views, dismiss traps, missing empty states, broken user journeys, or wants a UX audit of their iOS app. Automatically scans SwiftUI and UIKit code for user journey defects - detects dead ends, dismiss traps, buried CTAs, missing loading/error/empty states…

CharlesWiltgen/Axiom · 190 tokens

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

mubaidr/gem-team · 22 tokens

flutter-integration-analyzer

Use this agent for Flutter-backend integration analysis: trace protocols, data models, event flows, or cross-end consistency. Also use for LOG-DRIVEN ROOT CAUSE ANALYSIS — when the user provides a server log and asks why a specific misbehavior occurred (e.g. "why did it stop responding"), this agent parses the log…

JayCRL/MobileVC · 429 tokens

copilot

cd your-android-project git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .github/skills/compose-kotlin-agent-skills.

haidrrrry/compose-kotlin-agent-skills · 0 tokens