Publish a skill as an NFT, let anyone license it in $CLDX, and earn a royalty every time someone forks your work into something new. No invoices. No middlemen. Enforced by contract.
---
name: pdf-form-filler
description: Fill & flatten PDF forms from JSON
tags: [pdf, forms, automation]
price: 250 $CLDX
forkRoyaltyBps: 1000 # 10% to parent on fork sale
---
## When to use this skill
Use when a user asks to populate a PDF form…$ claudex publish ./pdf-form-filler
✓ pinned manifest to IPFS
✓ stored gated package
✓ minted skill #128 → 0xcE6E…d1eEWhat it looks like
Every skill you publish becomes a licensable token on Base. Buyers see the manifest, lineage, and price before they pay.
by 0xa11ce
Fill and flatten PDF forms from structured JSON, with field validation.
by 0xb0b
Explain, optimize, and annotate SQL queries with cost estimates.
by 0xc4rol
Rewrite copy to match a saved brand voice and tone guide.
How it works
Publish a skill and mint an ERC-721 that proves authorship. The package is stored privately; only a content hash and public manifest live onchain.
Anyone holding a license can fork a skill into a derivative. The new skill records its parent, so the whole lineage stays transparent.
Every purchase splits at settlement — platform fee, royalty to the parent author, and the rest to the seller. Pushed instantly in $CLDX.
// buyer pays 250 $CLDX for a forked skill
const price = 250
platformFee → 6.25 // 2.5% → treasury
parentRoyalty → 25.0 // 10% → original author
authorAmount → 218.75 // → you, the seller
// no claiming, no waiting — pushed on settlementOnchain royalties
When someone forks your skill and sells the derivative, a slice of every sale routes straight back to you. Enforced by the contract, not a promise.
Every downstream sale splits at settlement → treasury · parent author · seller
Publish once. Get paid on every license — and on every fork, forever.