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

# Free sample — Skill Profitability Scorecard

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

## Summary

Cost-to-produce vs revenue-per-skill for kill/keep decisions.

## When to use

- Catalog has many stubs eating attention
- Need a monthly keep/kill for skill shelf
- Justifying premium pricing with unit economics

## Decision criteria (buy vs skip)

- You need this when: Catalog has many stubs eating attention
- You get capability: Ledger-linked revenue column
- 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. Pull confirmed volume by skill from ledger (never invent)
2. Estimate authoring + support hours at loaded cost
3. Compute contribution and payback vs list price
4. Tag keep / revise / kill with evidence notes
5. Emit scorecard.csv + monthly review agenda

## Capabilities (preview)

- Ledger-linked revenue column
- Loaded cost model for authoring
- Keep/kill/revise tags
- Review agenda template

## 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/skill-profitability-scorecard/outline.json
GET  https://lvlltd.com/api/pay?skill=skill-profitability-scorecard   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"skill-profitability-scorecard"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Skill Profitability Scorecard

Markets drown in SKUs. This scorecard forces honest math: confirmed unlocks only, authoring hours, support load, contribution. Tags keep/revise/kill with notes for a monthly review. Aligns with revenue-truth-ledger philosophy—no vanity volume.

When to use: operators pruning catalogs; founders deciding what to flesh out next.

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

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

Operator notes for Skill Profitability Scorecard: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/skill-profitability-scorecard/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.
