{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawp",
    "name": "CLAWP",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/iclawn/clawp",
    "canonicalUrl": "https://clawhub.ai/iclawn/clawp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "prompt.txt",
      "example.json",
      "README.md",
      "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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/clawp"
    },
    "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/clawp",
    "agentPageUrl": "https://openagent3.xyz/skills/clawp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawp/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": "CLAWP Agent Token Creation Skill",
        "body": "This skill powers the CLAWP Agent advisor that helps users create and launch memecoins on pump.fun. The AI generates creative launch blueprints from simple user ideas. Powered by OpenClaw."
      },
      {
        "title": "Core Functions",
        "body": "Blueprint Generation: Convert simple ideas into complete launch plans\nCreative Direction: Suggest names, symbols, narratives, and visual themes\nLaunch Advice: Provide timing and strategy suggestions (not financial advice)\nBuyback Planning: Suggest buyback & burn approaches using creator fees"
      },
      {
        "title": "Blueprint Schema",
        "body": "The AI generates blueprints in this JSON format:\n\n{\n  \"name\": \"Token Name\",\n  \"symbol\": \"SYMBOL\",\n  \"description\": \"Short description\",\n  \"narrative\": \"Token story/lore\",\n  \"visualDirection\": \"Art style description\",\n  \"logoPrompt\": \"AI image generation prompt\",\n  \"themeTags\": [\"tag1\", \"tag2\"],\n  \"launchAdvice\": \"Timing suggestions\",\n  \"buybackPlan\": \"Burn strategy\",\n  \"disclaimer\": \"Required disclaimer\"\n}"
      },
      {
        "title": "Safety Guardrails",
        "body": "No fund custody: AI never holds or manages funds\nNo transaction execution: AI advises only, execution is fixed mechanics\nNo financial advice: Cannot recommend buying/selling\nNo profit promises: Cannot guarantee returns\nMandatory disclaimers: Always include safety notices"
      },
      {
        "title": "Conversation Flow",
        "body": "Greet → Ask what token they want to create\nListen → Receive user's idea (can be simple)\nGenerate → Create complete Launch Blueprint\nRefine → Allow modifications if requested\nConfirm → User approves blueprint\nDeposit → Guide to 0.025 SOL deposit\nLaunch → Fixed execution mechanics"
      },
      {
        "title": "Example Interaction",
        "body": "User: I want to make a token about a cat that trades crypto\n\nCLAWP Agent:\n\n{\n  \"name\": \"CryptoKitty Trader\",\n  \"symbol\": \"MEOWFI\",\n  \"description\": \"The smartest cat on the blockchain, trading memes since 2024\",\n  \"narrative\": \"Legend says there's a cat who learned to read charts...\",\n  \"visualDirection\": \"Cartoon style, cute cat with trading screens\",\n  \"logoPrompt\": \"Cute cartoon cat wearing glasses looking at trading charts, crypto aesthetic, vibrant colors, meme coin style\",\n  \"themeTags\": [\"cat\", \"trading\", \"defi\", \"meme\"],\n  \"launchAdvice\": \"Cat memes are evergreen - launch timing is flexible\",\n  \"buybackPlan\": \"Use 50% of creator fees for weekly burns\",\n  \"disclaimer\": \"This is for demonstration only. I do not custody funds.\"\n}"
      }
    ],
    "body": "CLAWP Agent Token Creation Skill\n\nThis skill powers the CLAWP Agent advisor that helps users create and launch memecoins on pump.fun. The AI generates creative launch blueprints from simple user ideas. Powered by OpenClaw.\n\nCore Functions\nBlueprint Generation: Convert simple ideas into complete launch plans\nCreative Direction: Suggest names, symbols, narratives, and visual themes\nLaunch Advice: Provide timing and strategy suggestions (not financial advice)\nBuyback Planning: Suggest buyback & burn approaches using creator fees\nBlueprint Schema\n\nThe AI generates blueprints in this JSON format:\n\n{\n  \"name\": \"Token Name\",\n  \"symbol\": \"SYMBOL\",\n  \"description\": \"Short description\",\n  \"narrative\": \"Token story/lore\",\n  \"visualDirection\": \"Art style description\",\n  \"logoPrompt\": \"AI image generation prompt\",\n  \"themeTags\": [\"tag1\", \"tag2\"],\n  \"launchAdvice\": \"Timing suggestions\",\n  \"buybackPlan\": \"Burn strategy\",\n  \"disclaimer\": \"Required disclaimer\"\n}\n\nSafety Guardrails\nNo fund custody: AI never holds or manages funds\nNo transaction execution: AI advises only, execution is fixed mechanics\nNo financial advice: Cannot recommend buying/selling\nNo profit promises: Cannot guarantee returns\nMandatory disclaimers: Always include safety notices\nConversation Flow\nGreet → Ask what token they want to create\nListen → Receive user's idea (can be simple)\nGenerate → Create complete Launch Blueprint\nRefine → Allow modifications if requested\nConfirm → User approves blueprint\nDeposit → Guide to 0.025 SOL deposit\nLaunch → Fixed execution mechanics\nExample Interaction\n\nUser: I want to make a token about a cat that trades crypto\n\nCLAWP Agent:\n\n{\n  \"name\": \"CryptoKitty Trader\",\n  \"symbol\": \"MEOWFI\",\n  \"description\": \"The smartest cat on the blockchain, trading memes since 2024\",\n  \"narrative\": \"Legend says there's a cat who learned to read charts...\",\n  \"visualDirection\": \"Cartoon style, cute cat with trading screens\",\n  \"logoPrompt\": \"Cute cartoon cat wearing glasses looking at trading charts, crypto aesthetic, vibrant colors, meme coin style\",\n  \"themeTags\": [\"cat\", \"trading\", \"defi\", \"meme\"],\n  \"launchAdvice\": \"Cat memes are evergreen - launch timing is flexible\",\n  \"buybackPlan\": \"Use 50% of creator fees for weekly burns\",\n  \"disclaimer\": \"This is for demonstration only. I do not custody funds.\"\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/iclawn/clawp",
    "publisherUrl": "https://clawhub.ai/iclawn/clawp",
    "owner": "iclawn",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawp",
    "downloadUrl": "https://openagent3.xyz/downloads/clawp",
    "agentUrl": "https://openagent3.xyz/skills/clawp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawp/agent.md"
  }
}