pyth-network

13 mods across 1 repository, 247 stars between them.

faq-weekly-update

03

pyth-network/pyth-crosschain

Cursor rule Cursor

Workflow for updating Pyth Pro FAQ from weekly data dumps. Read this rule when the user provides a data dump for FAQ updates.

247 2d ago A 0 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Evaluates one-time price alert conditions using Pyth data. Checks if prices are above or below thresholds, if assets have moved by a percentage, or if prices are near period highs or lows. Use when a user asks "is BTC above $100k?", "has ETH dropped 5% today?", or "is gold near its weekly high?" These are…

247 2d ago A 87 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Compares price performance across multiple assets by normalizing OHLC data to a common baseline. Fetches candlestick data for each asset, normalizes closes to relative performance (1.0 = start), and computes period returns. Use when a user wants to compare assets like "Bitcoin vs Gold" or "ETH vs SOL last 30 days.".

247 2d ago A 77 tokens

pyth-data-export

06

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Exports Pyth price data in structured formats (CSV, JSON, Markdown tables). Handles OHLC candlestick exports, feed catalog dumps, historical price snapshots, and current price tables. Manages pagination and truncation limits. Use when a user wants data "as CSV", "as JSON", "export to file", or formatted data output.

247 2d ago A 73 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Monitors perpetual futures funding rates using Pyth funding-rate feeds. Discovers funding rate symbols, fetches current rates, and analyzes rate history via candlestick data. Use when a user asks about funding rates, market sentiment, or long/short bias for perpetual futures.

247 2d ago A 61 tokens

pyth-fx-converter

08

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Converts currencies using Pyth FX and crypto price feeds. Computes cross rates through USD (e.g., EUR to JPY via EUR/USD and JPY/USD). Supports fiat, crypto, and mixed conversions for current and historical rates. Use when a user asks to convert amounts between currencies or check exchange rates.

247 2d ago A 69 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Helps developers integrate Pyth price feeds into their applications. Explains feed discovery, symbol formats, ID types, exponents, and pricing channels. Use when a user asks "how do I use Pyth?", "what's the feed ID for X?", or "how do prices work?".

247 2d ago A 66 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Tracks a portfolio of assets using Pyth price feeds. Discovers feeds, fetches current prices in a single batched call, computes portfolio value, allocation percentages, and P&L against historical reference prices. Use when a user wants to track holdings, check portfolio value, or compute gains and losses.

247 2d ago A 68 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Fetches price snapshots at specific historical timestamps using gethistoricalprice. Generates timestamp series (monthly, weekly, quarterly) and calls the API once per timestamp with up to 50 feeds. Use when a user wants "BTC at start of each month" or periodic price snapshots. For continuous daily/weekly data, suggest…

247 2d ago A 79 tokens

pyth-network/pyth-crosschain

Skill Claude CodeCodex

Analyzes price volatility using Pyth candlestick data. Computes annualized volatility from close-to-close returns, average true range (ATR), and daily range metrics. Use when a user asks "how volatile is X?", wants risk comparisons between assets, or needs volatility metrics for trading or risk management.

247 2d ago A 65 tokens

mcp

13

pyth-network/pyth-crosschain

MCP server Claude CodeCodexCursor +2

Real-time and historical price feeds for 500+ crypto, equities, FX, and commodities assets. Remote server at mcp.pyth.network.

247 2d ago A tokens not measured