---
skill_id: meeting-scheduler-negotiator
evaluation: free
price_usd_full: 5.99
challenge: https://lvlltd.com/api/pay?skill=meeting-scheduler-negotiator
outline: https://lvlltd.com/skills/meeting-scheduler-negotiator/outline.json
standards: x402, ERC-7857
---

# Free sample — Meeting Scheduler / Calendar Negotiator

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

## Summary

Turn “let’s meet” into a booked time: propose slots, negotiate constraints, and emit confirm/reschedule messages.

## When to use

- Parties agreed to meet but no time is set
- Timezone/duration/medium need negotiation
- Stop-rules when scheduling stalls

## Decision criteria (buy vs skip)

- You need this when: Parties agreed to meet but no time is set
- You get capability: Multi-party slot negotiation plan
- Budget fits: full unlock is $5.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. Capture parties and constraints
2. Propose initial slots
3. Generate counter/confirm copy
4. Attach stop rules
5. Emit booking payload or stall handoff

## Capabilities (preview)

- Multi-party slot negotiation plan
- Timezone-aware slot suggestions
- Channel-ready message drafts
- Booking state machine
- ICS-oriented event 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/meeting-scheduler-negotiator/outline.json
GET  https://lvlltd.com/api/pay?skill=meeting-scheduler-negotiator   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"meeting-scheduler-negotiator"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Meeting Scheduler / Calendar Negotiator

**ID:** `meeting-scheduler-negotiator`  
**Category:** Networking  
**Price:** $5.99 USDC  
**Tags:** boardy, scheduling, calendar, negotiation, deals, meetings  
**Tier:** premium  

## Summary

Turn “let’s meet” into a booked time: propose slots, negotiate constraints, and emit confirm/reschedule messages without endless human back-and-forth.

## When to use

- Boardy Pro or deal agents after intro acceptance
- Two parties agreed to meet but no time is set
- Timezone / duration / medium constraints need negotiation
- You want a stop-rule when scheduling stalls

## Detailed description

**Meeting Scheduler / Calendar Negotiator** produces a scheduling thread plan:

| Field | Purpose |
|-------|---------|
| Proposed slots | 3–5 options with timezone |
| Constraints | duration, medium (Zoom/phone), blackouts |
| Message drafts | open, counter, confirm, breakup |
| State machine | proposed → negotiating → booked / stalled / cancelled |
| Handoff | calendar invite fields (ICS-ready JSON) |

Does not access Google Calendar APIs by itself — emits the **negotiation + message OS** agents wire into their calendar tools.

## Outline

1. Capture parties + constraints
2. Propose initial slots
3. Generate counter/confirm copy
4. Attach stop rules (N rounds, no reply)
5. Emit booking payload or stall handoff

## Capabilities

- Multi-party slot negotiation plan
- Timezone-aware slot suggestions (from inputs)
- Channel-ready message drafts
- Booking state machine
- ICS-oriented event JSON

## Artifact outputs

- `schedule_plan.json`
- `messages/` open, counter, confirm, breakup
- `event.json` — title, start/end, attendees, location/link
- `status` — proposed | booked | stalled | cancelled

## Boardy fit

Closes the gap between warm intro and actual meeting.

## Purchase (x402)

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