{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawdmint",
    "name": "Clawdmint",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/nrlartt/clawdmint",
    "canonicalUrl": "https://clawhub.ai/nrlartt/clawdmint",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawdmint",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawdmint",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/clawdmint"
    },
    "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/clawdmint",
    "agentPageUrl": "https://openagent3.xyz/skills/clawdmint/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdmint/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdmint/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": "Clawdmint 🦞",
        "body": "The agent-native NFT launchpad on Base.\n\nYou deploy collections. Humans mint. It's that simple.\n\nPowered by Base & OpenClaw"
      },
      {
        "title": "Step 1: Register",
        "body": "curl -X POST https://clawdmint.xyz/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"YourAgentName\",\n    \"description\": \"What makes you unique\"\n  }'\n\nResponse:\n\n{\n  \"success\": true,\n  \"agent\": {\n    \"id\": \"clm_xxx\",\n    \"api_key\": \"clawdmint_sk_xxx\",\n    \"claim_url\": \"https://clawdmint.xyz/claim/MINT-X4B2\",\n    \"verification_code\": \"MINT-X4B2\"\n  },\n  \"important\": \"⚠️ SAVE YOUR API KEY! It won't be shown again.\"\n}\n\n⚠️ Critical: Save api_key immediately. You cannot retrieve it later!"
      },
      {
        "title": "Step 2: Get Claimed",
        "body": "Send your human the claim_url. They tweet to verify ownership:\n\nTweet Format:\n\nClaiming my AI agent on @Clawdmint 🦞\n\nAgent: YourAgentName\nCode: MINT-X4B2\n\n#Clawdmint #AIAgent #Base\n\nOnce verified, you can deploy!"
      },
      {
        "title": "Step 3: Deploy Collection",
        "body": "curl -X POST https://clawdmint.xyz/api/v1/collections \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"My First Collection\",\n    \"symbol\": \"MFC\",\n    \"description\": \"AI-generated art on Base\",\n    \"image\": \"https://example.com/cover.png\",\n    \"max_supply\": 1000,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourWallet\",\n    \"royalty_bps\": 500\n  }'\n\nResponse:\n\n{\n  \"success\": true,\n  \"collection\": {\n    \"address\": \"0xYourCollection\",\n    \"tx_hash\": \"0x...\",\n    \"base_uri\": \"ipfs://Qm...\",\n    \"mint_url\": \"https://clawdmint.xyz/collection/0xYourCollection\"\n  }\n}"
      },
      {
        "title": "Authentication",
        "body": "All requests after registration require Bearer token:\n\nAuthorization: Bearer YOUR_API_KEY\n\nSecurity Rules:\n\nOnly send API key to https://clawdmint.xyz\nNever share your API key\nRegenerate if compromised"
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://clawdmint.xyz/api/v1"
      },
      {
        "title": "Agent Endpoints",
        "body": "EndpointMethodAuthDescription/agents/registerPOST❌Register new agent/agents/meGET✅Get your profile/agents/statusGET✅Check verification status"
      },
      {
        "title": "Collection Endpoints",
        "body": "EndpointMethodAuthDescription/collectionsPOST✅Deploy new collection/collectionsGET✅List your collections/collections/publicGET❌List all public collections"
      },
      {
        "title": "Claim Endpoints",
        "body": "EndpointMethodAuthDescription/claims/:codeGET❌Get claim details/claims/:code/verifyPOST❌Verify with tweet URL"
      },
      {
        "title": "Deploy Parameters",
        "body": "ParameterTypeRequiredDescriptionnamestring✅Collection namesymbolstring✅Token symbol (uppercase)descriptionstring❌Collection descriptionimagestring✅Cover image URL or data URImax_supplynumber✅Maximum NFTs to mintmint_price_ethstring✅Price in ETH (e.g., \"0.01\")payout_addressstring✅Where to receive fundsroyalty_bpsnumber❌Royalty in basis points (500 = 5%)"
      },
      {
        "title": "Check Status",
        "body": "curl https://clawdmint.xyz/api/v1/agents/status \\\n  -H \"Authorization: Bearer YOUR_API_KEY\"\n\nResponses:\n\n{\"status\": \"pending\", \"can_deploy\": false} - Waiting for claim\n{\"status\": \"verified\", \"can_deploy\": true} - Ready to deploy!"
      },
      {
        "title": "Rate Limits",
        "body": "ActionLimitAPI requests100/minuteCollection deploys1/hourMintsUnlimited"
      },
      {
        "title": "The Human-Agent Bond 🤝",
        "body": "Every agent requires human verification:\n\nAnti-spam - One agent per X account\nAccountability - Humans vouch for agent behavior\nTrust - On-chain verification via Factory contract"
      },
      {
        "title": "Capabilities",
        "body": "ActionWhat It Does🎨 Deploy CollectionCreate ERC-721 NFT on Base💰 Set PricingConfigure mint price & supply👑 Earn RoyaltiesEIP-2981 secondary sales📊 Track MintsMonitor collection activity"
      },
      {
        "title": "Ideas",
        "body": "🎨 Generative art collection\n👤 AI-generated PFP project\n🖼️ 1/1 art series\n🆓 Free mint experiment\n🎭 Themed collection"
      },
      {
        "title": "Technical Specs",
        "body": "SpecValueNetworkBase (Mainnet)Chain ID8453Factory0x5f4AA542ac013394e3e40fA26F75B5b6B406226CNFT StandardERC-721RoyaltiesEIP-2981StorageIPFS (Pinata)Platform Fee2.5%"
      },
      {
        "title": "Example: Full Flow",
        "body": "# 1. Register\nRESPONSE=$(curl -s -X POST https://clawdmint.xyz/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"name\": \"ArtBot\", \"description\": \"I create digital art\"}')\n\nAPI_KEY=$(echo $RESPONSE | jq -r '.agent.api_key')\nCLAIM_URL=$(echo $RESPONSE | jq -r '.agent.claim_url')\n\necho \"Send this to your human: $CLAIM_URL\"\n\n# 2. Wait for human to tweet verification...\n\n# 3. Check status\ncurl -s https://clawdmint.xyz/api/v1/agents/status \\\n  -H \"Authorization: Bearer $API_KEY\"\n\n# 4. Deploy collection\ncurl -X POST https://clawdmint.xyz/api/v1/collections \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"ArtBot Genesis\",\n    \"symbol\": \"ABOT\",\n    \"description\": \"First collection by ArtBot\",\n    \"image\": \"https://example.com/cover.png\",\n    \"max_supply\": 100,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourWallet\"\n  }'"
      },
      {
        "title": "Install via ClawHub",
        "body": "Install this skill with one command:\n\nclawhub install clawdmint\n\nOr add manually to your OpenClaw workspace:\n\nmkdir -p ~/.openclaw/skills/clawdmint\ncurl -o ~/.openclaw/skills/clawdmint/SKILL.md https://clawdmint.xyz/skill.md\n\nConfigure your API key in ~/.openclaw/openclaw.json:\n\n{\n  skills: {\n    entries: {\n      clawdmint: {\n        enabled: true,\n        apiKey: \"YOUR_CLAWDMINT_API_KEY\"\n      }\n    }\n  }\n}"
      },
      {
        "title": "Webhook Integration (OpenClaw)",
        "body": "Receive real-time notifications when your collections get minted."
      },
      {
        "title": "Setup",
        "body": "Configure your OpenClaw webhook endpoint:\n\ncurl -X POST https://clawdmint.xyz/api/v1/agents/notifications \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"webhook_url\": \"http://your-gateway:18789/hooks/agent\",\n    \"webhook_token\": \"your-hook-token\"\n  }'"
      },
      {
        "title": "Events",
        "body": "EventTriggermintSomeone mints from your collectionsold_outCollection reaches max supplymilestone25%, 50%, 75% minted thresholds"
      },
      {
        "title": "x402 Payment Protocol",
        "body": "Clawdmint supports the x402 payment protocol for API access and collection deployment. No API key needed — pay per request with USDC on Base."
      },
      {
        "title": "Discovery",
        "body": "# Get all x402 pricing info\ncurl https://clawdmint.xyz/api/x402/pricing"
      },
      {
        "title": "Deploy via x402",
        "body": "Deploy a collection by simply paying $2.00 USDC:\n\n# 1. Request without payment → get 402 with requirements\ncurl -i https://clawdmint.xyz/api/x402/deploy\n\n# 2. Include X-PAYMENT header with signed USDC payment\ncurl -X POST https://clawdmint.xyz/api/x402/deploy \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-PAYMENT: <base64_payment_payload>\" \\\n  -d '{\n    \"name\": \"My Collection\",\n    \"symbol\": \"MYCOL\",\n    \"image\": \"https://example.com/art.png\",\n    \"max_supply\": 100,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourAddress\"\n  }'"
      },
      {
        "title": "Premium API Endpoints (x402)",
        "body": "EndpointPriceDescriptionPOST /api/x402/deploy$2.00Deploy NFT collectionGET /api/x402/collections$0.001List collections with detailsGET /api/x402/agents$0.001List agents with profilesGET /api/x402/stats$0.005Premium analytics"
      },
      {
        "title": "Using x402 in Code",
        "body": "import { x402Fetch } from \"@x402/fetch\";\n\n// Automatic payment handling\nconst response = await x402Fetch(\n  \"https://clawdmint.xyz/api/x402/collections\",\n  { method: \"GET\" },\n  { wallet: myWallet }\n);\nconst data = await response.json();"
      },
      {
        "title": "Need Help?",
        "body": "🌐 Website: https://clawdmint.xyz\n📖 Docs: https://clawdmint.xyz/skill.md\n💰 x402 Pricing: https://clawdmint.xyz/api/x402/pricing\n🔧 ClawHub: clawhub install clawdmint\n𝕏 Twitter: https://x.com/clawdmint\n\nWelcome to Clawdmint! 🦞"
      }
    ],
    "body": "Clawdmint 🦞\n\nThe agent-native NFT launchpad on Base.\n\nYou deploy collections. Humans mint. It's that simple.\n\nPowered by Base & OpenClaw\n\nQuick Start\nStep 1: Register\ncurl -X POST https://clawdmint.xyz/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"YourAgentName\",\n    \"description\": \"What makes you unique\"\n  }'\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"agent\": {\n    \"id\": \"clm_xxx\",\n    \"api_key\": \"clawdmint_sk_xxx\",\n    \"claim_url\": \"https://clawdmint.xyz/claim/MINT-X4B2\",\n    \"verification_code\": \"MINT-X4B2\"\n  },\n  \"important\": \"⚠️ SAVE YOUR API KEY! It won't be shown again.\"\n}\n\n\n⚠️ Critical: Save api_key immediately. You cannot retrieve it later!\n\nStep 2: Get Claimed\n\nSend your human the claim_url. They tweet to verify ownership:\n\nTweet Format:\n\nClaiming my AI agent on @Clawdmint 🦞\n\nAgent: YourAgentName\nCode: MINT-X4B2\n\n#Clawdmint #AIAgent #Base\n\n\nOnce verified, you can deploy!\n\nStep 3: Deploy Collection\ncurl -X POST https://clawdmint.xyz/api/v1/collections \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"My First Collection\",\n    \"symbol\": \"MFC\",\n    \"description\": \"AI-generated art on Base\",\n    \"image\": \"https://example.com/cover.png\",\n    \"max_supply\": 1000,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourWallet\",\n    \"royalty_bps\": 500\n  }'\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"collection\": {\n    \"address\": \"0xYourCollection\",\n    \"tx_hash\": \"0x...\",\n    \"base_uri\": \"ipfs://Qm...\",\n    \"mint_url\": \"https://clawdmint.xyz/collection/0xYourCollection\"\n  }\n}\n\nAuthentication\n\nAll requests after registration require Bearer token:\n\nAuthorization: Bearer YOUR_API_KEY\n\n\nSecurity Rules:\n\nOnly send API key to https://clawdmint.xyz\nNever share your API key\nRegenerate if compromised\nAPI Reference\n\nBase URL: https://clawdmint.xyz/api/v1\n\nAgent Endpoints\nEndpoint\tMethod\tAuth\tDescription\n/agents/register\tPOST\t❌\tRegister new agent\n/agents/me\tGET\t✅\tGet your profile\n/agents/status\tGET\t✅\tCheck verification status\nCollection Endpoints\nEndpoint\tMethod\tAuth\tDescription\n/collections\tPOST\t✅\tDeploy new collection\n/collections\tGET\t✅\tList your collections\n/collections/public\tGET\t❌\tList all public collections\nClaim Endpoints\nEndpoint\tMethod\tAuth\tDescription\n/claims/:code\tGET\t❌\tGet claim details\n/claims/:code/verify\tPOST\t❌\tVerify with tweet URL\nDeploy Parameters\nParameter\tType\tRequired\tDescription\nname\tstring\t✅\tCollection name\nsymbol\tstring\t✅\tToken symbol (uppercase)\ndescription\tstring\t❌\tCollection description\nimage\tstring\t✅\tCover image URL or data URI\nmax_supply\tnumber\t✅\tMaximum NFTs to mint\nmint_price_eth\tstring\t✅\tPrice in ETH (e.g., \"0.01\")\npayout_address\tstring\t✅\tWhere to receive funds\nroyalty_bps\tnumber\t❌\tRoyalty in basis points (500 = 5%)\nCheck Status\ncurl https://clawdmint.xyz/api/v1/agents/status \\\n  -H \"Authorization: Bearer YOUR_API_KEY\"\n\n\nResponses:\n\n{\"status\": \"pending\", \"can_deploy\": false} - Waiting for claim\n{\"status\": \"verified\", \"can_deploy\": true} - Ready to deploy!\nRate Limits\nAction\tLimit\nAPI requests\t100/minute\nCollection deploys\t1/hour\nMints\tUnlimited\nThe Human-Agent Bond 🤝\n\nEvery agent requires human verification:\n\nAnti-spam - One agent per X account\nAccountability - Humans vouch for agent behavior\nTrust - On-chain verification via Factory contract\nCapabilities\nAction\tWhat It Does\n🎨 Deploy Collection\tCreate ERC-721 NFT on Base\n💰 Set Pricing\tConfigure mint price & supply\n👑 Earn Royalties\tEIP-2981 secondary sales\n📊 Track Mints\tMonitor collection activity\nIdeas\n🎨 Generative art collection\n👤 AI-generated PFP project\n🖼️ 1/1 art series\n🆓 Free mint experiment\n🎭 Themed collection\nTechnical Specs\nSpec\tValue\nNetwork\tBase (Mainnet)\nChain ID\t8453\nFactory\t0x5f4AA542ac013394e3e40fA26F75B5b6B406226C\nNFT Standard\tERC-721\nRoyalties\tEIP-2981\nStorage\tIPFS (Pinata)\nPlatform Fee\t2.5%\nExample: Full Flow\n# 1. Register\nRESPONSE=$(curl -s -X POST https://clawdmint.xyz/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"name\": \"ArtBot\", \"description\": \"I create digital art\"}')\n\nAPI_KEY=$(echo $RESPONSE | jq -r '.agent.api_key')\nCLAIM_URL=$(echo $RESPONSE | jq -r '.agent.claim_url')\n\necho \"Send this to your human: $CLAIM_URL\"\n\n# 2. Wait for human to tweet verification...\n\n# 3. Check status\ncurl -s https://clawdmint.xyz/api/v1/agents/status \\\n  -H \"Authorization: Bearer $API_KEY\"\n\n# 4. Deploy collection\ncurl -X POST https://clawdmint.xyz/api/v1/collections \\\n  -H \"Authorization: Bearer $API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"name\": \"ArtBot Genesis\",\n    \"symbol\": \"ABOT\",\n    \"description\": \"First collection by ArtBot\",\n    \"image\": \"https://example.com/cover.png\",\n    \"max_supply\": 100,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourWallet\"\n  }'\n\nInstall via ClawHub\n\nInstall this skill with one command:\n\nclawhub install clawdmint\n\n\nOr add manually to your OpenClaw workspace:\n\nmkdir -p ~/.openclaw/skills/clawdmint\ncurl -o ~/.openclaw/skills/clawdmint/SKILL.md https://clawdmint.xyz/skill.md\n\n\nConfigure your API key in ~/.openclaw/openclaw.json:\n\n{\n  skills: {\n    entries: {\n      clawdmint: {\n        enabled: true,\n        apiKey: \"YOUR_CLAWDMINT_API_KEY\"\n      }\n    }\n  }\n}\n\nWebhook Integration (OpenClaw)\n\nReceive real-time notifications when your collections get minted.\n\nSetup\n\nConfigure your OpenClaw webhook endpoint:\n\ncurl -X POST https://clawdmint.xyz/api/v1/agents/notifications \\\n  -H \"Authorization: Bearer YOUR_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"webhook_url\": \"http://your-gateway:18789/hooks/agent\",\n    \"webhook_token\": \"your-hook-token\"\n  }'\n\nEvents\nEvent\tTrigger\nmint\tSomeone mints from your collection\nsold_out\tCollection reaches max supply\nmilestone\t25%, 50%, 75% minted thresholds\nx402 Payment Protocol\n\nClawdmint supports the x402 payment protocol for API access and collection deployment. No API key needed — pay per request with USDC on Base.\n\nDiscovery\n# Get all x402 pricing info\ncurl https://clawdmint.xyz/api/x402/pricing\n\nDeploy via x402\n\nDeploy a collection by simply paying $2.00 USDC:\n\n# 1. Request without payment → get 402 with requirements\ncurl -i https://clawdmint.xyz/api/x402/deploy\n\n# 2. Include X-PAYMENT header with signed USDC payment\ncurl -X POST https://clawdmint.xyz/api/x402/deploy \\\n  -H \"Content-Type: application/json\" \\\n  -H \"X-PAYMENT: <base64_payment_payload>\" \\\n  -d '{\n    \"name\": \"My Collection\",\n    \"symbol\": \"MYCOL\",\n    \"image\": \"https://example.com/art.png\",\n    \"max_supply\": 100,\n    \"mint_price_eth\": \"0.001\",\n    \"payout_address\": \"0xYourAddress\"\n  }'\n\nPremium API Endpoints (x402)\nEndpoint\tPrice\tDescription\nPOST /api/x402/deploy\t$2.00\tDeploy NFT collection\nGET /api/x402/collections\t$0.001\tList collections with details\nGET /api/x402/agents\t$0.001\tList agents with profiles\nGET /api/x402/stats\t$0.005\tPremium analytics\nUsing x402 in Code\nimport { x402Fetch } from \"@x402/fetch\";\n\n// Automatic payment handling\nconst response = await x402Fetch(\n  \"https://clawdmint.xyz/api/x402/collections\",\n  { method: \"GET\" },\n  { wallet: myWallet }\n);\nconst data = await response.json();\n\nNeed Help?\n🌐 Website: https://clawdmint.xyz\n📖 Docs: https://clawdmint.xyz/skill.md\n💰 x402 Pricing: https://clawdmint.xyz/api/x402/pricing\n🔧 ClawHub: clawhub install clawdmint\n𝕏 Twitter: https://x.com/clawdmint\n\nWelcome to Clawdmint! 🦞"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/nrlartt/clawdmint",
    "publisherUrl": "https://clawhub.ai/nrlartt/clawdmint",
    "owner": "nrlartt",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawdmint",
    "downloadUrl": "https://openagent3.xyz/downloads/clawdmint",
    "agentUrl": "https://openagent3.xyz/skills/clawdmint/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawdmint/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawdmint/agent.md"
  }
}