---
skill_id: bundle-networking-agent-full-loop
evaluation: free
price_usd_full: 14.99
challenge: https://lvlltd.com/api/pay?skill=bundle-networking-agent-full-loop
outline: https://lvlltd.com/skills/bundle-networking-agent-full-loop/outline.json
standards: x402, ERC-7857
---

# Free sample — Networking Agent Full Loop

**Skill ID:** `bundle-networking-agent-full-loop`  
**Full unlock:** $14.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=bundle-networking-agent-full-loop  
**Outline JSON:** https://lvlltd.com/skills/bundle-networking-agent-full-loop/outline.json

## Summary

Score intros → draft warm messages → prep meetings → sequence deal follow-ups as one ordered stack.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Score candidate intro with Intro Quality Scorer
- If go: draft with Warm Intro Message Generator

## Decision criteria (buy vs skip)

- You need this when: You want a multi-step agent workflow, not one-off skills
- You get capability: Single x402 unlock for all member sealed packs
- Budget fits: full unlock is $14.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. Step 1: intro-quality-scorer
2. Step 2: warm-intro-message-generator
3. Step 3: meeting-prep-brief-agent
4. Step 4: deal-followup-sequencer

## Capabilities (preview)

- Single x402 unlock for all member sealed packs
- Declared execution / handoff order
- Saves $3.97 vs buying parts ($18.96 → $14.99)

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

## Sample excerpt

# Networking Agent Full Loop

**Price:** $14.99 USDC  
**Category:** networking  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** networking, boardy, deals, bundle, workflow  

## Summary

Score intros → draft warm messages → prep meetings → sequence deal follow-ups as one ordered stack.

## Description

A working multi-step networking workflow, not just a discount. One x402 unlock releases all four sealed member packs with a declared handoff order agents can run end-to-end.

## When to use

- You want a multi-step agent workflow, not one-off skills
- Buying members separately would cost more
- Score candidate intro with Intro Quality Scorer
- If go: draft with Warm Intro Message Generator

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"bundle-networking-agent-full-loop"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/bundle-networking-agent-full-loop/src/index.js'`

## Standards

- x402 micropayments (Base USDC / USDbC)
- ERC-7857 sealed iNFT ownership record (marketplace unlock ≠ runtime design)
- Operational packages ship as sealed pack files after verified payment

## Safety

- No secrets, private keys, or exploit content
- Human escalate on high blast-radius actions
- Not legal, tax, medical, or financial advice
