value-ladder-architect

value-ladder-architect is a skill for Claude Code, Codex from Gingg7260/affiliate-skills. It costs 96 tokens per session (2,559 once invoked), scanned A, a copy of value-ladder-architect, MIT.

A planning tool for mapping a customer's path from a free offer through optional low-cost, main, and higher-value offers. In affiliate marketing, this path is often called a value ladder or funnel, with each step leading to the next.

In plain words
What is it for?
Use it to plan funnel stages, upsell and downsell paths, customer journeys, and promotions for products with multiple pricing tiers.
Why use it?
It replaces an isolated sales page with a view of the full customer journey. It helps organize free content, trial or entry offers, core products, upsells, and downsells into a sequence.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; mentions Claude Code; built for openclaw.

Good fit Use it to plan funnel stages, upsell and downsell paths, customer journeys, and promotions for products with multiple pricing tiers.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gingg7260/affiliate-skills/value-ladder-architect
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 Gingg7260/affiliate-skills --skill value-ladder-architect
Clone the repo
git clone --depth 1 https://github.com/Gingg7260/affiliate-skills

Made for: Claude Code, Codex.

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 value-ladder-architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/value-ladder-architect/github.svg)](https://agentmods.dev/skills/gingg7260/affiliate-skills/value-ladder-architect)
Your own site
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/value-ladder-architect"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/value-ladder-architect/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 value-ladder-architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/gingg7260/affiliate-skills/value-ladder-architect"><img src="https://agentmods.dev/badge/skills/gingg7260/affiliate-skills/value-ladder-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,559 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 100% copy Near-identical to another mod 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.00096 $0.02559
Opus 5 $0.00048 $0.01280
Sonnet 5 $0.00019 $0.00512
Haiku 4.5 $0.00010 $0.00256

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

Security

Grade A, and why

value-ladder-architect 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 11d 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.

Origin

This is a copy

100% identical to value-ladder-architect — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/landing/value-ladder-architect/SKILL.md · 249 lines

How it starts

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

Value Ladder Architect

Design the complete free → tripwire → core → upsell path for affiliate promotions. Maps the entire customer ascension journey, where each step delivers standalone value while naturally leading to the next. The value ladder IS the page sequence: squeeze → bridge → sales → upsell.

Stage

S4: Landing — The value ladder defines the sequence of pages and offers. Each rung is a landing page, email, or content piece that converts the visitor to the next level.

When to Use

  • User wants to map the entire customer journey, not just one landing page
  • User asks about upsells, downsells, tripwires, or funnel stages
  • User wants to maximize lifetime value from affiliate promotions
  • User says "value ladder", "customer journey", "ascension", "funnel architecture"
  • After running grand-slam-offer to design the core offer and wanting to expand
  • User promotes a product with multiple tiers (free, pro, enterprise)

Input Schema

product:                      # REQUIRED
  name: string                # Product name
  pricing_tiers: object[]     # Available pricing tiers
    - name: string            # e.g., "Free", "Pro", "Enterprise"
      price: string           # e.g., "$0", "$49/mo", "$199/mo"
      features: string[]      # Key features at this tier
  reward_value: string        # Your commission
  reward_type: string         # "recurring" | "one-time" | "tiered"
  url: string                 # Affiliate link

your_assets: string[]         # OPTIONAL — content/resources you already have
                              # e.g., ["blog", "email list", "YouTube channel", "templates"]
                              # Default: ["blog"]

goal: string                  # OPTIONAL — "first_commission" | "maximize_ltv" | "build_list"
                              # Default: "first_commission"

Chaining from S4 grand-slam-offer: Use offer_stack to position the core offer in the ladder. Chaining from S4 bonus-stack-builder: Use bonus_stack to populate tripwire and bonus tiers.

Read the full file on GitHub · 249 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. 11d ago First seen · 249 lines · 96 tokens per session scan A ad41d002a075

Subscribe to this mod's changes

value-ladder-architect is a skill published in the GitHub repository Gingg7260/affiliate-skills (5 stars, last pushed yesterday), licensed MIT. It adds 96 tokens to every session and 2,559 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to value-ladder-architect, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

value-ladder-architect

Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my…

Affitor/affiliate-skills · 96 tokens

value-ladder-architect

Design the complete free-to-premium value ladder for affiliate promotions. Triggers on: "value ladder", "customer journey", "upsell path", "ascension model", "free to paid funnel", "tripwire offer", "upsell strategy", "downsell", "product ladder", "price ladder", "customer ascension", "funnel architecture", "map my…

gabrielmoreira/agent-skills-mirror · 96 tokens

webinar-registration-page

Build a webinar or live event registration page as a self-contained HTML file with countdown timer, speaker bio, agenda, and registration form. Triggers on: "build a webinar registration page", "create a webinar sign-up page", "event registration landing page", "live training registration page", "workshop sign-up…

Affitor/affiliate-skills · 115 tokens

landing-page-creator

Build high-converting affiliate landing pages as single self-contained HTML files. Triggers on: "create a landing page for", "build a landing page", "product landing page", "affiliate landing page", "comparison page for", "vs page", "single product page", "conversion page", "sales page for affiliate", "landing page…

Affitor/affiliate-skills · 107 tokens

product-showcase-page

Build a single-product deep-dive showcase page as a self-contained HTML file. Triggers on: "build a product showcase page", "deep dive landing page for [product]", "create a product spotlight page", "product feature page", "single product page", "detailed page about [product]", "build a page showing everything about…

Affitor/affiliate-skills · 110 tokens

squeeze-page-builder

Build email capture landing pages (squeeze pages) as single self-contained HTML files. Triggers on: "build a squeeze page", "email capture page", "lead magnet page", "create an opt-in page", "build an email list page", "lead capture landing page", "create a freebie page", "build a page to collect emails", "opt-in…

Affitor/affiliate-skills · 114 tokens