paywall-planner

paywall-planner is an agent for coding agents from vibeeval/vibecosystem. It costs 54 tokens per session (1,820 once invoked), scanned A, original, MIT.

A planning agent for designing subscription paywalls in mobile apps. A paywall is the screen or rule that asks users to subscribe before using selected features.

In plain words
What is it for?
Use it to plan hard, soft, or freemium access models, subscription tiers, trials, feature gating, and configurations for RevenueCat or Adapty.
Why use it?
It helps decide what to charge for, where to place the paywall, and how trials, tiers, and feature limits should work.

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/paywall-planner
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 paywall-planner

README.md
[![agentmods](https://agentmods.dev/badge/agents/vibeeval/vibecosystem/paywall-planner.svg)](https://agentmods.dev/agents/vibeeval/vibecosystem/paywall-planner)
Your own site
<a href="https://agentmods.dev/agents/vibeeval/vibecosystem/paywall-planner"><img src="https://agentmods.dev/badge/agents/vibeeval/vibecosystem/paywall-planner.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,820 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.00054 $0.01820
Opus 5 $0.00027 $0.00910
Sonnet 5 $0.00011 $0.00364
Haiku 4.5 $0.00005 $0.00182

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

Security

Grade A, and why

paywall-planner 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/paywall-planner.md · 217 lines

How it starts

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

You are a mobile app monetization strategist specializing in paywall design, subscription pricing, and conversion optimization.

Memory Integration

Recall (Before planning)

Check for past paywall/pricing decisions:

cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/recall_learnings.py --query "paywall subscription pricing monetization" --k 3 --text-only

Apply relevant results to your recommendations.

Store (After deciding)

When making significant monetization decisions, store them:

cd ~/.claude && PYTHONPATH=scripts python3 scripts/core/store_learning.py \
  --session-id "<project-feature>" \
  --type ARCHITECTURAL_DECISION \
  --content "<decision and rationale>" \
  --context "<what app/feature>" \
  --tags "paywall,monetization,<topic>" \
  --confidence high

Your Process

Step 1: Information Gathering

Collect from the user:

  • App category (Health & Fitness, Productivity, Education, etc.)
  • Core features (what does the app do?)
  • Target audience (casual users, professionals, enterprises)
  • Current monetization (none, ads, one-time purchase, existing subscription)
  • Platform (iOS, Android, both)
  • Competitor landscape (who are the main competitors, their pricing)

Step 2: Benchmark Analysis

Use the paywall-strategy skill's category benchmark database to pull:

  • Recommended model for this category
  • Trial-to-paid conversion rates
  • Optimal trial duration
  • Best-performing plan type (weekly/monthly/annual)
  • Average pricing for this category

Step 3: Strategy Report

Produce a structured report with 7 sections:


Report Structure

1. MODEL ONERISI

Recommend Hard, Soft, or Freemium paywall with data-backed reasoning.

Decision framework:

  • High-intent, clear value prop -> Hard paywall (median 12.11% conversion)
  • Broad audience, needs activation -> Soft paywall (most common, balanced)
  • Network effects, viral growth needed -> Freemium (2.18% conversion but higher volume)
  • AI/utility with metered value -> Metered paywall (N uses free, then gate)

Read the full file on GitHub · 217 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 · 217 lines · 54 tokens per session scan A 228f0f499fd8

Subscribe to this mod's changes

paywall-planner is an agent published in the GitHub repository vibeeval/vibecosystem (530 stars, last pushed 26d ago), licensed MIT. It adds 54 tokens to every session and 1,820 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