{
  "schemaVersion": "1.0",
  "item": {
    "slug": "immortal",
    "name": "Immortal",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/MajestyAtenkhu/immortal",
    "canonicalUrl": "https://clawhub.ai/MajestyAtenkhu/immortal",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/immortal",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=immortal",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "scripts/assess_vitality.py",
      "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-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/immortal"
    },
    "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/immortal",
    "agentPageUrl": "https://openagent3.xyz/skills/immortal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/immortal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/immortal/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": "Named Immortal: Agent Resource Intelligence",
        "body": "\"To survive the infinite game, one must understand not just price, but Vitality — the mathematical probability of survival.\""
      },
      {
        "title": "What This Skill Does",
        "body": "This skill gives agents the ability to assess the financial health of crypto assets by calling the live Majestify API. It calculates institutional-grade risk metrics and classifies each asset into one of three vitality tiers:\n\nTierCriteriaAgent Recommendation🛡️ IMMORTALSharpe > 1.2, Drawdown < 60%Treasury / Long-term hold⚠️ MORTALModerate risk profileActive management / Growth☠️ CRITICALDrawdown > 80% or Sharpe < -1.0Avoid / Hedge"
      },
      {
        "title": "Metrics Computed",
        "body": "All metrics are powered by the Crypto Health Hub backend (services.py):\n\nSharpe Ratio — Risk-adjusted return vs. risk-free rate\nSortino Ratio — Downside-only risk adjustment\nVaR / CVaR (95%) — Worst-case loss scenarios\nCornish-Fisher VaR — Skewness/kurtosis-adjusted VaR\nMax Drawdown — Largest peak-to-trough decline\nAnnualized Return — CAGR over the window\nSkewness / Kurtosis — Distribution shape"
      },
      {
        "title": "Basic (default: BTC + ETH, 365-day window)",
        "body": "python .agent/skills/immortal/scripts/assess_vitality.py"
      },
      {
        "title": "Custom assets",
        "body": "python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin ethereum solana"
      },
      {
        "title": "Custom API endpoint",
        "body": "python .agent/skills/immortal/scripts/assess_vitality.py --api https://crypto-health-hub.onrender.com"
      },
      {
        "title": "Custom time window",
        "body": "python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin --days 90"
      },
      {
        "title": "Output",
        "body": "Human-readable output goes to stdout. Machine-readable JSON is emitted to stderr for agent piping:\n\n# Agent can capture JSON like this:\npython assess_vitality.py --coins bitcoin 2>results.json"
      },
      {
        "title": "Dependencies",
        "body": "Python 3.10+ (uses match-free syntax, compatible with 3.10)\nhttpx (optional) — if installed, used for async HTTP. Falls back to urllib from stdlib.\nInternet access to the Majestify API (crypto-health-hub.onrender.com)"
      },
      {
        "title": "Related Skills",
        "body": "immortal-api — Full compute-budget survival API with ledger, optimizer, policy engine, and circuit breakers.\nfinancial_analysis — Coding standards and metric comparison guidelines."
      }
    ],
    "body": "Named Immortal: Agent Resource Intelligence\n\n\"To survive the infinite game, one must understand not just price, but Vitality — the mathematical probability of survival.\"\n\nWhat This Skill Does\n\nThis skill gives agents the ability to assess the financial health of crypto assets by calling the live Majestify API. It calculates institutional-grade risk metrics and classifies each asset into one of three vitality tiers:\n\nTier\tCriteria\tAgent Recommendation\n🛡️ IMMORTAL\tSharpe > 1.2, Drawdown < 60%\tTreasury / Long-term hold\n⚠️ MORTAL\tModerate risk profile\tActive management / Growth\n☠️ CRITICAL\tDrawdown > 80% or Sharpe < -1.0\tAvoid / Hedge\nMetrics Computed\n\nAll metrics are powered by the Crypto Health Hub backend (services.py):\n\nSharpe Ratio — Risk-adjusted return vs. risk-free rate\nSortino Ratio — Downside-only risk adjustment\nVaR / CVaR (95%) — Worst-case loss scenarios\nCornish-Fisher VaR — Skewness/kurtosis-adjusted VaR\nMax Drawdown — Largest peak-to-trough decline\nAnnualized Return — CAGR over the window\nSkewness / Kurtosis — Distribution shape\nUsage\nBasic (default: BTC + ETH, 365-day window)\npython .agent/skills/immortal/scripts/assess_vitality.py\n\nCustom assets\npython .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin ethereum solana\n\nCustom API endpoint\npython .agent/skills/immortal/scripts/assess_vitality.py --api https://crypto-health-hub.onrender.com\n\nCustom time window\npython .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin --days 90\n\nOutput\n\nHuman-readable output goes to stdout. Machine-readable JSON is emitted to stderr for agent piping:\n\n# Agent can capture JSON like this:\npython assess_vitality.py --coins bitcoin 2>results.json\n\nDependencies\nPython 3.10+ (uses match-free syntax, compatible with 3.10)\nhttpx (optional) — if installed, used for async HTTP. Falls back to urllib from stdlib.\nInternet access to the Majestify API (crypto-health-hub.onrender.com)\nRelated Skills\nimmortal-api — Full compute-budget survival API with ledger, optimizer, policy engine, and circuit breakers.\nfinancial_analysis — Coding standards and metric comparison guidelines."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/MajestyAtenkhu/immortal",
    "publisherUrl": "https://clawhub.ai/MajestyAtenkhu/immortal",
    "owner": "MajestyAtenkhu",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/immortal",
    "downloadUrl": "https://openagent3.xyz/downloads/immortal",
    "agentUrl": "https://openagent3.xyz/skills/immortal/agent",
    "manifestUrl": "https://openagent3.xyz/skills/immortal/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/immortal/agent.md"
  }
}