← Back to Skills Marketplace
majestyatenkhu

Immortal

by Majesty Atenkhu · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
649
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install immortal
Description
Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and...
README (SKILL.md)

\r \r

Named Immortal: Agent Resource Intelligence\r

\r

"To survive the infinite game, one must understand not just price, but Vitality — the mathematical probability of survival."\r \r

What This Skill Does\r

\r 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:\r \r | Tier | Criteria | Agent Recommendation |\r |:---|:---|:---|\r | 🛡️ IMMORTAL | Sharpe > 1.2, Drawdown \x3C 60% | Treasury / Long-term hold |\r | ⚠️ MORTAL | Moderate risk profile | Active management / Growth |\r | ☠️ CRITICAL | Drawdown > 80% or Sharpe \x3C -1.0 | Avoid / Hedge |\r \r

Metrics Computed\r

\r All metrics are powered by the Crypto Health Hub backend (services.py):\r \r

  • Sharpe Ratio — Risk-adjusted return vs. risk-free rate\r
  • Sortino Ratio — Downside-only risk adjustment\r
  • VaR / CVaR (95%) — Worst-case loss scenarios\r
  • Cornish-Fisher VaR — Skewness/kurtosis-adjusted VaR\r
  • Max Drawdown — Largest peak-to-trough decline\r
  • Annualized Return — CAGR over the window\r
  • Skewness / Kurtosis — Distribution shape\r \r

Usage\r

\r

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

python .agent/skills/immortal/scripts/assess_vitality.py\r
```\r
\r
### Custom assets\r
```bash\r
python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin ethereum solana\r
```\r
\r
### Custom API endpoint\r
```bash\r
python .agent/skills/immortal/scripts/assess_vitality.py --api https://crypto-health-hub.onrender.com\r
```\r
\r
### Custom time window\r
```bash\r
python .agent/skills/immortal/scripts/assess_vitality.py --coins bitcoin --days 90\r
```\r
\r
## Output\r
\r
**Human-readable** output goes to `stdout`. **Machine-readable JSON** is emitted to `stderr` for agent piping:\r
\r
```bash\r
# Agent can capture JSON like this:\r
python assess_vitality.py --coins bitcoin 2>results.json\r
```\r
\r
## Dependencies\r
\r
- **Python 3.10+** (uses `match`-free syntax, compatible with 3.10)\r
- **httpx** (optional) — if installed, used for async HTTP. Falls back to `urllib` from stdlib.\r
- **Internet access** to the Majestify API (`crypto-health-hub.onrender.com`)\r
\r
## Related Skills\r
\r
- [immortal-api](file:///.agent/skills/immortal-api/SKILL.md) — Full compute-budget survival API with ledger, optimizer, policy engine, and circuit breakers.\r
- [financial_analysis](file:///.agent/skills/financial_analysis/SKILL.md) — Coding standards and metric comparison guidelines.\r
Usage Guidance
This skill calls an external API (default: https://crypto-health-hub.onrender.com) to fetch asset metrics — it sends only asset identifiers and the requested time window and prints results. Before installing, verify you trust the external API/host (majestify.io / onrender.com) because network calls go to that service; if you prefer, run the script locally pointing at a self-hosted API using --api. Avoid supplying sensitive secrets to this skill (none are required), review the script if you need to confirm behavior, and run it in an isolated environment if you are concerned about exfiltration to a third-party endpoint.
Capability Analysis
Type: OpenClaw Skill Name: immortal Version: 1.0.0 The skill is designed to fetch crypto asset vitality metrics from an external API. While its core functionality is benign, the `scripts/assess_vitality.py` script accepts an `--api` argument, allowing the agent to be prompted to make network requests to an arbitrary URL. This capability, without explicit input validation or restrictions on the target URL, presents a vulnerability (e.g., potential Server-Side Request Forgery or data exfiltration if pointed to a malicious endpoint) that could be exploited by a compromised agent prompt, classifying it as suspicious rather than benign due to this risky capability.
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, and the included script all describe calling the Majestify / crypto-health-hub API to compute risk metrics. No extraneous binaries, env vars, or unrelated capabilities are requested.
Instruction Scope
Runtime instructions and the script confine operations to fetching JSON from the configured API, computing classifications, printing human-readable output to stdout and JSON to stderr. The instructions do not request reading unrelated files, system secrets, or other system state.
Install Mechanism
No install spec is provided (instruction-only with an included script). The code uses stdlib urllib as a fallback and optionally httpx if present; nothing is downloaded or extracted at install time.
Credentials
No environment variables, credentials, or config paths are required. The script does not access other env vars or secrets. Network access to the API is required, which is proportional to the stated purpose.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or modify other skills or system configuration. Autonomous invocation is allowed (platform default) but not combined with elevated privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install immortal
  3. After installation, invoke the skill by name or use /immortal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Immortal skill provides AI agents with the capability to manage crypto resources by leveraging a robust DeFi risk intelligence powered by majestify.io.
Metadata
Slug immortal
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Immortal?

Empowers AI agents with crypto resource vitality assessment. Calls the Majestify API (crypto-health-hub) to compute Sharpe, Sortino, VaR, CVaR, drawdown, and... It is an AI Agent Skill for Claude Code / OpenClaw, with 649 downloads so far.

How do I install Immortal?

Run "/install immortal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Immortal free?

Yes, Immortal is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Immortal support?

Immortal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Immortal?

It is built and maintained by Majesty Atenkhu (@majestyatenkhu); the current version is v1.0.0.

💬 Comments