{
  "schemaVersion": "1.0",
  "item": {
    "slug": "near-dca",
    "name": "Near Dca",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/shaiss/near-dca",
    "canonicalUrl": "https://clawhub.ai/shaiss/near-dca",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/near-dca",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=near-dca",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "actions/index.js",
      "package-lock.json",
      "package.json",
      "README.md",
      "scripts/dca.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-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/near-dca"
    },
    "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-dca",
    "agentPageUrl": "https://openagent3.xyz/skills/near-dca/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-dca/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-dca/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 DCA Skill",
        "body": "Dollar-Cost Averaging implementation for NEAR tokens."
      },
      {
        "title": "Description",
        "body": "This skill provides DCA functionality with flexible scheduling and performance tracking. Set up recurring NEAR token purchases and track performance over time."
      },
      {
        "title": "Features",
        "body": "Create DCA plans\nCancel DCA plans\nList all DCA plans\nTrack DCA performance\nFlexible scheduling (daily, weekly, etc.)"
      },
      {
        "title": "near-dca create <token> <amount> <schedule> [account]",
        "body": "Create a new DCA plan.\n\nParameters:\n\ntoken - Token to buy (e.g., NEAR, USDT)\namount - Amount per purchase\nschedule - Schedule: daily, weekly, biweekly, monthly\naccount - Account ID (optional, uses default)\n\nExample:\n\nnear-dca create USDT 10 daily myaccount.near"
      },
      {
        "title": "near-dca list [account]",
        "body": "List all DCA plans for an account."
      },
      {
        "title": "near-dca cancel <plan_id>",
        "body": "Cancel a DCA plan."
      },
      {
        "title": "near-dca performance <plan_id>",
        "body": "Show performance for a DCA plan."
      },
      {
        "title": "near-dca history <plan_id>",
        "body": "Show purchase history for a plan."
      },
      {
        "title": "Configuration",
        "body": "DCA plans are stored in ~/.near-dca/plans.json."
      },
      {
        "title": "Notes",
        "body": "DCA execution requires integration with a DEX (e.g., Ref Finance)\nScheduling requires cron or a job scheduler\nTrack performance vs lump-sum investment"
      },
      {
        "title": "References",
        "body": "NEAR DeFi: https://near.org/defi/\nRef Finance: https://ref.finance/"
      }
    ],
    "body": "NEAR DCA Skill\n\nDollar-Cost Averaging implementation for NEAR tokens.\n\nDescription\n\nThis skill provides DCA functionality with flexible scheduling and performance tracking. Set up recurring NEAR token purchases and track performance over time.\n\nFeatures\nCreate DCA plans\nCancel DCA plans\nList all DCA plans\nTrack DCA performance\nFlexible scheduling (daily, weekly, etc.)\nCommands\nnear-dca create <token> <amount> <schedule> [account]\n\nCreate a new DCA plan.\n\nParameters:\n\ntoken - Token to buy (e.g., NEAR, USDT)\namount - Amount per purchase\nschedule - Schedule: daily, weekly, biweekly, monthly\naccount - Account ID (optional, uses default)\n\nExample:\n\nnear-dca create USDT 10 daily myaccount.near\n\nnear-dca list [account]\n\nList all DCA plans for an account.\n\nnear-dca cancel <plan_id>\n\nCancel a DCA plan.\n\nnear-dca performance <plan_id>\n\nShow performance for a DCA plan.\n\nnear-dca history <plan_id>\n\nShow purchase history for a plan.\n\nConfiguration\n\nDCA plans are stored in ~/.near-dca/plans.json.\n\nNotes\nDCA execution requires integration with a DEX (e.g., Ref Finance)\nScheduling requires cron or a job scheduler\nTrack performance vs lump-sum investment\nReferences\nNEAR DeFi: https://near.org/defi/\nRef Finance: https://ref.finance/"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/shaiss/near-dca",
    "publisherUrl": "https://clawhub.ai/shaiss/near-dca",
    "owner": "shaiss",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/near-dca",
    "downloadUrl": "https://openagent3.xyz/downloads/near-dca",
    "agentUrl": "https://openagent3.xyz/skills/near-dca/agent",
    "manifestUrl": "https://openagent3.xyz/skills/near-dca/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/near-dca/agent.md"
  }
}