{
  "schemaVersion": "1.0",
  "item": {
    "slug": "near-faucet",
    "name": "Near Faucet",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/shaiss/near-faucet",
    "canonicalUrl": "https://clawhub.ai/shaiss/near-faucet",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/near-faucet",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=near-faucet",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "README.md",
      "scripts/faucet.js",
      "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-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/near-faucet"
    },
    "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/near-faucet",
    "agentPageUrl": "https://openagent3.xyz/skills/near-faucet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-faucet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-faucet/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": "NEAR Testnet Faucet Skill",
        "body": "Simple faucet integration for NEAR testnet tokens."
      },
      {
        "title": "Description",
        "body": "This skill provides easy access to NEAR testnet tokens via faucet requests. Includes rate limiting to prevent abuse."
      },
      {
        "title": "Features",
        "body": "Request NEAR testnet tokens\nCheck faucet request status\nRate limiting per address\nSimple CLI commands"
      },
      {
        "title": "near-faucet request [account_id]",
        "body": "Request testnet NEAR tokens for an account.\n\nParameters:\n\naccount_id - NEAR account ID (optional, uses default if configured)\n\nExample:\n\nnear-faucet request myaccount.testnet"
      },
      {
        "title": "near-faucet status [request_id]",
        "body": "Check the status of a faucet request.\n\nParameters:\n\nrequest_id - Request ID to check (optional, shows latest if omitted)"
      },
      {
        "title": "near-faucet balance [account_id]",
        "body": "Check testnet balance for an account."
      },
      {
        "title": "Configuration",
        "body": "Set your default account via environment variable or config:\n\nexport NEAR_ACCOUNT=\"myaccount.testnet\""
      },
      {
        "title": "Installation",
        "body": "The skill is automatically installed in your OpenClaw skills directory."
      },
      {
        "title": "Rate Limits",
        "body": "1 request per account per 24 hours\nMaximum 10 NEAR per request\nRequest queue processing time: ~1-5 minutes"
      },
      {
        "title": "References",
        "body": "NEAR Testnet Faucet: https://wallet.testnet.near.org/\nNEAR CLI: https://docs.near.org/tools/near-cli"
      }
    ],
    "body": "NEAR Testnet Faucet Skill\n\nSimple faucet integration for NEAR testnet tokens.\n\nDescription\n\nThis skill provides easy access to NEAR testnet tokens via faucet requests. Includes rate limiting to prevent abuse.\n\nFeatures\nRequest NEAR testnet tokens\nCheck faucet request status\nRate limiting per address\nSimple CLI commands\nCommands\nnear-faucet request [account_id]\n\nRequest testnet NEAR tokens for an account.\n\nParameters:\n\naccount_id - NEAR account ID (optional, uses default if configured)\n\nExample:\n\nnear-faucet request myaccount.testnet\n\nnear-faucet status [request_id]\n\nCheck the status of a faucet request.\n\nParameters:\n\nrequest_id - Request ID to check (optional, shows latest if omitted)\nnear-faucet balance [account_id]\n\nCheck testnet balance for an account.\n\nConfiguration\n\nSet your default account via environment variable or config:\n\nexport NEAR_ACCOUNT=\"myaccount.testnet\"\n\nInstallation\n\nThe skill is automatically installed in your OpenClaw skills directory.\n\nRate Limits\n1 request per account per 24 hours\nMaximum 10 NEAR per request\nRequest queue processing time: ~1-5 minutes\nReferences\nNEAR Testnet Faucet: https://wallet.testnet.near.org/\nNEAR CLI: https://docs.near.org/tools/near-cli"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shaiss/near-faucet",
    "publisherUrl": "https://clawhub.ai/shaiss/near-faucet",
    "owner": "shaiss",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/near-faucet",
    "downloadUrl": "https://openagent3.xyz/downloads/near-faucet",
    "agentUrl": "https://openagent3.xyz/skills/near-faucet/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-faucet/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-faucet/agent.md"
  }
}