jeremylongshore

tracking-crypto-derivatives

@jeremylongshore/tracking-crypto-derivatives
jeremylongshore
899
106 forks
Updated 1/6/2026
View on GitHub

Track futures, options, and perpetual swap positions with P&L calculations. Use when tracking futures and options positions. Trigger with phrases like "track derivatives", "check futures positions", or "analyze perps".

Installation

$skills install @jeremylongshore/tracking-crypto-derivatives
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/crypto/crypto-derivatives-tracker/skills/tracking-crypto-derivatives/SKILL.md
Branchmain
Scoped Name@jeremylongshore/tracking-crypto-derivatives

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: tracking-crypto-derivatives description: | Track futures, options, and perpetual swap positions with P&L calculations. Use when tracking futures and options positions. Trigger with phrases like "track derivatives", "check futures positions", or "analyze perps".

allowed-tools: Read, Write, Edit, Grep, Glob, Bash(crypto:derivatives-*) version: 1.0.0 author: Jeremy Longshore jeremy@intentsolutions.io license: MIT

Tracking Crypto Derivatives

Overview

This skill provides automated assistance for the described functionality.

Prerequisites

Before using this skill, ensure you have:

  • Access to crypto market data APIs (CoinGecko, CoinMarketCap, or similar)
  • Blockchain RPC endpoints or node access (Infura, Alchemy, or self-hosted)
  • API keys for exchanges if trading or querying account data
  • Web3 libraries installed (ethers.js, web3.py, or equivalent)
  • Understanding of blockchain concepts and crypto market dynamics

Instructions

  1. Use Read tool to load API credentials from {baseDir}/config/crypto-apis.env
  2. Configure blockchain RPC endpoints for target networks
  3. Set up exchange API connections if required
  4. Verify rate limits and subscription tiers
  5. Test connectivity and authentication
  6. Use Bash(crypto:derivatives-*) to execute crypto data queries
  7. Fetch real-time prices, volumes, and market cap data
  8. Query blockchain for on-chain metrics and transactions
  9. Retrieve exchange order book and trade history
  10. Aggregate data from multiple sources for accuracy

See {baseDir}/references/implementation.md for detailed implementation guide.

Output

  • Current prices across exchanges with spread analysis
  • 24h volume, market cap, and circulating supply
  • Price changes across multiple timeframes (1h, 24h, 7d, 30d)
  • Trading volume distribution by exchange
  • Liquidity metrics and slippage estimates
  • Transaction count and network activity

Error Handling

See {baseDir}/references/errors.md for comprehensive error handling.

Examples

See {baseDir}/references/examples.md for detailed examples.

Resources

  • CoinGecko API for market data across thousands of assets
  • Etherscan API for Ethereum blockchain data
  • Dune Analytics for on-chain SQL queries
  • The Graph for decentralized blockchain indexing
  • ethers.js for Ethereum smart contract interaction

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.