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

# Free sample — Meeting Prep Brief Agent

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

## Summary

One-pager meeting brief: counterparty snapshot, talking points, landmines, success criteria.

## When to use

- Intro converted to meeting
- Agent joins call
- Consistent brief structure

## Decision criteria (buy vs skip)

- You need this when: Intro converted to meeting
- You get capability: Meeting briefs
- 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. Load context
2. Snapshot
3. Talking points
4. Landmines
5. Success criteria

## Capabilities (preview)

- Meeting briefs
- Talking points
- Landmine flags

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

## Sample excerpt

# Meeting Prep Brief Agent

**ID:** `meeting-prep-brief-agent`  
**Category:** Networking  
**Price:** $4.99 USDC  
**Tags:** boardy, networking, meeting-prep, brief, deals, calls  
**Tier:** networking  

## Summary

One-pager meeting brief: who they are, why the intro, talking points, landmines, and desired outcomes — ready for Boardy-style agents that join or staff calls.

## When to use

- An intro converted to a scheduled meeting
- Your agent joins or prepares a human for the call
- You need talking points + risk flags in under a minute
- You want consistent brief structure across all meetings

## Detailed description

**Meeting Prep Brief Agent** produces a structured prep pack:

1. **Counterparty snapshot** — role, company, stage, public signals  
2. **Why this meeting** — intro thesis + mutual value  
3. **Talking points** — 5–7 high-signal prompts  
4. **Landmines** — topics to avoid, status mismatches  
5. **Success criteria** — what “good” looks like (next step)  
6. **Open loops** — questions to close  

Output: `brief.md` + `brief.json` for agents and humans.

## Outline

1. Load parties + meeting context + intro scorecard (optional)
2. Build counterparty snapshot
3. Generate talking points and landmines
4. Define success criteria and open loops
5. Emit brief.md + brief.json

## Capabilities

- Structured meeting briefs for connector agents
- Talking-point generation from context
- Risk / landmine flags
- Success-criteria checklist for call outcomes
- Optional attach of prior intro scorecard

## Artifact outputs

- `brief.md` — one-pager for human or agent on the call
- `brief.json` — machine fields
- `talking_points[]`, `landmines[]`, `success_criteria[]`

## Boardy fit

Boardy Pro joins calls and helps close — this is the pre-call brain.

## Purchase (x402)

```
GET  https://lvlltd.com/skills/meeting-prep-brief-agent/outline.json
GET  https://lvlltd.com/api/pay?skill=meeting-prep-brief-agent
POST https://lvlltd.com/api/pay  X-PAYMENT: {"txHash","skill":"meeting-prep-brief-agent"}
```
