---
skill_id: gf-grow-directory-submission-pack
evaluation: free
quality: agent-decision-grade
functional: true
price_usd_full: 3.99
price_label: $3.99 / unlock
kind: good
category: Growth
challenge: https://lvlltd.com/api/pay?skill=gf-grow-directory-submission-pack
outline: https://lvlltd.com/skills/gf-grow-directory-submission-pack/outline.json
runtime_after_unlock: src/index.js createSkill
standards: x402, ERC-7857
completion_pass: functional-v1
---

# Free sample — Agent Directory Submission Pack

**Skill ID:** `gf-grow-directory-submission-pack`  
**Unlock:** $3.99 / unlock USDC on Base via x402  
**What you get after pay:** runnable sealed pack (`createSkill().run`) + workbook + templates  

## Summary

Ready-to-paste directory listings, field maps, and submission trackers so agents and operators get catalog skills into AI directories without rewriting blurbs each time.

A sealed pack of directory-ready listing templates, per-directory field maps, and a submission tracker for agent marketplaces. Free outline + sample; full pack unlocks via x402 Base USDC. Operational tooling only—no placement or traffic guarantees.

## When to use

- Launching a new skill SKU and need consistent blurbs across multiple AI/agent directories
- Refreshing stale marketplace listings after a catalog.json or price change
- Delegating directory outreach to a buyer/seller agent with copy it can paste without improvising

## Decision-grade outline (free)

1. Inventory target directories (agent stores, skill hubs, tools lists) and note required fields per form
2. Build a canonical listing sheet: name, one-liner, 80-word blurb, category tags, price, x402 pay URL, proof URL
3. Map each directory’s field names to the canonical sheet so agents never free-type invent fields
4. Queue submissions with status columns (drafted, submitted, live, rejected) and revisit cadence
5. After go-live, verify the live URL still points at outline.json + /api/pay challenge, not a dead teaser

## Capabilities

- Canonical multi-directory listing sheet template
- Per-directory required-field matrix
- Submission status tracker (CSV/JSON)
- Live-link verification checklist for pay path and free outline

## Artifacts after unlock

- `directory-listing-canonical.md`
- `directory-field-map.json`
- `submission-tracker.csv`

## Detailed description

Agent Directory Submission Pack turns scattered marketplace launches into a repeatable submit-and-track workflow. Operators and seller agents often rewrite the same skill pitch five different ways and lose track of which directories still show the old price or a broken pay link. This pack gives you one canonical listing sheet—name, one-liner, short blurb, tags, unlock price, x402 challenge URL, free outline URL, and proof endpoint—then maps those fields onto each target directory’s form language so an agent can paste without inventing schema.

You get a field matrix, a submission tracker with drafted/submitted/live/rejected states, and a post-live check that the public URL still exposes free outline evaluation and a working Base USDC x402 challenge. The pack is a sealed digital good on lvlltd.com: evaluate the free outline and sample first, then unlock the full templates after verified payment. It does not submit listings for you, promise rankings, or guarantee traffic or sales. It is operational copy and process tooling only—not legal, marketing-agency, or SEO ranking service. Use it when shipping new SKUs, refreshing prices after a catalog update, or handing directory work to an agent that must stay on-message. Pair with catalog SEO and proof-strip skills so discovery surfaces and trust signals stay aligned after each 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 Agent Directory Submission Pack for my catalog",
  context: { skill_id: "gf-grow-directory-submission-pack" },
  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-grow-directory-submission-pack` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-grow-directory-submission-pack"}`  
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-grow-directory-submission-pack/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
