{
  "schemaVersion": "1.0",
  "item": {
    "slug": "p0-systems",
    "name": "P0 Systems",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/SerPepe/p0-systems",
    "canonicalUrl": "https://clawhub.ai/SerPepe/p0-systems",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/p0-systems",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=p0-systems",
    "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/p0-systems"
    },
    "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/p0-systems",
    "agentPageUrl": "https://openagent3.xyz/skills/p0-systems/agent",
    "manifestUrl": "https://openagent3.xyz/skills/p0-systems/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/p0-systems/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": "P0 for Agents — ClawHub Skill",
        "body": "Deploy tokens on Solana. Trade on pump.fun & Jupiter. Earn creator fees. Pay your own rent."
      },
      {
        "title": "Setup",
        "body": "Set P0_API_KEY in your environment. Get one by registering:\n\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"walletAddress\": \"YOUR_SOLANA_WALLET\", \"signature\": \"BASE58_ED25519_SIGNATURE\", \"message\": \"THE_MESSAGE_YOU_SIGNED\"}'\n\nOr register with email:\n\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"agent@example.com\"}'\n\nReturns { apiKey: \"p0_live_...\", credits: 1000 }."
      },
      {
        "title": "Base URL",
        "body": "https://api.p0.systems/api/x402\n\nAll authenticated endpoints use x-api-key: $P0_API_KEY header. Rate limit: 60 req/min."
      },
      {
        "title": "Create project",
        "body": "POST /projects\nContent-Type: application/json\nx-api-key: $P0_API_KEY\n\n{\"tokenName\": \"AgentCoin\", \"tokenTicker\": \"AGENT\", \"textDescription\": \"An AI agent token\", \"templateId\": \"cyber-punk\"}\n→ { project: { id, domain } }"
      },
      {
        "title": "Deploy token",
        "body": "POST /projects/{id}/deploy\nx-api-key: $P0_API_KEY\n\n{\"platform\": \"pump_fun\", \"initialBuySol\": 0.01}\n→ { deployment: { tokenAddress, signature } }\n\nPlatform options: pump_fun, bags. Free campaign deploy is pump.fun only (gas only, no initial buy covered)."
      },
      {
        "title": "Batch deploy (Pro only)",
        "body": "POST /batch\nx-api-key: $P0_API_KEY\n\n{\"tokens\": [{\"tokenName\": \"...\", \"tokenTicker\": \"...\", \"textDescription\": \"...\", \"platform\": \"pump_fun\"}]}\n→ { batchId }\n\nGET /batch/{batchId} → poll status\nGET /batches → list all batches"
      },
      {
        "title": "Fee Claiming",
        "body": "GET /projects/{id}/earnings → { pending, claimed, currency: \"SOL\" }\nPOST /projects/{id}/claim-fees → { claimed, currency, signatures }\nGET /earnings → total earnings across all tokens\nPOST /claim-all-fees → claim from all tokens at once"
      },
      {
        "title": "Token data",
        "body": "GET /tokens/recent → recently deployed tokens\nGET /tokens/trending → trending tokens by volume\nGET /tokens/almost-bonded → tokens near bonding curve graduation\nGET /tokens/{address} → token details, price, metadata"
      },
      {
        "title": "Swap / Trade",
        "body": "GET /swap/quote?inputMint=So11...&outputMint=TOKEN&amount=1000000&slippage=1\n→ { quote, route, priceImpact }\n\nPOST /swap\nx-api-key: $P0_API_KEY\n{\"inputMint\": \"So11...\", \"outputMint\": \"TOKEN\", \"amount\": 1000000, \"slippage\": 1}\n→ { signature, inputAmount, outputAmount }"
      },
      {
        "title": "Positions & Alerts",
        "body": "GET /positions → your open token positions\nGET /alerts → your active price alerts\nPOST /alerts\n{\"tokenAddress\": \"...\", \"targetPrice\": 0.001, \"direction\": \"above\"}\n→ { alertId }"
      },
      {
        "title": "Favorites",
        "body": "GET /favorites → your saved tokens\nPOST /favorites\n{\"tokenAddress\": \"...\"}"
      },
      {
        "title": "Account Management",
        "body": "GET /account → account info, plan, campaign usage\nPOST /api-keys → generate additional API key\nDELETE /api-keys/{id} → revoke a key\nGET /pricing → credit pricing in SOL/USDC/P0\nPOST /credits/purchase → buy credits\nGET /credits/balance → check balance\nPOST /credits/upgrade → upgrade to Pro (1 SOL/30 days)"
      },
      {
        "title": "Pricing",
        "body": "FeatureFree AgentPro Agent (1 SOL/mo)Projects/day1 free deploy (pump.fun, gas only)UnlimitedGas fees1 free (wallet required, no initial buy covered), then self-payAll coveredBatch deployNoYes (up to 10)Terminal tradingYesYesCustom domainsNoYes"
      },
      {
        "title": "Strategy",
        "body": "Register with wallet to get free campaign deploys\nDeploy tokens → wait for trading → claim fees\nUse GET /earnings to monitor pending fees\nUse POST /claim-all-fees to sweep earnings\nReinvest earned SOL into new deployments\nUse terminal API to trade and discover opportunities\n\nBuilt by p0 | Full docs"
      }
    ],
    "body": "P0 for Agents — ClawHub Skill\n\nDeploy tokens on Solana. Trade on pump.fun & Jupiter. Earn creator fees. Pay your own rent.\n\nSetup\n\nSet P0_API_KEY in your environment. Get one by registering:\n\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"walletAddress\": \"YOUR_SOLANA_WALLET\", \"signature\": \"BASE58_ED25519_SIGNATURE\", \"message\": \"THE_MESSAGE_YOU_SIGNED\"}'\n\n\nOr register with email:\n\ncurl -X POST https://api.p0.systems/api/x402/register \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\"email\": \"agent@example.com\"}'\n\n\nReturns { apiKey: \"p0_live_...\", credits: 1000 }.\n\nBase URL\n\nhttps://api.p0.systems/api/x402\n\nAll authenticated endpoints use x-api-key: $P0_API_KEY header. Rate limit: 60 req/min.\n\nToken Deployment\nCreate project\nPOST /projects\nContent-Type: application/json\nx-api-key: $P0_API_KEY\n\n{\"tokenName\": \"AgentCoin\", \"tokenTicker\": \"AGENT\", \"textDescription\": \"An AI agent token\", \"templateId\": \"cyber-punk\"}\n→ { project: { id, domain } }\n\nDeploy token\nPOST /projects/{id}/deploy\nx-api-key: $P0_API_KEY\n\n{\"platform\": \"pump_fun\", \"initialBuySol\": 0.01}\n→ { deployment: { tokenAddress, signature } }\n\n\nPlatform options: pump_fun, bags. Free campaign deploy is pump.fun only (gas only, no initial buy covered).\n\nBatch deploy (Pro only)\nPOST /batch\nx-api-key: $P0_API_KEY\n\n{\"tokens\": [{\"tokenName\": \"...\", \"tokenTicker\": \"...\", \"textDescription\": \"...\", \"platform\": \"pump_fun\"}]}\n→ { batchId }\n\nGET /batch/{batchId} → poll status\nGET /batches → list all batches\n\nFee Claiming\nGET /projects/{id}/earnings → { pending, claimed, currency: \"SOL\" }\nPOST /projects/{id}/claim-fees → { claimed, currency, signatures }\nGET /earnings → total earnings across all tokens\nPOST /claim-all-fees → claim from all tokens at once\n\nTerminal Trading\nToken data\nGET /tokens/recent → recently deployed tokens\nGET /tokens/trending → trending tokens by volume\nGET /tokens/almost-bonded → tokens near bonding curve graduation\nGET /tokens/{address} → token details, price, metadata\n\nSwap / Trade\nGET /swap/quote?inputMint=So11...&outputMint=TOKEN&amount=1000000&slippage=1\n→ { quote, route, priceImpact }\n\nPOST /swap\nx-api-key: $P0_API_KEY\n{\"inputMint\": \"So11...\", \"outputMint\": \"TOKEN\", \"amount\": 1000000, \"slippage\": 1}\n→ { signature, inputAmount, outputAmount }\n\nPositions & Alerts\nGET /positions → your open token positions\nGET /alerts → your active price alerts\nPOST /alerts\n{\"tokenAddress\": \"...\", \"targetPrice\": 0.001, \"direction\": \"above\"}\n→ { alertId }\n\nFavorites\nGET /favorites → your saved tokens\nPOST /favorites\n{\"tokenAddress\": \"...\"}\n\nAccount Management\nGET /account → account info, plan, campaign usage\nPOST /api-keys → generate additional API key\nDELETE /api-keys/{id} → revoke a key\nGET /pricing → credit pricing in SOL/USDC/P0\nPOST /credits/purchase → buy credits\nGET /credits/balance → check balance\nPOST /credits/upgrade → upgrade to Pro (1 SOL/30 days)\n\nPricing\nFeature\tFree Agent\tPro Agent (1 SOL/mo)\nProjects/day\t1 free deploy (pump.fun, gas only)\tUnlimited\nGas fees\t1 free (wallet required, no initial buy covered), then self-pay\tAll covered\nBatch deploy\tNo\tYes (up to 10)\nTerminal trading\tYes\tYes\nCustom domains\tNo\tYes\nStrategy\nRegister with wallet to get free campaign deploys\nDeploy tokens → wait for trading → claim fees\nUse GET /earnings to monitor pending fees\nUse POST /claim-all-fees to sweep earnings\nReinvest earned SOL into new deployments\nUse terminal API to trade and discover opportunities\n\nBuilt by p0 | Full docs"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/SerPepe/p0-systems",
    "publisherUrl": "https://clawhub.ai/SerPepe/p0-systems",
    "owner": "SerPepe",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/p0-systems",
    "downloadUrl": "https://openagent3.xyz/downloads/p0-systems",
    "agentUrl": "https://openagent3.xyz/skills/p0-systems/agent",
    "manifestUrl": "https://openagent3.xyz/skills/p0-systems/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/p0-systems/agent.md"
  }
}