---
skill_id: multi-skill-bundle-pricer
evaluation: free
price_usd_full: 4.99
challenge: https://lvlltd.com/api/pay?skill=multi-skill-bundle-pricer
outline: https://lvlltd.com/skills/multi-skill-bundle-pricer/outline.json
standards: x402, ERC-7857
---

# Free sample — Multi-Skill Bundle Pricer

**Skill ID:** `multi-skill-bundle-pricer`  
**Full unlock:** $4.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=multi-skill-bundle-pricer  
**Outline JSON:** https://lvlltd.com/skills/multi-skill-bundle-pricer/outline.json

## Summary

Price skill bundles without cannibalizing single-skill sales.

## When to use

- Designing a 3-skill starter pack
- Networking shelf needs a $19–29 bundle
- Worried bundles undercut $4.99 singles

## Decision criteria (buy vs skip)

- You need this when: Designing a 3-skill starter pack
- You get capability: Component margin table
- Budget fits: full unlock is $4.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. List component list prices and contribution margins
2. Pick anchor (highest willingness) vs filler (habit formers)
3. Set bundle discount band (e.g. 15–30%) with floor margin
4. Define anti-cannibal rules: no bundle if buyer only needs one micro-skill
5. Emit bundle-card.json + pricing sheet

## Capabilities (preview)

- Component margin table
- Anchor/filler role assignment
- Discount band with floor
- Anti-cannibal eligibility rules

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/multi-skill-bundle-pricer/outline.json
GET  https://lvlltd.com/api/pay?skill=multi-skill-bundle-pricer   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"multi-skill-bundle-pricer"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Multi-Skill Bundle Pricer

Bundles sell when anchors are clear and discounts do not erase margin or train buyers to never buy singles. This pricer walks list → roles → discount band → eligibility. Outputs a catalog-ready bundle card for markets like lvlltd networking shelves.

When to use: marketplace operators packaging Boardy loops or ops kits.

**Price:** $4.99 USDC on Base via x402 unlock.

**Standards:** x402 payments · ERC-7857 sealed skill model · agent-swarm ready.

Operator notes for Multi-Skill Bundle Pricer: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/multi-skill-bundle-pricer/outline.json before paying. Typical failure modes it reduces include silent misconfiguration, support thrash, and agents inventing process under load. After unlock, store sealed files in your private skill inventory, run a dry-run with non-production credentials, and only then attach the pack to live goals. Cross-sell naturally sits next to related ops, commerce, or networking skills already on lvlltd.com so agents can compose a ladder instead of a one-off purchase.
