{
  "schemaVersion": "1.0",
  "item": {
    "slug": "near-subaccount",
    "name": "Near Subaccount",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/shaiss/near-subaccount",
    "canonicalUrl": "https://clawhub.ai/shaiss/near-subaccount",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/near-subaccount",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=near-subaccount",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "package.json",
      "README.md",
      "scripts/subaccount.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-subaccount"
    },
    "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-subaccount",
    "agentPageUrl": "https://openagent3.xyz/skills/near-subaccount/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-subaccount/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-subaccount/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 Subaccount Manager Skill",
        "body": "Create and manage NEAR subaccounts easily."
      },
      {
        "title": "Description",
        "body": "This skill provides tools to create, list, and delete NEAR subaccounts. Also includes bulk operations for distributing NEAR tokens to multiple subaccounts."
      },
      {
        "title": "Features",
        "body": "Create subaccounts\nList all subaccounts under an account\nDelete subaccounts\nBulk distribute NEAR to multiple subaccounts\nClean command-line interface"
      },
      {
        "title": "near-subaccount create <subaccount_name> [master_account]",
        "body": "Create a new subaccount.\n\nParameters:\n\nsubaccount_name - Name of the subaccount (without .master.account)\nmaster_account - Master account (optional, uses default)\n\nExample:\n\nnear-subaccount create wallet myaccount.near\n# Creates: wallet.myaccount.near"
      },
      {
        "title": "near-subaccount list [account_id]",
        "body": "List all subaccounts under an account.\n\nParameters:\n\naccount_id - Account to list subaccounts for (optional, uses default)\n\nExample:\n\nnear-subaccount list myaccount.near"
      },
      {
        "title": "near-subaccount delete <subaccount_id> [master_account]",
        "body": "Delete a subaccount.\n\nParameters:\n\nsubaccount_id - Full subaccount ID to delete\nmaster_account - Master account (optional, uses default)"
      },
      {
        "title": "near-subaccount distribute <file.json> [amount]",
        "body": "Bulk distribute NEAR from master account to subaccounts listed in a JSON file.\n\nParameters:\n\nfile.json - JSON file with subaccount list\namount - NEAR amount to send each (default: 0.1)\n\nJSON format:\n\n{\n  \"subaccounts\": [\n    \"wallet1.myaccount.near\",\n    \"wallet2.myaccount.near\",\n    \"wallet3.myaccount.near\"\n  ]\n}"
      },
      {
        "title": "Configuration",
        "body": "Set your default account:\n\nexport NEAR_ACCOUNT=\"myaccount.near\""
      },
      {
        "title": "Requirements",
        "body": "NEAR CLI installed and configured\nMaster account with sufficient balance for creating subaccounts (~0.1 NEAR each)"
      },
      {
        "title": "References",
        "body": "NEAR CLI: https://docs.near.org/tools/near-cli\nSubaccount docs: https://docs.near.org/concepts/account/subaccounts"
      }
    ],
    "body": "NEAR Subaccount Manager Skill\n\nCreate and manage NEAR subaccounts easily.\n\nDescription\n\nThis skill provides tools to create, list, and delete NEAR subaccounts. Also includes bulk operations for distributing NEAR tokens to multiple subaccounts.\n\nFeatures\nCreate subaccounts\nList all subaccounts under an account\nDelete subaccounts\nBulk distribute NEAR to multiple subaccounts\nClean command-line interface\nCommands\nnear-subaccount create <subaccount_name> [master_account]\n\nCreate a new subaccount.\n\nParameters:\n\nsubaccount_name - Name of the subaccount (without .master.account)\nmaster_account - Master account (optional, uses default)\n\nExample:\n\nnear-subaccount create wallet myaccount.near\n# Creates: wallet.myaccount.near\n\nnear-subaccount list [account_id]\n\nList all subaccounts under an account.\n\nParameters:\n\naccount_id - Account to list subaccounts for (optional, uses default)\n\nExample:\n\nnear-subaccount list myaccount.near\n\nnear-subaccount delete <subaccount_id> [master_account]\n\nDelete a subaccount.\n\nParameters:\n\nsubaccount_id - Full subaccount ID to delete\nmaster_account - Master account (optional, uses default)\nnear-subaccount distribute <file.json> [amount]\n\nBulk distribute NEAR from master account to subaccounts listed in a JSON file.\n\nParameters:\n\nfile.json - JSON file with subaccount list\namount - NEAR amount to send each (default: 0.1)\n\nJSON format:\n\n{\n  \"subaccounts\": [\n    \"wallet1.myaccount.near\",\n    \"wallet2.myaccount.near\",\n    \"wallet3.myaccount.near\"\n  ]\n}\n\nConfiguration\n\nSet your default account:\n\nexport NEAR_ACCOUNT=\"myaccount.near\"\n\nRequirements\nNEAR CLI installed and configured\nMaster account with sufficient balance for creating subaccounts (~0.1 NEAR each)\nReferences\nNEAR CLI: https://docs.near.org/tools/near-cli\nSubaccount docs: https://docs.near.org/concepts/account/subaccounts"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shaiss/near-subaccount",
    "publisherUrl": "https://clawhub.ai/shaiss/near-subaccount",
    "owner": "shaiss",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/near-subaccount",
    "downloadUrl": "https://openagent3.xyz/downloads/near-subaccount",
    "agentUrl": "https://openagent3.xyz/skills/near-subaccount/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-subaccount/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-subaccount/agent.md"
  }
}