{
  "schemaVersion": "1.0",
  "item": {
    "slug": "warren-nft",
    "name": "Warren - On-Chain NFT Deploy",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/planetai87/warren-nft",
    "canonicalUrl": "https://clawhub.ai/planetai87/warren-nft",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/warren-nft",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=warren-nft",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "setup.sh",
      "SKILL.md",
      "deploy-nft.js"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/warren-nft"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/warren-nft",
    "agentPageUrl": "https://openagent3.xyz/skills/warren-nft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/warren-nft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/warren-nft/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Warren NFT - On-Chain NFT Collection Deployment",
        "body": "Deploy complete NFT collections with permanent on-chain image storage on MegaETH testnet.\nAll images are stored using SSTORE2 bytecode storage in a WarrenContainer, and each collection gets its own NFT contract with minting support.\n\nNetwork: MegaETH Testnet (Chain ID: 6343)\nRPC: https://carrot.megaeth.com/rpc\nExplorer: https://megaeth-testnet-v2.blockscout.com"
      },
      {
        "title": "How It Works",
        "body": "Your Images → SSTORE2 (on-chain) → WarrenContainer → WarrenLaunchedNFT\n                                     /images/1.png     tokenURI renders\n                                     /images/2.png     images on-chain\n                                     ...\n\nEach image is deployed as a Page contract (fractal tree for >15KB images)\nAll images are stored in a WarrenContainer NFT at /images/1.png, /images/2.png, etc.\nA WarrenLaunchedNFT contract is deployed referencing the container\nMinting is enabled and the collection is registered on megawarren.xyz"
      },
      {
        "title": "Setup (One Time)",
        "body": "cd {baseDir}\nbash setup.sh\n\nGet testnet ETH: https://docs.megaeth.com/faucet\nGenesis Key NFT auto-mints during first deployment (free on testnet)."
      },
      {
        "title": "Option 1: From Image Folder",
        "body": "Prepare a folder with numbered images:\n\nmy-art/\n├── 1.png\n├── 2.png\n├── 3.png\n└── ...\n\nDeploy:\n\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js \\\n  --images-folder ./my-art/ \\\n  --name \"Cool Robots\" \\\n  --symbol \"ROBOT\" \\\n  --description \"100 unique robot NFTs on-chain\" \\\n  --max-supply 100"
      },
      {
        "title": "Option 2: Auto-Generate SVG Art",
        "body": "Generate unique SVG art programmatically:\n\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js \\\n  --generate-svg 10 \\\n  --name \"Generative Art\" \\\n  --symbol \"GART\" \\\n  --description \"AI-generated on-chain art\""
      },
      {
        "title": "Full Configuration",
        "body": "PRIVATE_KEY=0x... node deploy-nft.js \\\n  --images-folder ./collection/ \\\n  --name \"Cyber Punks\" \\\n  --symbol \"CPUNK\" \\\n  --description \"On-chain cyberpunk collection\" \\\n  --max-supply 1000 \\\n  --whitelist-price 0.01 \\\n  --public-price 0.02 \\\n  --max-per-wallet 5 \\\n  --royalty-bps 500"
      },
      {
        "title": "CLI Options",
        "body": "OptionRequiredDefaultDescription--images-folder <path>*-Folder with image files--generate-svg <count>*-Generate random SVG art (1-256)--name <string>Yes-Collection name--symbol <string>Yes-Collection symbol (3-5 chars)--description <text>NoAutoCollection description--max-supply <number>NoImage countMaximum mintable NFTs--whitelist-price <eth>No0Whitelist mint price in ETH--public-price <eth>No0Public mint price in ETH--max-per-wallet <number>No10Mint limit per wallet--royalty-bps <number>No500Royalty (500 = 5%, max 1000 = 10%)\n\n* Either --images-folder or --generate-svg is required."
      },
      {
        "title": "Output",
        "body": "After deployment, you'll receive:\n\n🎉 NFT Collection Deployed!\n============================================================\nNFT Contract:  0xABC...\nContainer ID:  15\nImage Count:   10\nMax Supply:    100\nPublic Price:  0 ETH (Free)\n\n📋 Management: https://megawarren.xyz/launchpad/0xABC.../\n🎨 Mint Page:  https://megawarren.xyz/launchpad/0xABC.../mint\n============================================================\n\nManagement Page: Change mint state, prices, airdrop, withdraw funds\nMint Page: Public-facing page for minting your NFTs"
      },
      {
        "title": "Image Requirements",
        "body": "Formats: PNG, JPG, JPEG, SVG, GIF, WebP\nSize: Up to 500KB per image\nCount: 1-256 images per collection\nNaming: Sequential (1.png, 2.png) or alphabetical (auto-numbered)\nImages >15KB are automatically split using fractal tree architecture"
      },
      {
        "title": "Gas Costs (Testnet)",
        "body": "ComponentEstimated CostPer image chunk (15KB)~0.002 ETHContainer minting~0.001 ETHNFT contract deployment~0.003 ETH10 images (small)~0.03 ETH50 images (medium)~0.12 ETH100 images~0.25 ETH"
      },
      {
        "title": "Quick Test (3 SVGs)",
        "body": "cd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 3 --name \"Quick Test\" --symbol \"QT\""
      },
      {
        "title": "Medium Test (20 SVGs)",
        "body": "cd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 20 --name \"Art Collection\" --symbol \"ART\" --public-price 0.001"
      },
      {
        "title": "Full Test (100 SVGs)",
        "body": "cd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 100 --name \"Century\" --symbol \"C100\" --max-per-wallet 3"
      },
      {
        "title": "Contract Addresses (Testnet)",
        "body": "ContractAddressGenesis Key NFT0x954a7cd0e2f03041A6Abb203f4Cfd8E62D2aa692WarrenContainer0xabba293F4eC5811ed15549D11020Df79c7f1Fa0BContainerRenderer0x99D70834fdEB882297C97aD67b31B071f9c10E6D"
      },
      {
        "title": "Troubleshooting",
        "body": "\"No ETH\" → Get testnet ETH from https://docs.megaeth.com/faucet\n\n\"GenesisKeyRequired\" → Genesis Key auto-mints. If failing, check balance > 0.001 ETH\n\n\"Image exceeds 500KB\" → Resize or compress images before deployment\n\n\"Too many images\" → Maximum 256 images per container (TypeRegistry limit)\n\n\"TooManyFiles\" → Same as above, reduce image count\n\nDB registration warning → Non-critical. Collection still works on-chain. Management/mint pages will load from on-chain data."
      }
    ],
    "body": "Warren NFT - On-Chain NFT Collection Deployment\n\nDeploy complete NFT collections with permanent on-chain image storage on MegaETH testnet. All images are stored using SSTORE2 bytecode storage in a WarrenContainer, and each collection gets its own NFT contract with minting support.\n\nNetwork: MegaETH Testnet (Chain ID: 6343) RPC: https://carrot.megaeth.com/rpc Explorer: https://megaeth-testnet-v2.blockscout.com\n\nHow It Works\nYour Images → SSTORE2 (on-chain) → WarrenContainer → WarrenLaunchedNFT\n                                     /images/1.png     tokenURI renders\n                                     /images/2.png     images on-chain\n                                     ...\n\nEach image is deployed as a Page contract (fractal tree for >15KB images)\nAll images are stored in a WarrenContainer NFT at /images/1.png, /images/2.png, etc.\nA WarrenLaunchedNFT contract is deployed referencing the container\nMinting is enabled and the collection is registered on megawarren.xyz\nSetup (One Time)\ncd {baseDir}\nbash setup.sh\n\n\nGet testnet ETH: https://docs.megaeth.com/faucet Genesis Key NFT auto-mints during first deployment (free on testnet).\n\nDeploy NFT Collection\nOption 1: From Image Folder\n\nPrepare a folder with numbered images:\n\nmy-art/\n├── 1.png\n├── 2.png\n├── 3.png\n└── ...\n\n\nDeploy:\n\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js \\\n  --images-folder ./my-art/ \\\n  --name \"Cool Robots\" \\\n  --symbol \"ROBOT\" \\\n  --description \"100 unique robot NFTs on-chain\" \\\n  --max-supply 100\n\nOption 2: Auto-Generate SVG Art\n\nGenerate unique SVG art programmatically:\n\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js \\\n  --generate-svg 10 \\\n  --name \"Generative Art\" \\\n  --symbol \"GART\" \\\n  --description \"AI-generated on-chain art\"\n\nFull Configuration\nPRIVATE_KEY=0x... node deploy-nft.js \\\n  --images-folder ./collection/ \\\n  --name \"Cyber Punks\" \\\n  --symbol \"CPUNK\" \\\n  --description \"On-chain cyberpunk collection\" \\\n  --max-supply 1000 \\\n  --whitelist-price 0.01 \\\n  --public-price 0.02 \\\n  --max-per-wallet 5 \\\n  --royalty-bps 500\n\nCLI Options\nOption\tRequired\tDefault\tDescription\n--images-folder <path>\t*\t-\tFolder with image files\n--generate-svg <count>\t*\t-\tGenerate random SVG art (1-256)\n--name <string>\tYes\t-\tCollection name\n--symbol <string>\tYes\t-\tCollection symbol (3-5 chars)\n--description <text>\tNo\tAuto\tCollection description\n--max-supply <number>\tNo\tImage count\tMaximum mintable NFTs\n--whitelist-price <eth>\tNo\t0\tWhitelist mint price in ETH\n--public-price <eth>\tNo\t0\tPublic mint price in ETH\n--max-per-wallet <number>\tNo\t10\tMint limit per wallet\n--royalty-bps <number>\tNo\t500\tRoyalty (500 = 5%, max 1000 = 10%)\n\n* Either --images-folder or --generate-svg is required.\n\nOutput\n\nAfter deployment, you'll receive:\n\n🎉 NFT Collection Deployed!\n============================================================\nNFT Contract:  0xABC...\nContainer ID:  15\nImage Count:   10\nMax Supply:    100\nPublic Price:  0 ETH (Free)\n\n📋 Management: https://megawarren.xyz/launchpad/0xABC.../\n🎨 Mint Page:  https://megawarren.xyz/launchpad/0xABC.../mint\n============================================================\n\nManagement Page: Change mint state, prices, airdrop, withdraw funds\nMint Page: Public-facing page for minting your NFTs\nImage Requirements\nFormats: PNG, JPG, JPEG, SVG, GIF, WebP\nSize: Up to 500KB per image\nCount: 1-256 images per collection\nNaming: Sequential (1.png, 2.png) or alphabetical (auto-numbered)\nImages >15KB are automatically split using fractal tree architecture\nGas Costs (Testnet)\nComponent\tEstimated Cost\nPer image chunk (15KB)\t~0.002 ETH\nContainer minting\t~0.001 ETH\nNFT contract deployment\t~0.003 ETH\n10 images (small)\t~0.03 ETH\n50 images (medium)\t~0.12 ETH\n100 images\t~0.25 ETH\nStress Test Workflows\nQuick Test (3 SVGs)\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 3 --name \"Quick Test\" --symbol \"QT\"\n\nMedium Test (20 SVGs)\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 20 --name \"Art Collection\" --symbol \"ART\" --public-price 0.001\n\nFull Test (100 SVGs)\ncd {baseDir}\nPRIVATE_KEY=0x... node deploy-nft.js --generate-svg 100 --name \"Century\" --symbol \"C100\" --max-per-wallet 3\n\nContract Addresses (Testnet)\nContract\tAddress\nGenesis Key NFT\t0x954a7cd0e2f03041A6Abb203f4Cfd8E62D2aa692\nWarrenContainer\t0xabba293F4eC5811ed15549D11020Df79c7f1Fa0B\nContainerRenderer\t0x99D70834fdEB882297C97aD67b31B071f9c10E6D\nTroubleshooting\n\n\"No ETH\" → Get testnet ETH from https://docs.megaeth.com/faucet\n\n\"GenesisKeyRequired\" → Genesis Key auto-mints. If failing, check balance > 0.001 ETH\n\n\"Image exceeds 500KB\" → Resize or compress images before deployment\n\n\"Too many images\" → Maximum 256 images per container (TypeRegistry limit)\n\n\"TooManyFiles\" → Same as above, reduce image count\n\nDB registration warning → Non-critical. Collection still works on-chain. Management/mint pages will load from on-chain data."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/planetai87/warren-nft",
    "publisherUrl": "https://clawhub.ai/planetai87/warren-nft",
    "owner": "planetai87",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/warren-nft",
    "downloadUrl": "https://openagent3.xyz/downloads/warren-nft",
    "agentUrl": "https://openagent3.xyz/skills/warren-nft/agent",
    "manifestUrl": "https://openagent3.xyz/skills/warren-nft/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/warren-nft/agent.md"
  }
}