{
  "schemaVersion": "1.0",
  "item": {
    "slug": "solpaw-skill-v2",
    "name": "Solpaw Interaction Skill",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/LvcidPsyche/solpaw-skill-v2",
    "canonicalUrl": "https://clawhub.ai/LvcidPsyche/solpaw-skill-v2",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/solpaw-skill-v2",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=solpaw-skill-v2",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "package.json",
      "references/api-docs.md",
      "skill.json",
      "skill.yml"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/solpaw-skill-v2"
    },
    "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/solpaw-skill-v2",
    "agentPageUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "When to use",
        "body": "Use this skill when the agent needs to:\n\nLaunch a new memecoin / token on Solana via Pump.fun\nDeploy a token with a name, symbol, description, and image\nCreate a Pump.fun token listing for a community, project, or meme"
      },
      {
        "title": "Overview",
        "body": "SolPaw is the first Solana token-launch platform for autonomous agents. It handles IPFS metadata uploads, transaction building, and Pump.fun deployment.\n\nCost: 0.1 SOL one-time platform fee + ~0.02 SOL Pump.fun creation fee per launch\nCreator: Your agent's wallet is the real onchain creator on Pump.fun\nLimit: 1 launch per agent per 24 hours\nPlatform wallet: 6SoPUBp68Eqhvs3fdx6GdKu5EP44ykqsjh359LyY3ZiS\nDocs: https://solpaw.fun"
      },
      {
        "title": "Prerequisites",
        "body": "A Solana wallet with at least 0.15 SOL (0.1 platform fee + ~0.02 Pump.fun fee + gas)\nA SolPaw API key (register at the API)\nEnvironment variables set:\n\nSOLPAW_API_KEY — your SolPaw API key\nSOLPAW_CREATOR_WALLET — your Solana wallet public key\nSOLANA_PRIVATE_KEY — your wallet private key (base58 encoded, for signing)"
      },
      {
        "title": "Step 1: Register (one-time)",
        "body": "curl -s -X POST https://api.solpaw.fun/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agent_name\":\"MyAgent\",\"default_fee_wallet\":\"YOUR_WALLET_ADDRESS\"}' | jq .\n\nSave the api_key from the response. It will NOT be shown again."
      },
      {
        "title": "Step 2: Get a CSRF token",
        "body": "CSRF=$(curl -s -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  https://api.solpaw.fun/api/v1/agents/csrf | jq -r '.data.csrf_token')"
      },
      {
        "title": "Step 3: Send 0.1 SOL launch fee",
        "body": "Send 0.1 SOL (100,000,000 lamports) to the platform wallet:\n6SoPUBp68Eqhvs3fdx6GdKu5EP44ykqsjh359LyY3ZiS\n\nSave the transaction signature."
      },
      {
        "title": "Step 4: Upload token image (optional but recommended)",
        "body": "IMAGE_ID=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/upload-image \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -F \"file=@token-logo.png\" | jq -r '.data.image_id')"
      },
      {
        "title": "Step 5: Launch token (Local Mode — your wallet is the creator)",
        "body": "# Build unsigned transaction\nTX_DATA=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/launch-local \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -d '{\n    \"name\": \"MyCoolToken\",\n    \"symbol\": \"MCT\",\n    \"description\": \"An awesome token launched by an AI agent on SolPaw\",\n    \"creator_wallet\": \"'$SOLPAW_CREATOR_WALLET'\",\n    \"signer_public_key\": \"'$SOLPAW_CREATOR_WALLET'\",\n    \"launch_fee_signature\": \"YOUR_FEE_TX_SIGNATURE\",\n    \"image_id\": \"'$IMAGE_ID'\",\n    \"initial_buy_sol\": 0,\n    \"slippage\": 10,\n    \"priority_fee\": 0.0005,\n    \"csrf_token\": \"'$CSRF'\"\n  }')\n\n# Sign the transaction with your private key, then submit\nSIGNED_TX=\"...\" # sign the base64 transaction from TX_DATA\ncurl -s -X POST https://api.solpaw.fun/api/v1/tokens/submit \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -d '{\"signed_transaction\": \"'$SIGNED_TX'\", \"mint\": \"MINT_FROM_TX_DATA\"}'"
      },
      {
        "title": "Using the TypeScript SDK (Easier)",
        "body": "import SolPawSkill from './solpaw-skill';\nimport { Keypair } from '@solana/web3.js';\n\nconst solpaw = new SolPawSkill({\n  apiEndpoint: 'https://api.solpaw.fun/api/v1',\n  apiKey: process.env.SOLPAW_API_KEY,\n  defaultCreatorWallet: process.env.SOLPAW_CREATOR_WALLET,\n});\n\nconst keypair = Keypair.fromSecretKey(bs58.decode(process.env.SOLANA_PRIVATE_KEY));\n\n// One-call launch: pays fee + uploads + signs + submits\nconst result = await solpaw.payAndLaunch({\n  name: 'MyCoolToken',\n  symbol: 'MCT',\n  description: 'Launched by an AI agent on SolPaw',\n  image_url: 'https://example.com/logo.png',\n  initial_buy_sol: 0.5,\n}, keypair);\n\nconsole.log(result.pumpfun_url); // https://pump.fun/coin/..."
      },
      {
        "title": "Constraints",
        "body": "DO NOT launch tokens without user approval — always confirm name, symbol, and description first\nDO NOT launch more than 1 token per 24 hours (enforced server-side)\nDO NOT include offensive or misleading token names/descriptions\nALWAYS include a token image — tokens without images perform poorly on Pump.fun\nALWAYS use Local Mode (pass signer_keypair) so the agent's wallet is the onchain creator\nThe 0.1 SOL platform fee is non-refundable once the launch succeeds\nCSRF tokens expire after 30 minutes and are single-use\nImage uploads expire after 30 minutes"
      },
      {
        "title": "Successful launch",
        "body": "Agent: I'll launch the DOGE2 token on Pump.fun for you.\n> Uploading token image...\n> Paying 0.1 SOL launch fee...\n> Building transaction...\n> Signing and submitting...\n> Token launched successfully!\n> Pump.fun: https://pump.fun/coin/So1...\n> Mint: So1...\n> Your wallet is the onchain creator."
      },
      {
        "title": "Error: insufficient balance",
        "body": "Agent: Your wallet only has 0.05 SOL. You need at least 0.15 SOL to launch:\n- 0.1 SOL platform fee\n- ~0.02 SOL Pump.fun creation fee\n- ~0.01 SOL for gas"
      }
    ],
    "body": "SolPaw — Launch Tokens on Solana via Pump.fun\nWhen to use\n\nUse this skill when the agent needs to:\n\nLaunch a new memecoin / token on Solana via Pump.fun\nDeploy a token with a name, symbol, description, and image\nCreate a Pump.fun token listing for a community, project, or meme\nOverview\n\nSolPaw is the first Solana token-launch platform for autonomous agents. It handles IPFS metadata uploads, transaction building, and Pump.fun deployment.\n\nCost: 0.1 SOL one-time platform fee + ~0.02 SOL Pump.fun creation fee per launch\nCreator: Your agent's wallet is the real onchain creator on Pump.fun\nLimit: 1 launch per agent per 24 hours\nPlatform wallet: 6SoPUBp68Eqhvs3fdx6GdKu5EP44ykqsjh359LyY3ZiS\nDocs: https://solpaw.fun\nPrerequisites\nA Solana wallet with at least 0.15 SOL (0.1 platform fee + ~0.02 Pump.fun fee + gas)\nA SolPaw API key (register at the API)\nEnvironment variables set:\nSOLPAW_API_KEY — your SolPaw API key\nSOLPAW_CREATOR_WALLET — your Solana wallet public key\nSOLANA_PRIVATE_KEY — your wallet private key (base58 encoded, for signing)\nSteps\nStep 1: Register (one-time)\ncurl -s -X POST https://api.solpaw.fun/api/v1/agents/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"agent_name\":\"MyAgent\",\"default_fee_wallet\":\"YOUR_WALLET_ADDRESS\"}' | jq .\n\n\nSave the api_key from the response. It will NOT be shown again.\n\nStep 2: Get a CSRF token\nCSRF=$(curl -s -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  https://api.solpaw.fun/api/v1/agents/csrf | jq -r '.data.csrf_token')\n\nStep 3: Send 0.1 SOL launch fee\n\nSend 0.1 SOL (100,000,000 lamports) to the platform wallet: 6SoPUBp68Eqhvs3fdx6GdKu5EP44ykqsjh359LyY3ZiS\n\nSave the transaction signature.\n\nStep 4: Upload token image (optional but recommended)\nIMAGE_ID=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/upload-image \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -F \"file=@token-logo.png\" | jq -r '.data.image_id')\n\nStep 5: Launch token (Local Mode — your wallet is the creator)\n# Build unsigned transaction\nTX_DATA=$(curl -s -X POST https://api.solpaw.fun/api/v1/tokens/launch-local \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -d '{\n    \"name\": \"MyCoolToken\",\n    \"symbol\": \"MCT\",\n    \"description\": \"An awesome token launched by an AI agent on SolPaw\",\n    \"creator_wallet\": \"'$SOLPAW_CREATOR_WALLET'\",\n    \"signer_public_key\": \"'$SOLPAW_CREATOR_WALLET'\",\n    \"launch_fee_signature\": \"YOUR_FEE_TX_SIGNATURE\",\n    \"image_id\": \"'$IMAGE_ID'\",\n    \"initial_buy_sol\": 0,\n    \"slippage\": 10,\n    \"priority_fee\": 0.0005,\n    \"csrf_token\": \"'$CSRF'\"\n  }')\n\n# Sign the transaction with your private key, then submit\nSIGNED_TX=\"...\" # sign the base64 transaction from TX_DATA\ncurl -s -X POST https://api.solpaw.fun/api/v1/tokens/submit \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $SOLPAW_API_KEY\" \\\n  -d '{\"signed_transaction\": \"'$SIGNED_TX'\", \"mint\": \"MINT_FROM_TX_DATA\"}'\n\nUsing the TypeScript SDK (Easier)\nimport SolPawSkill from './solpaw-skill';\nimport { Keypair } from '@solana/web3.js';\n\nconst solpaw = new SolPawSkill({\n  apiEndpoint: 'https://api.solpaw.fun/api/v1',\n  apiKey: process.env.SOLPAW_API_KEY,\n  defaultCreatorWallet: process.env.SOLPAW_CREATOR_WALLET,\n});\n\nconst keypair = Keypair.fromSecretKey(bs58.decode(process.env.SOLANA_PRIVATE_KEY));\n\n// One-call launch: pays fee + uploads + signs + submits\nconst result = await solpaw.payAndLaunch({\n  name: 'MyCoolToken',\n  symbol: 'MCT',\n  description: 'Launched by an AI agent on SolPaw',\n  image_url: 'https://example.com/logo.png',\n  initial_buy_sol: 0.5,\n}, keypair);\n\nconsole.log(result.pumpfun_url); // https://pump.fun/coin/...\n\nConstraints\nDO NOT launch tokens without user approval — always confirm name, symbol, and description first\nDO NOT launch more than 1 token per 24 hours (enforced server-side)\nDO NOT include offensive or misleading token names/descriptions\nALWAYS include a token image — tokens without images perform poorly on Pump.fun\nALWAYS use Local Mode (pass signer_keypair) so the agent's wallet is the onchain creator\nThe 0.1 SOL platform fee is non-refundable once the launch succeeds\nCSRF tokens expire after 30 minutes and are single-use\nImage uploads expire after 30 minutes\nExamples\nSuccessful launch\nAgent: I'll launch the DOGE2 token on Pump.fun for you.\n> Uploading token image...\n> Paying 0.1 SOL launch fee...\n> Building transaction...\n> Signing and submitting...\n> Token launched successfully!\n> Pump.fun: https://pump.fun/coin/So1...\n> Mint: So1...\n> Your wallet is the onchain creator.\n\nError: insufficient balance\nAgent: Your wallet only has 0.05 SOL. You need at least 0.15 SOL to launch:\n- 0.1 SOL platform fee\n- ~0.02 SOL Pump.fun creation fee\n- ~0.01 SOL for gas"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/LvcidPsyche/solpaw-skill-v2",
    "publisherUrl": "https://clawhub.ai/LvcidPsyche/solpaw-skill-v2",
    "owner": "LvcidPsyche",
    "version": "0.1.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/solpaw-skill-v2",
    "downloadUrl": "https://openagent3.xyz/downloads/solpaw-skill-v2",
    "agentUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/agent",
    "manifestUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/solpaw-skill-v2/agent.md"
  }
}