crypto-derivatives-tracker
v1.28.0Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone 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
├── .claude-plugin/plugin.json└── skills/tracking-crypto-derivatives/SKILL.md
Skills1
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
{
"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"
]
}