← All skills
Tencent SkillHub Β· Developer Tools

Immortal

Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
scripts/assess_vitality.py, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

Named Immortal: Agent Resource Intelligence

"To survive the infinite game, one must understand not just price, but Vitality β€” the mathematical probability of survival."

What This Skill Does

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

Metrics Computed

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

Basic (default: BTC + ETH, 365-day window)

python .agent/skills/immortal/scripts/assess_vitality.py

Custom assets

python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin ethereum solana

Custom API endpoint

python .agent/skills/immortal/scripts/assess_vitality.py --api https://crypto-health-hub.onrender.com

Custom time window

python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin --days 90

Output

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

Dependencies

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)

Related Skills

immortal-api β€” Full compute-budget survival API with ledger, optimizer, policy engine, and circuit breakers. financial_analysis β€” Coding standards and metric comparison guidelines.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/assess_vitality.py Scripts