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

# Free sample — Warm Network Mapper

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

## Summary

Build a who-knows-who map from email/calendar history for intro sourcing.

## When to use

- Need intro paths to a target persona
- Calendar and email exist but no CRM graph
- Prioritizing who to ask for a warm intro

## Decision criteria (buy vs skip)

- You need this when: Need intro paths to a target persona
- You get capability: Edge extraction from events
- 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. Ingest contact events (meetings, threads) into edge candidates
2. Score edge strength from frequency, recency, and mutual threads
3. Query paths from seed to target with max hop limit
4. Rank ask-candidates by path strength and fatigue risk
5. Emit network-graph.json + intro-path.md

## Capabilities (preview)

- Edge extraction from events
- Strength/recency scoring
- Path query with hop limits
- Ask-candidate ranking

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

## Sample excerpt

# Warm Network Mapper

Warm intros need paths, not vibes. This mapper turns meetings and threads into a graph with strength and recency, then ranks multi-hop paths to a target without fatiguing the same connectors. Complements intro-quality-scorer (quality of a proposed intro) by finding who could make it.

Privacy note: run on data you own; strip sensitive bodies if needed.

When to use: Boardy agents, BD agents, founders mining their own history.

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

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

Operator notes for Warm Network Mapper: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/warm-network-mapper/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.
