plugins marketplace
← All plugins

crypto-derivatives-tracker

v1.28.0

Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis

Claude Code1 skill

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/crypto-derivatives-tracker/ inside the repository.

Layout

plugins/crypto/crypto-derivatives-tracker/
├── .claude-plugin/plugin.json
└── skills/tracking-crypto-derivatives/SKILL.md

Skills1

tracking-crypto-derivativesskills/tracking-crypto-derivatives/SKILL.md

Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".

Manifests1

plugins/crypto/crypto-derivatives-tracker/.claude-plugin/plugin.json
{
  "name": "crypto-derivatives-tracker",
  "version": "1.28.0",
  "description": "Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "crypto",
    "derivatives",
    "futures",
    "options",
    "perpetuals",
    "funding-rate",
    "open-interest",
    "trading"
  ]
}