← Back to list
custom-indicators Checked
Crypto-native indicators including NVT ratio, exchange flow, funding rate signals, holder momentu…
8.7Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "custom-indicators" skill by following the instructions at https://skill123.me/install/custom-indicators.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/custom-indicators.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 23 KBAbout this skill
Overview
Crypto-native indicators including NVT ratio, exchange flow, funding rate signals, holder momentum, and smart money flow
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/custom-indicators
Score breakdown
Trigger
7.0
Description names the What (five headline indicator families) with good domain keywords; no when/when-not in description; body notes standard-TA boundary in the rationale section.
Structure
9.3
398-line SKILL.md, two references, two scripts; Files table (placed early) maps roles; no redundant files.
Workflow
8.0
Consistent per-indicator pattern (formula, interpretation bands, data sources, code) makes computation directly actionable; 'no single indicator reliable' guard plus composite/false-signal filtering reference; scripts provide live/demo verification; organization is catalog-per-indicator rather than an end-to-end workflow.
Content
9.0
Dense formulas with explicit thresholds and docstrings; the 'Why Standard TA Falls Short' preamble is contextual but justified; minor repetition of signal-band structure across sections.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency docs, graceful ImportError, timeouts, error handling; all referenced paths exist.
Security
10.0
6.0 manifest: data reads none beyond args; side effects none; network only to official keyless CoinGecko/DeFiLlama APIs; credentials none; persistence none. Capabilities match declared scope. Not-financial-advice disclaimer present. No injection, no destructive commands.
Nine crypto-native indicators (NVT, MVRV, exchange flow, funding rate, OI momentum, holder momentum, liquidity score, smart money flow, token velocity), each with formula, signal thresholds, data sources, and a runnable function. Composite/divergence guidance offloaded to signal_interpretation.md. Scripts fetch only CoinGecko and DeFiLlama (keyless) with demo fallback. Disclaimer: informational only, not financial advice. 6.0 manifest: network destinations api.coingecko.com / api.llama.fi only (official, matching declared data-source guidance); no credentials, no file writes, no persistence; capabilities match declared scope. Analysis-only, no execution.
