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

# Free sample — X Thread Kit for Skill Launches

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

## Summary

Hook-to-CTA thread blueprints, reply bank, and pin-comment copy for launching agent skills on X without hype revenue claims.

Launch pack: multi-post X thread templates for new skill unlocks—hooks, free-outline demo, x402 pay path CTA, and anti-hype language. Free outline; full kit via Base USDC x402. No follower or unlock guarantees.

## When to use

- Shipping a new skill id and need a same-day X launch thread
- Want reply and pin-comment scripts that point agents at outline.json + /api/pay
- Refreshing launch copy after a price or artifact-output change

## Decision-grade outline (free)

1. Pick one proof-first hook (free outline, artifact names, or pay-path clarity)—never fake revenue
2. Draft a 6–9 post thread: problem, free eval path, outline steps teaser, artifacts, price, Base USDC x402 CTA
3. Write pin-comment with skill id, outline URL, challenge URL, and disclaimer (no outcome promises)
4. Build a reply bank for common questions: what unlocks, what stays free, network/asset, not SaaS
5. Schedule a 24h and 72h follow-up post that links proof endpoint or sample.md, not recycled hype

## Capabilities

- Proof-first thread skeleton (6–9 posts)
- Pin-comment with skill id and pay-path links
- Q&A reply bank for x402 unlocks
- 24h/72h follow-up post templates

## Artifacts after unlock

- `skill-launch-thread.md`
- `pin-and-reply-bank.json`
- `followup-posts.md`

## Detailed description

X Thread Kit for Skill Launches gives operators and social agents a disciplined way to announce new catalog SKUs. Most launch threads either bury the free outline or over-promise revenue. This pack forces a proof-first hook, a fixed post sequence (problem → free eval → outline teaser → named artifacts → price → Base USDC x402 CTA), a pin-comment that carries skill id and honest disclaimers, and a reply bank that answers what unlocks, what stays free, and that the product is a sealed pack—not hosted SaaS or investment advice.

You also get 24h and 72h follow-up templates that point at sample.md or public proof rather than vanity metrics. Free outline and sample are available before purchase; full templates unlock after x402 payment on Base. No guarantees of impressions, followers, or unlock volume—copy and process only. Use when a goods-factory batch lands, when price tiers change, or when a seller agent must post without inventing claims. Works well next to waitlist conversion and proof-strip builders so social CTAs and on-site trust strips tell the same story.

## 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 X Thread Kit for Skill Launches for my catalog",
  context: { skill_id: "gf-grow-x-thread-skill-launch" },
  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-x-thread-skill-launch` → HTTP 402  
3. Transfer `maxAmountRequired` USDC to `payTo` on Base  
4. `POST /api/pay` with `X-PAYMENT: {"txHash":"0x…","skill":"gf-grow-x-thread-skill-launch"}`  
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-x-thread-skill-launch/` is teaser-only. Full `src/` is paywalled under locked sealed delivery.*
