dp-upsell-strategy

dp-upsell-strategy is a skill for Claude Code from kabde/dp-createur. It costs 129 tokens per session (9,836 once invoked), scanned A, original, MIT.

A workflow for planning additional offers around a main product, from free content to premium products. It covers order bumps, post-purchase offers, downsells, cross-sells, and email sequences.

In plain words
What is it for?
Use it to design a product value ladder, checkout add-on, upgrade path, or email sequence. It can also calculate current lifetime value and identify ways to increase it.
Why use it?
It helps organize what customers can buy next instead of treating every sale as a single transaction. It also calculates customer lifetime value, meaning the total revenue expected from one customer over time.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to design a product value ladder, checkout add-on, upgrade path, or email sequence. It can also calculate current lifetime value and identify ways to increase it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kabde/dp-createur/dp-upsell-strategy
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.

Any agent
npx skills add kabde/dp-createur --skill dp-upsell-strategy
Clone the repo
git clone --depth 1 https://github.com/kabde/dp-createur

Made for: Claude Code.

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 dp-upsell-strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/kabde/dp-createur/dp-upsell-strategy/github.svg)](https://agentmods.dev/skills/kabde/dp-createur/dp-upsell-strategy)
Your own site
<a href="https://agentmods.dev/skills/kabde/dp-createur/dp-upsell-strategy"><img src="https://agentmods.dev/badge/skills/kabde/dp-createur/dp-upsell-strategy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dp-upsell-strategy

Your own site · 80×15
<a href="https://agentmods.dev/skills/kabde/dp-createur/dp-upsell-strategy"><img src="https://agentmods.dev/badge/skills/kabde/dp-createur/dp-upsell-strategy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,836 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00129 $0.09836
Opus 5 $0.00064 $0.04918
Sonnet 5 $0.00026 $0.01967
Haiku 4.5 $0.00013 $0.00984

Measured 12d ago against content hash 7b0beffbd204, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

dp-upsell-strategy 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 12d ago.

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.

skills/dp-upsell-strategy/SKILL.md · 897 lines

How it starts

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

Upsell Strategy — Maximiser le Revenu par Client

Un client à 47€ peut devenir un client à 500€+ avec la bonne stratégie. Ce skill conçoit l'intégralité du parcours de monétisation autour de ton produit principal — de l'entrée gratuite jusqu'à l'offre premium — avec les copies, les timings, et les calculs de rentabilité.

Quick Reference

Commande Description
/dp-upsell-strategy Stratégie complète guidée (échelle + copies + calculs)
/dp-upsell-strategy express Version rapide — échelle de valeur + calcul LTV uniquement
/dp-upsell-strategy bump [produit] Concevoir uniquement l'order bump pour un produit
/dp-upsell-strategy email [produit] Séquence email d'ascension uniquement
/dp-upsell-strategy ltv Calculer le LTV actuel et identifier les leviers

Output Format

LIVRABLE : upsell-strategy/strategy-[slug].md

├── Échelle de valeur complète (4-6 niveaux)
│   ├── Chaque niveau : produit, prix, format, promesse, marge
│   └── Logique de progression (pourquoi ce produit APRÈS celui-là)
│
├── Order Bump
│   ├── Produit recommandé + prix + copy complète
│   └── Design de la checkbox (HTML + texte)
│
├── Upsell Post-Achat (1-click)
│   ├── Produit + prix + copy de la page upsell
│   └── Timing (immédiatement après / 24h / 7j)
│
├── Downsell (si refus de l'upsell)
│   ├── Offre alternative + prix réduit + copy
│   └── Logique : "Pas prêt pour X ? Voici Y à moitié prix"
│
├── Cross-Sell
│   ├── Produits complémentaires (non concurrents)
│   └── Quand et comment les proposer
│
├── Séquence Email d'Ascension (5-7 emails)
│   ├── Chaque email : timing, sujet, body, CTA
│   └── Logique de progression vers le next level
│
├── Calculs LTV
│   ├── Revenu moyen par client (sans upsell vs avec)
│   ├── Take rate estimé par offre
│   └── Impact sur le budget d'acquisition (CPA max)
│
└── Plan d'implémentation
    ├── Outils nécessaires
    ├── Ordre de mise en place
    └── Timeline recommandée

Read the full file on GitHub · 897 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 897 lines · 129 tokens per session scan A 7b0beffbd204

Subscribe to this mod's changes

dp-upsell-strategy is a skill published in the GitHub repository kabde/dp-createur (24 stars, last pushed 4mo ago), licensed MIT. It adds 129 tokens to every session and 9,836 once invoked, about $0.0006 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-08-30.

Related

Other skills, from other repositories

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens

product-description-generator

E-commerce product description generator for any platform. Generates optimized titles, bullet points, descriptions, and backend keywords using competitor research + keyword scoring + FABE copywriting. Two modes: (A) Create — generate listing from product specs with optional competitor analysis, (B) Optimize — improve…

nexscope-ai/eCommerce-Skills · 126 tokens

amazon-price-tracker

Amazon price monitoring and competitive pricing intelligence. Real-time price tracking, Buy Box analysis, promotion detection, and dynamic pricing strategy optimization. Use when the user asks about price monitoring, competitor pricing, Buy Box tracking, or pricing strategy.

nexscope-ai/Amazon-Skills · 51 tokens