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

# Free sample — Agent Skill Onboarding Runbook

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

## Summary

First-hour checklist after unlocking a sealed agent skill pack.

## When to use

- Just unlocked a skill and need a safe install path
- Operators hand skills to junior agents
- Reducing “bought but never used” waste

## Decision criteria (buy vs skip)

- You need this when: Just unlocked a skill and need a safe install path
- You get capability: Install checklist with refuse-prod gates
- 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. Unpack sealed files; verify integrity if hash available
2. Map required secrets and tools; refuse prod if missing
3. Run dry-run eval cases shipped in pack or sample.md
4. Set kill criteria (cost, error rate) before live traffic
5. Emit onboarded.json status for fleet inventory

## Capabilities (preview)

- Install checklist with refuse-prod gates
- Dry-run eval harness outline
- Kill criteria before live
- Fleet inventory status object

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

## Sample excerpt

# Agent Skill Onboarding Runbook

Unlock is not install. Agents (and humans) often leave packs in Downloads. This runbook forces unpack → secrets → dry-run → kill criteria → inventory status. It is generic enough for most sealed skills yet specific about refuse-prod gates when tools or keys are missing.

When to use: immediately after any premium unlock; fleet managers standardizing skill adoption.

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

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

Operator notes for Agent Skill Onboarding Runbook: treat this as a capability pack you wire into real tools—not a certification or hosted SaaS. Pair it with free evaluation at /skills/agent-skill-onboarding-runbook/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.
