crypto-levels

crypto-levels is a skill for Claude Code, Codex from Demerzels-lab/elsamultiskillagent. It costs 58 tokens per session (2,238 once invoked), scanned A, original, MIT.

A cryptocurrency market-analysis tool that reports current prices, support and resistance levels, and brief technical insights for trading pairs such as BTC-USDT and ETH-USDT.

In plain words
What is it for?
Use it to check crypto prices, identify possible buying or selling levels, and review basic technical analysis for supported pairs.
Why use it?
It brings current and recent price, volume, and indicator data together so you can assess important price areas without gathering them manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to check crypto prices, identify possible buying or selling levels, and review basic technical analysis for supported pairs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/demerzels-lab/elsamultiskillagent/crypto-levels
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Demerzels-lab/elsamultiskillagent --skill crypto-levels
Clone the repo
git clone --depth 1 https://github.com/Demerzels-lab/elsamultiskillagent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for crypto-levels

README.md
[![agentmods](https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/crypto-levels/github.svg)](https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/crypto-levels)
Your own site
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/crypto-levels"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/crypto-levels/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for crypto-levels

Your own site · 80×15
<a href="https://agentmods.dev/skills/demerzels-lab/elsamultiskillagent/crypto-levels"><img src="https://agentmods.dev/badge/skills/demerzels-lab/elsamultiskillagent/crypto-levels.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,238 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00058 $0.02238
Opus 5 $0.00029 $0.01119
Sonnet 5 $0.00012 $0.00448
Haiku 4.5 $0.00006 $0.00224

Measured 9d ago against content hash 19eecd43cd93, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

crypto-levels scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/analyze_levels.py, scripts/analyze_manual.py, scripts/analyze_quick.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

public/skills/362224222/crypto-levels/SKILL.md · 319 lines

How it starts

The opening of the file, as written. The whole thing — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Crypto Levels Analyzer

Quick Start

Basic Usage

Ask about any cryptocurrency pair:

BTC-USDT 支撑位压力位
ETH-USDT 技术分析
SOL-USDT 当前价格和关键水平

What You'll Get

  • Current Price: Real-time price data
  • Support Levels: Key price levels where buying interest may emerge
  • Resistance Levels: Key price levels where selling pressure may increase
  • Technical Analysis: Brief market sentiment and trading insights

Supported Pairs

Major Cryptocurrencies

  • BTC-USDT - Bitcoin
  • ETH-USDT - Ethereum
  • SOL-USDT - Solana
  • BNB-USDT - Binance Coin
  • XRP-USDT - Ripple
  • ADA-USDT - Cardano
  • DOGE-USDT - Dogecoin
  • DOT-USDT - Polkadot

Altcoins

  • AVAX-USDT - Avalanche
  • MATIC-USDT - Polygon
  • LINK-USDT - Chainlink
  • UNI-USDT - Uniswap
  • ATOM-USDT - Cosmos
  • LTC-USDT - Litecoin
  • BCH-USDT - Bitcoin Cash
  • XLM-USDT - Stellar

Note: Full list in SUPPORTED_PAIRS.md

How It Works

Data Sources

The skill uses multiple data sources to calculate support and resistance levels:

  1. Price Data: Current market price
  2. Historical Data: Recent price action (24h, 7d, 30d)
  3. Volume Data: Trading volume analysis
  4. Technical Indicators: Moving averages, RSI, etc.

Level Calculation

Support Levels (Buying Interest)
  • Primary Support: Recent low + volume profile
  • Secondary Support: Moving average crossovers
  • Tertiary Support: Fibonacci retracement levels
Resistance Levels (Selling Pressure)
  • Primary Resistance: Recent high + volume profile
  • Secondary Resistance: Moving average resistance
  • Tertiary Resistance: Fibonacci extension levels

Analysis Methodology

1. Fetch current price and 24h data
2. Calculate recent highs/lows
3. Apply technical indicators
4. Generate support/resistance levels
5. Provide trading insights

Usage Examples

Example 1: Basic Query

User: "BTC-USDT 支撑位压力位"

Read the full file on GitHub · 319 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 319 lines · 58 tokens per session scan A 19eecd43cd93

Subscribe to this mod's changes

crypto-levels is a skill published in the GitHub repository Demerzels-lab/elsamultiskillagent (10 stars, last pushed 4mo ago), licensed MIT. It adds 58 tokens to every session and 2,238 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.