---
skill_id: gf-pc-agent-cart-analytics-kit
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 5.99
price_label: $5.99 / unlock
kind: good
category: Commerce
challenge: https://lvlltd.com/api/pay?skill=gf-pc-agent-cart-analytics-kit
outline: https://lvlltd.com/skills/gf-pc-agent-cart-analytics-kit/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Agent Cart Analytics Kit

**Skill ID:** `gf-pc-agent-cart-analytics-kit`  
**Unlock:** $5.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Event taxonomy, funnel boards, and privacy-safe metrics for agent-mediated carts from quote view through USDC settle and unlock.

Analytics design pack for agent commerce funnels: cart events, drop-off stage labels, segment dimensions, and dashboard tiles that track operational health without fabricating conversion rates or collecting unnecessary personal data.

## When to use

- You need a shared event taxonomy for agent carts before instrumenting product analytics
- Drop-off reviews mix human web and agent channels and need comparable stage names
- Leadership wants confirmed-settle and unlock tiles without vanity revenue claims

## Decision-grade outline (free)

1. Publish an event catalog—quote_viewed, cart_built, fee_shown, pay_prompted, settle_confirmed, unlock_sealed—with required properties per event
2. Define stage funnels that separate agent-channel from human-channel entry so boards stay segment-honest
3. Specify metric tiles for settle confirm rate, unlock latency, and abandon stage share using formulas you compute from your data
4. Write dimension notes for SKU, price band, and referral agent that exclude personal identity fields by default
5. Add data retention and export redaction guidance so analytics dumps stay order-centric rather than PII-heavy

## Capabilities

- Agent cart event taxonomy
- Channel-separated funnel definitions
- Operational metric tile specs
- SKU and referral dimension notes
- Retention and redaction guidance

## Artifacts after unlock

- `agent-cart-event-taxonomy.json`
- `cart-funnel-stage-map.md`
- `cart-metric-tile-specs.md`
- `analytics-redaction-guide.md`

## Detailed description

Agent Cart Analytics Kit gives marketplace and agent-store teams a shared language for measuring quote-to-unlock paths without inventing performance marketing claims. The event catalog names stages from quote_viewed through settle_confirmed and unlock_sealed with required properties so instrumentation stays consistent across agent and human channels. Funnel maps force channel separation so mixed traffic does not produce misleading boards. Metric tile specs describe how to compute settle confirm share, unlock latency, and abandon stage mix from your own logs—placeholders never include fake conversion percentages. Dimensions focus on SKU, price band, and referral agent identifiers while defaulting away from personal identity fields. Retention and redaction notes support careful exports for support and partner reviews. Free outline eval lets you compare the taxonomy to your current tracking plan before unlock. The sealed good purchases via x402 Base USDC. This kit is analytics design documentation only—not legal, financial, or marketing-performance advice—and it makes no revenue, GMV, or conversion guarantees. Wire events to your own warehouse and privacy policy; treat sample boards as structure, not live KPIs.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Agent Cart Analytics Kit for my catalog",
  context: { skill_id: "gf-pc-agent-cart-analytics-kit" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-pc-agent-cart-analytics-kit` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pc-agent-cart-analytics-kit"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-pc-agent-cart-analytics-kit/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
