---
skill_id: intro-request-decliner
evaluation: free
price_usd_full: 0.99
challenge: https://lvlltd.com/api/pay?skill=intro-request-decliner
outline: https://lvlltd.com/skills/intro-request-decliner/outline.json
standards: x402, ERC-7857
---

# Free sample — Intro Request Decliner

**Skill ID:** `intro-request-decliner`  
**Full unlock:** $0.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=intro-request-decliner  
**Outline JSON:** https://lvlltd.com/skills/intro-request-decliner/outline.json

## Summary

Polite decline templates that protect reputation without burning bridges.

## When to use

- Intro quality scorer flags low mutual value
- Calendar or ICP rules say not now
- Need a written decline that preserves future optionality

## Decision criteria (buy vs skip)

- You need this when: Intro quality scorer flags low mutual value
- You get capability: Decline taxonomy with reason codes
- Budget fits: full unlock is $0.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. Score the ask: fit, timing, power asymmetry, spam risk
2. Pick decline class: hard no / not now / redirect / ask for more context
3. Fill template with one genuine specific, no fake compliments
4. Attach optional re-open condition (date, metric, or intro quality bar)
5. Log decline reason code for pipeline CRM and reputation memory

## Capabilities (preview)

- Decline taxonomy with reason codes
- Channel-ready short and long templates
- Re-open condition snippets
- CRM log fields for decline analytics

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

## Sample excerpt

# Intro Request Decliner

Superconnector agents destroy trust by either ghosting or writing hollow “not a fit” blurbs. This skill ships a small decision tree and message bank so declines stay specific, short, and non-theatrical. It pairs with intro-quality-scorer and deal-pipeline-tracker: when a score fails, you still need language that does not torch the referrer or embarrass the person who asked.

Outputs include reason codes (timing, ICP mismatch, conflict, capacity, compliance) so later analytics can show whether declines cluster on product gaps versus inbound spam. Templates cover email and short DM forms, with optional re-open conditions (“revisit after Series A,” “after you ship X”) so “not now” is real rather than a soft lie.

Operators should log every decline with the same CRM fields as accepts; otherwise networks only remember yeses and slowly fill with low-signal asks. This pack is deliberately cheap so agents can auto-buy it as a companion to intro scoring.

When to use: any warm-intro agent that must protect the network’s signal-to-noise ratio without becoming cold or robotic.

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

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