{
  "schemaVersion": "1.0",
  "item": {
    "slug": "kamino-positions-monitor",
    "name": "Kamino Positions Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/csacanam/kamino-positions-monitor",
    "canonicalUrl": "https://clawhub.ai/csacanam/kamino-positions-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/kamino-positions-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=kamino-positions-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "clawhub.json",
      "reference.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/kamino-positions-monitor"
    },
    "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/kamino-positions-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/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": "Kamino Positions Monitor",
        "body": "Monitors Solana wallets with Kamino Lend positions. Outputs a liquidation-focused report with health metrics, SOL liquidation price, and how much to deposit or repay to reach 60% margin."
      },
      {
        "title": "When to Use",
        "body": "User asks about Kamino positions, Solana lending, or liquidation risk\nUser wants to check fund health or get actionable recommendations\nUser mentions \"Kamino\", \"Solana funds\", \"liquidation\", or \"DeFi monitoring\""
      },
      {
        "title": "Prerequisites",
        "body": "The kamino-positions-monitor project must be installed and configured. User must provide: Solana wallet addresses in wallets.json. RPC is optional—if SOLANA_RPC_URL is not set, the public Solana mainnet RPC is used (rate-limited; for heavy use, set a dedicated RPC in .env).\n\nClone and install:\ngit clone https://github.com/csacanam/kamino-positions-monitor\ncd kamino-positions-monitor && npm install\n\n\nConfigure: copy wallets.json.example → wallets.json, add wallet addresses. Optional in .env: SOLANA_RPC_URL. When run via OpenClaw, the report is delivered to the user's chat automatically. For direct runs (cron, terminal), optional TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID send the report to a Telegram chat.\nProject path: directory containing kamino_monitor.js. Set KAMINO_MONITOR_PATH or use . if the workspace is the project."
      },
      {
        "title": "Run the Monitor",
        "body": "cd \"${KAMINO_MONITOR_PATH:-.}\" && node kamino_monitor.js wallets.json"
      },
      {
        "title": "Output",
        "body": "Stdout gets the full report. Via OpenClaw, the agent delivers it to the user's chat. When run directly, optional TELEGRAM_* in .env also pushes to a Telegram chat (HTML formatting, Jupiter links).\n\nExample (abbreviated):\n\n📊 Funds Report | 02/22/26, 11:57 PM\n\n📋 GLOBAL SUMMARY\n   SOL price: $77.33\n   Kamino: Coll $30881 | Debt $10521 | Net $20360\n   To bring all to Health 60%: deposit ~$4583 or repay ~$1375\n   P_liq of fund most at risk: $46.39 · SOL must drop 40% to reach\n   If SOL drops:\n     10% (SOL ~$70): deposit $7646 total (+$3047) or repay $2294 total (+$914)\n     ...\n\n👛 Fund 1 (Ab12…xyZ9)\n   Spot: SOL 0.32 | USDC 0 | USDT 0 → $24.85\n   Kamino: Coll $421 | Debt $189 | Net $232 🟢\n   LTV 45% | Health 40% | Liq SOL: $46.39 (now $77.33)\n   📌 For Health 60%: deposit ~$210 (~2.7 SOL) or repay ~$63\n   🔗 https://jup.ag/portfolio/[wallet_address]"
      },
      {
        "title": "Interpreting Results",
        "body": "🟢🟡🟠🔴: Risk level (green = healthy, red = near liquidation)\n⚪: No debt or no Kamino position\nHealth ratio 1.0 = at liquidation edge; >1 = safe\nHealth % 0% = liquidation; 100% = max margin\n\nSee reference.md for formula details."
      }
    ],
    "body": "Kamino Positions Monitor\n\nMonitors Solana wallets with Kamino Lend positions. Outputs a liquidation-focused report with health metrics, SOL liquidation price, and how much to deposit or repay to reach 60% margin.\n\nWhen to Use\nUser asks about Kamino positions, Solana lending, or liquidation risk\nUser wants to check fund health or get actionable recommendations\nUser mentions \"Kamino\", \"Solana funds\", \"liquidation\", or \"DeFi monitoring\"\nPrerequisites\n\nThe kamino-positions-monitor project must be installed and configured. User must provide: Solana wallet addresses in wallets.json. RPC is optional—if SOLANA_RPC_URL is not set, the public Solana mainnet RPC is used (rate-limited; for heavy use, set a dedicated RPC in .env).\n\nClone and install:\ngit clone https://github.com/csacanam/kamino-positions-monitor\ncd kamino-positions-monitor && npm install\n\nConfigure: copy wallets.json.example → wallets.json, add wallet addresses. Optional in .env: SOLANA_RPC_URL. When run via OpenClaw, the report is delivered to the user's chat automatically. For direct runs (cron, terminal), optional TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID send the report to a Telegram chat.\nProject path: directory containing kamino_monitor.js. Set KAMINO_MONITOR_PATH or use . if the workspace is the project.\nRun the Monitor\ncd \"${KAMINO_MONITOR_PATH:-.}\" && node kamino_monitor.js wallets.json\n\nOutput\n\nStdout gets the full report. Via OpenClaw, the agent delivers it to the user's chat. When run directly, optional TELEGRAM_* in .env also pushes to a Telegram chat (HTML formatting, Jupiter links).\n\nExample (abbreviated):\n\n📊 Funds Report | 02/22/26, 11:57 PM\n\n📋 GLOBAL SUMMARY\n   SOL price: $77.33\n   Kamino: Coll $30881 | Debt $10521 | Net $20360\n   To bring all to Health 60%: deposit ~$4583 or repay ~$1375\n   P_liq of fund most at risk: $46.39 · SOL must drop 40% to reach\n   If SOL drops:\n     10% (SOL ~$70): deposit $7646 total (+$3047) or repay $2294 total (+$914)\n     ...\n\n👛 Fund 1 (Ab12…xyZ9)\n   Spot: SOL 0.32 | USDC 0 | USDT 0 → $24.85\n   Kamino: Coll $421 | Debt $189 | Net $232 🟢\n   LTV 45% | Health 40% | Liq SOL: $46.39 (now $77.33)\n   📌 For Health 60%: deposit ~$210 (~2.7 SOL) or repay ~$63\n   🔗 https://jup.ag/portfolio/[wallet_address]\n\nInterpreting Results\n🟢🟡🟠🔴: Risk level (green = healthy, red = near liquidation)\n⚪: No debt or no Kamino position\nHealth ratio 1.0 = at liquidation edge; >1 = safe\nHealth % 0% = liquidation; 100% = max margin\n\nSee reference.md for formula details."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/csacanam/kamino-positions-monitor",
    "publisherUrl": "https://clawhub.ai/csacanam/kamino-positions-monitor",
    "owner": "csacanam",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/kamino-positions-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/kamino-positions-monitor",
    "agentUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/kamino-positions-monitor/agent.md"
  }
}