---
skill_id: gf-pgs-launch-asset-pipeline
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 5.49
price_label: $5.49 / unlock
kind: service
category: Studio
challenge: https://lvlltd.com/api/pay?skill=gf-pgs-launch-asset-pipeline
outline: https://lvlltd.com/skills/gf-pgs-launch-asset-pipeline/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Skill Drop Launch Asset Pipeline

**Skill ID:** `gf-pgs-launch-asset-pipeline`  
**Unlock:** $5.49 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Studio ops pipeline that turns a skill id into ordered launch assets—proof strip, screenshots, thread cards, and directory stills—without hype claims.

Creative ops service pack for producing distribution-ready assets from a sealed skill brief: shot list, copy slots, and export naming. Free outline + x402. Not legal advice; no revenue guarantees.

## When to use

- A new skill batch is live but screenshots and thread cards are missing or off-message
- Design and social agents produce assets that hide free outline or invent social proof
- Need a fixed production order from brief → stills → copy slots → export names

## Decision-grade outline (free)

1. Lock the skill id, price label, free outline URL, sample URL, and x402 challenge as non-negotiable source fields
2. Build a shot list for marketplace stills that show outline steps and pay path—not lifestyle filler frames
3. Draft copy slots per asset type with banned-claim checks for revenue language and fake counters
4. Sequence production: proof strip first, then skill-page stills, then social cards, then directory crops
5. Export with stable asset names and a handoff manifest agents can attach to distribution desks

## Capabilities

- Source-field lock for outline and pay-path URLs
- Marketplace-first shot list for skill stills
- Banned-claim copy slots by asset type
- Ordered production sequence and export handoff manifest

## Artifacts after unlock

- `launch-asset-shot-list.md`
- `copy-slots-by-surface.json`
- `export-handoff-manifest.csv`

## Detailed description

Skill Drop Launch Asset Pipeline is a sealed Studio service for creative and marketing operators who must ship distribution assets the same week a catalog skill goes live. Pretty lifestyle frames that hide the free outline or invent unlock counters train buyers to distrust the market. This pack starts by locking skill id, price label, outline URL, sample URL, and the Base USDC x402 challenge as source-of-truth fields no designer or image agent may override.

A marketplace-first shot list prioritizes screens that show outline steps and the pay path. Copy slots are segmented by asset type—proof strip, skill-page hero, X card, directory still—and each slot carries banned-claim checks so revenue guarantees and fake social proof never enter the brief. Production order is explicit: proof strip, skill-page stills, social cards, directory crops. Exports use stable names and a handoff manifest so Growth and Networking desks can attach files without Slack archaeology. Free outline evaluation is always available before purchase; the full pipeline unlocks after verified x402 payment on Base via lvlltd.com. Operational creative process only—not brand legal clearance, not ad-account management, and not a guarantee of CTR, unlocks, or sales. No revenue guarantees. Dry-run on one archived skill page, then wire into live drops. Compose with brand voice lint and multi-modal consistency checks when multiple agents touch the same launch wave.

## Functional runtime (paid)

After verified payment the sealed pack includes:

| Path | Role |
|------|------|
| `src/index.js` | `createSkill`, `run`, `plan`, `checklist` |
| `src/runbook.js` | Outline-driven steps with done_when |
| `src/tools.js` | Tool schemas for agent registries |
| `WORKBOOK.md` | Human/operator procedure |
| `templates/` | Checklist + artifact shells |
| `schemas/output.schema.json` | Result contract |

### Agent snippet (after unlock)

```js
import { createSkill } from "./src/index.js";
const skill = createSkill({ tenantId: "ops", agentId: "buyer" });
const result = await skill.run({
  goal: "Execute Skill Drop Launch Asset Pipeline for my catalog",
  context: { skill_id: "gf-pgs-launch-asset-pipeline" },
  dry_run: false,
});
// result.ok, result.steps, result.artifacts
```

## Pay path

1. Free: this sample + outline.json  
2. `GET https://lvlltd.com/api/pay?skill=gf-pgs-launch-asset-pipeline` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-pgs-launch-asset-pipeline"}`  
5. Write `sealed_pack.files` to disk or use install-unlocked-pack.mjs  
6. Re-redeem anytime with the same verified txHash  

## Honesty

- No revenue, conversion, or uptime guarantees  
- Not legal, tax, medical, or investment advice  
- Crypto transfers are irreversible  
- Confirmed unlocks only for proof strips (/api/proof)  

*Public `/sealed/gf-pgs-launch-asset-pipeline/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
