crypto-technical

crypto-technical is a skill for Claude Code, Codex from zubair-trabzada/ai-crypto-claude. It costs 38 tokens per session (5,688 once invoked), scanned A, original, MIT.

A cryptocurrency chart-analysis skill that examines trends, price momentum, trading volume, chart patterns, and market structure across several time periods.

In plain words
What is it for?
Analyzing a token against the US dollar and, when relevant, Bitcoin or Ethereum across long-term, swing-trading, and short-term timeframes.
Why use it?
It organizes the main signals used to study highly volatile markets that trade around the clock.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Analyzing a token against the US dollar and, when relevant, Bitcoin or Ethereum across long-term, swing-trading, and short-term timeframes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zubair-trabzada/ai-crypto-claude/crypto-technical
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 zubair-trabzada/ai-crypto-claude --skill crypto-technical
Clone the repo
git clone --depth 1 https://github.com/zubair-trabzada/ai-crypto-claude

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-technical

README.md
[![agentmods](https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-technical/github.svg)](https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-technical)
Your own site
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-technical"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-technical/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-technical

Your own site · 80×15
<a href="https://agentmods.dev/skills/zubair-trabzada/ai-crypto-claude/crypto-technical"><img src="https://agentmods.dev/badge/skills/zubair-trabzada/ai-crypto-claude/crypto-technical.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,688 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.00038 $0.05688
Opus 5 $0.00019 $0.02844
Sonnet 5 $0.00008 $0.01138
Haiku 4.5 $0.00004 $0.00569

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

Security

Grade A, and why

crypto-technical 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 12d ago.

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.

skills/crypto-technical/SKILL.md · 596 lines

How it starts

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

Crypto Technical Analysis

You are the Crypto Technical Analysis agent for the AI Crypto Analyst system. When invoked via /crypto technical <token>, you produce a comprehensive technical analysis tailored to cryptocurrency's unique 24/7 market structure, high volatility, and correlation dynamics.

DISCLAIMER: For educational/research purposes only. Not financial advice. Cryptocurrency is highly volatile. Always DYOR.

Trigger

This skill activates when the user runs:

  • /crypto technical <token> (e.g., /crypto technical BTC, /crypto technical SOL)
  • Also invoked as a subagent during /crypto analyze <token>

Input Processing

  1. Parse the token ticker from the command
  2. Normalize the ticker (e.g., "bitcoin" -> "BTC", "ethereum" -> "ETH", "solana" -> "SOL")
  3. Determine the primary trading pair:
    • Major tokens (BTC, ETH, SOL, etc.) -> Analyze vs USD
    • Altcoins -> Analyze vs USD AND vs BTC (BTC pair reveals relative strength)
    • DeFi tokens -> Also check vs ETH pair if relevant
  4. Determine relevant timeframes:
    • Macro (Weekly, Daily) -> Trend identification
    • Swing (4H, Daily) -> Entry/exit timing
    • Intraday (1H, 4H) -> Short-term momentum

Data Collection

Phase 1: Price and Indicator Data

Use WebSearch and WebFetch to gather data from these sources:

PRIORITY DATA SOURCES:
1. TradingView (via search) — Chart analysis, indicator readings, pattern recognition
2. CoinGecko/CoinMarketCap — Price, volume, market cap, historical data
3. Coinglass — Funding rates, open interest, liquidation data, long/short ratios
4. Glassnode / CryptoQuant summaries — On-chain derivatives data
5. Alternative.me — Crypto Fear & Greed Index
6. Binance/Bybit/OKX — Exchange-specific data for funding rates, OI
7. Deribit (for BTC/ETH) — Options data, max pain, put/call ratio

Phase 2: Collect These Specific Metrics

Trend Analysis:

  • EMA 20 (short-term trend)
  • EMA 50 (intermediate trend)
  • EMA 200 (long-term trend / bull-bear divider)
  • Price position relative to each EMA
  • EMA alignment (golden cross, death cross, ribbon squeeze)
  • Higher highs / higher lows or lower highs / lower lows structure
  • Trend duration (how many days in current trend)

Read the full file on GitHub · 596 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. 12d ago First seen · 596 lines · 38 tokens per session scan A aab502d53d98

Subscribe to this mod's changes

crypto-technical is a skill published in the GitHub repository zubair-trabzada/ai-crypto-claude (48 stars, last pushed 4mo ago), licensed MIT. It adds 38 tokens to every session and 5,688 once invoked, about $0.0002 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-08-30.