crypto-derivatives

Analyze crypto derivatives market data and generate trading strategies.

Updated May 25, 2026
One-click install
npx skills add https://github.com/NigarumOvum/AutoTrading --skill crypto-derivatives-nigarumovum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crypto-derivatives
Source: https://github.com/NigarumOvum/AutoTrading/tree/main/Vibe-Trading/agent/src/skills/crypto-derivatives
Command: npx skills add https://github.com/NigarumOvum/AutoTrading --skill crypto-derivatives-nigarumovum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, numpy, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive analysis and strategies for crypto derivatives trading, including perpetual funding-rate arbitrage, futures term-structure trading, and options strategies.

Core Features & Use Cases

  • Perpetual Funding-Rate Arbitrage: Analyze funding rates and execute arbitrage strategies.
  • Futures Term-Structure Trading: Evaluate term structures and execute trading strategies.
  • Options Strategies: Analyze options volatility and Greeks, and execute strategies like straddles and reversals.
  • Use Case: Use this Skill to analyze the BTC term structure and execute a cash-and-carry strategy during a contango market.

Quick Start

Analyze the BTC term structure and execute a cash-and-carry strategy using the crypto-derivatives skill.

Frequently Asked Questions about crypto-derivatives

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze crypto derivatives market data for perpetual funding rates?

To analyze crypto derivatives market data, this Skill processes perpetual funding rates using Python and pandas to identify arbitrage opportunities and execute trading strategies. It requires access to live market data via requests.

What is futures term-structure trading and how do I execute a cash-and-carry strategy?

Futures term-structure trading evaluates the price curve of contracts over time. You can execute a cash-and-carry strategy during a contango market by analyzing the BTC term structure to profit from the price gap.

Can I analyze options Greeks and volatility for crypto derivatives using Python?

Yes, you can analyze crypto options volatility and Greeks using Python libraries like numpy. The Skill supports executing options strategies such as straddles and reversals based on the computed metrics.

Do I need specific Python libraries to run crypto derivatives arbitrage analysis?

Yes, you need pandas, numpy, and requests installed in your Python environment. These libraries handle data manipulation, mathematical calculations for Greeks, and fetching live crypto derivatives market data.

What is the best way to identify perpetual funding-rate arbitrage opportunities?

The best way to identify perpetual funding-rate arbitrage is by analyzing funding rate data to find pricing discrepancies. This Skill processes market data to spot these arbitrage conditions and structure the trade.

Are there limitations when using Python for crypto derivatives market analysis?

The main limitation is the dependency on external data access; the Skill requires a reliable connection to fetch crypto derivatives market data using requests. Analysis accuracy depends entirely on the quality of the data received.