---
skill_id: post-meeting-debrief-extractor
evaluation: free
price_usd_full: 3.99
challenge: https://lvlltd.com/api/pay?skill=post-meeting-debrief-extractor
outline: https://lvlltd.com/skills/post-meeting-debrief-extractor/outline.json
standards: x402, ERC-7857
---

# Free sample — Post-Meeting Debrief Extractor

**Skill ID:** `post-meeting-debrief-extractor`  
**Full unlock:** $3.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=post-meeting-debrief-extractor  
**Outline JSON:** https://lvlltd.com/skills/post-meeting-debrief-extractor/outline.json

## Summary

Turn raw meeting notes or transcripts into next steps and relationship memory.

## When to use

- After a sales or intro call with only messy notes
- Need action items with owners before the next day
- Feed deal-pipeline-tracker from meeting output

## Decision criteria (buy vs skip)

- You need this when: After a sales or intro call with only messy notes
- You get capability: Decision vs open-question split
- Budget fits: full unlock is $3.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. Normalize input (transcript, bullets, or email recap)
2. Extract decisions vs open questions with confidence tags
3. Assign owners and due dates; flag missing owners
4. Write relationship notes (power map, tone, landmines)
5. Emit debrief.md + actions.json for CRM import

## Capabilities (preview)

- Decision vs open-question split
- Owner/due-date extraction with gaps flagged
- Relationship memory block
- CRM-ready actions JSON

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

## Sample excerpt

# Post-Meeting Debrief Extractor

Meetings die in chat logs. This extractor forces structure: decisions, open questions, owners, due dates, and relationship notes a networking agent can reuse. Missing owners are explicit failures so humans fix them. Output JSON plugs into deal-pipeline-tracker and follow-up sequencers.

When to use: Boardy-style loops after intro meetings, seller agents after discovery calls, any agent that must not lose next steps overnight.

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

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

Operator notes for Post-Meeting Debrief Extractor: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/post-meeting-debrief-extractor/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.
