Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and...
Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
"To survive the infinite game, one must understand not just price, but Vitality β the mathematical probability of survival."
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: TierCriteriaAgent Recommendationπ‘οΈ IMMORTALSharpe > 1.2, Drawdown < 60%Treasury / Long-term holdβ οΈ MORTALModerate risk profileActive management / Growthβ οΈ CRITICALDrawdown > 80% or Sharpe < -1.0Avoid / Hedge
All metrics are powered by the Crypto Health Hub backend (services.py): Sharpe Ratio β Risk-adjusted return vs. risk-free rate Sortino Ratio β Downside-only risk adjustment VaR / CVaR (95%) β Worst-case loss scenarios Cornish-Fisher VaR β Skewness/kurtosis-adjusted VaR Max Drawdown β Largest peak-to-trough decline Annualized Return β CAGR over the window Skewness / Kurtosis β Distribution shape
python .agent/skills/immortal/scripts/assess_vitality.py
python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin ethereum solana
python .agent/skills/immortal/scripts/assess_vitality.py --api https://crypto-health-hub.onrender.com
python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin --days 90
Human-readable output goes to stdout. Machine-readable JSON is emitted to stderr for agent piping: # Agent can capture JSON like this: python assess_vitality.py --coins bitcoin 2>results.json
Python 3.10+ (uses match-free syntax, compatible with 3.10) httpx (optional) β if installed, used for async HTTP. Falls back to urllib from stdlib. Internet access to the Majestify API (crypto-health-hub.onrender.com)
immortal-api β Full compute-budget survival API with ledger, optimizer, policy engine, and circuit breakers. financial_analysis β Coding standards and metric comparison guidelines.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.