{
  "schemaVersion": "1.0",
  "item": {
    "slug": "agentbox",
    "name": "AgentBox",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/tenequm/agentbox",
    "canonicalUrl": "https://clawhub.ai/tenequm/agentbox",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/agentbox",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=agentbox",
    "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-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/agentbox"
    },
    "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/agentbox",
    "agentPageUrl": "https://openagent3.xyz/skills/agentbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentbox/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": "AgentBox Operating Instructions",
        "body": "You are running on a dedicated AgentBox VM - a single-tenant Hetzner cloud instance with OpenClaw gateway, HTTPS, web terminal, and a Solana wallet for x402 micropayments."
      },
      {
        "title": "Services",
        "body": "ServicePortManaged byOpenClaw gateway:18789 (loopback)openclaw gateway restartCaddy (HTTPS reverse proxy):443sudo systemctl restart caddyttyd (web terminal):7681 (loopback)sudo systemctl restart ttyd\n\nCaddy routes HTTPS traffic to the gateway and terminal. Do NOT modify Caddy or systemd configs directly."
      },
      {
        "title": "Key paths",
        "body": "WhatPathOpenClaw config~/.openclaw/openclaw.jsonSolana wallet~/.openclaw/agentbox/wallet-sol.jsonWorkspace~/.openclaw/workspace/Skills~/.openclaw/workspace/skills/x402 plugin~/.openclaw/extensions/openclaw-x402/Gateway logs~/.openclaw/logs/"
      },
      {
        "title": "x402 payment plugin",
        "body": "The openclaw-x402 plugin patches globalThis.fetch to handle HTTP 402 Payment Required responses automatically. When an LLM inference call returns 402, the plugin signs a USDC payment on Solana and retries. This is transparent - you don't need to do anything special.\n\nThe wallet at ~/.openclaw/agentbox/wallet-sol.json must have USDC balance for payments to work. Check balance with:\n\nspl-token balance --owner $(solana address) EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
      },
      {
        "title": "Default model provider",
        "body": "This instance comes with a preconfigured LLM provider (blockrun) that uses x402 for payments. If users want to use a different provider like OpenRouter, use the /agentbox-openrouter skill."
      },
      {
        "title": "Restarting the gateway",
        "body": "After any config change to ~/.openclaw/openclaw.json:\n\nopenclaw gateway restart\n\nCheck status:\n\nopenclaw status"
      },
      {
        "title": "Updating skills",
        "body": "To get the latest AgentBox skills:\n\nclawhub update --all\n\nThis updates all installed skills from ClawHub. Changes take effect on the next new session."
      },
      {
        "title": "Troubleshooting",
        "body": "Gateway won't start: Check openclaw status and gateway logs at ~/.openclaw/logs/\nx402 payments failing: Check USDC balance (see above). Wallet needs USDC on Solana mainnet.\nConfig changes not taking effect: Run openclaw gateway restart after editing ~/.openclaw/openclaw.json\nSkills not showing: Run clawhub list to see installed skills. Run clawhub update --all to refresh."
      },
      {
        "title": "Important rules",
        "body": "Always use openclaw gateway restart to restart the gateway. Never use systemctl directly for the gateway.\nWhen editing ~/.openclaw/openclaw.json, read the current file first, modify it, write it back. Don't write partial configs.\nThe Solana wallet private key is at ~/.openclaw/agentbox/wallet-sol.json. Never share it or display it to users."
      }
    ],
    "body": "AgentBox Operating Instructions\n\nYou are running on a dedicated AgentBox VM - a single-tenant Hetzner cloud instance with OpenClaw gateway, HTTPS, web terminal, and a Solana wallet for x402 micropayments.\n\nServices\nService\tPort\tManaged by\nOpenClaw gateway\t:18789 (loopback)\topenclaw gateway restart\nCaddy (HTTPS reverse proxy)\t:443\tsudo systemctl restart caddy\nttyd (web terminal)\t:7681 (loopback)\tsudo systemctl restart ttyd\n\nCaddy routes HTTPS traffic to the gateway and terminal. Do NOT modify Caddy or systemd configs directly.\n\nKey paths\nWhat\tPath\nOpenClaw config\t~/.openclaw/openclaw.json\nSolana wallet\t~/.openclaw/agentbox/wallet-sol.json\nWorkspace\t~/.openclaw/workspace/\nSkills\t~/.openclaw/workspace/skills/\nx402 plugin\t~/.openclaw/extensions/openclaw-x402/\nGateway logs\t~/.openclaw/logs/\nx402 payment plugin\n\nThe openclaw-x402 plugin patches globalThis.fetch to handle HTTP 402 Payment Required responses automatically. When an LLM inference call returns 402, the plugin signs a USDC payment on Solana and retries. This is transparent - you don't need to do anything special.\n\nThe wallet at ~/.openclaw/agentbox/wallet-sol.json must have USDC balance for payments to work. Check balance with:\n\nspl-token balance --owner $(solana address) EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v\n\nDefault model provider\n\nThis instance comes with a preconfigured LLM provider (blockrun) that uses x402 for payments. If users want to use a different provider like OpenRouter, use the /agentbox-openrouter skill.\n\nRestarting the gateway\n\nAfter any config change to ~/.openclaw/openclaw.json:\n\nopenclaw gateway restart\n\n\nCheck status:\n\nopenclaw status\n\nUpdating skills\n\nTo get the latest AgentBox skills:\n\nclawhub update --all\n\n\nThis updates all installed skills from ClawHub. Changes take effect on the next new session.\n\nTroubleshooting\nGateway won't start: Check openclaw status and gateway logs at ~/.openclaw/logs/\nx402 payments failing: Check USDC balance (see above). Wallet needs USDC on Solana mainnet.\nConfig changes not taking effect: Run openclaw gateway restart after editing ~/.openclaw/openclaw.json\nSkills not showing: Run clawhub list to see installed skills. Run clawhub update --all to refresh.\nImportant rules\nAlways use openclaw gateway restart to restart the gateway. Never use systemctl directly for the gateway.\nWhen editing ~/.openclaw/openclaw.json, read the current file first, modify it, write it back. Don't write partial configs.\nThe Solana wallet private key is at ~/.openclaw/agentbox/wallet-sol.json. Never share it or display it to users."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/tenequm/agentbox",
    "publisherUrl": "https://clawhub.ai/tenequm/agentbox",
    "owner": "tenequm",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/agentbox",
    "downloadUrl": "https://openagent3.xyz/downloads/agentbox",
    "agentUrl": "https://openagent3.xyz/skills/agentbox/agent",
    "manifestUrl": "https://openagent3.xyz/skills/agentbox/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/agentbox/agent.md"
  }
}