pyth

Integrate Pyth Network real-time price feeds into Solana applications.

2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/sempervincere/lokal --skill pyth-sempervincere
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pyth
Source: https://github.com/sempervincere/lokal/tree/main/.claude/skills/pyth
Command: npx skills add https://github.com/sempervincere/lokal --skill pyth-sempervincere

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @pythnetwork/hermes-client, @pythnetwork/pyth-solana-receiver, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables developers to easily integrate real-time price feeds from Pyth Network into their Solana applications, providing reliable and up-to-date market data.

Core Features & Use Cases

  • Real-Time Price Feeds: Access real-time price data for cryptocurrencies, equities, forex, and commodities.
  • On-Chain Integration: Utilize on-chain CPI for Solana programs.
  • Off-Chain Integration: Fetch price data via HTTP and WebSocket APIs.
  • Use Case: Build a DeFi application that needs to display live cryptocurrency prices or calculate prices based on real-time market data.

Quick Start

Use the pyth skill to fetch the latest price for BTC/USD.

Frequently Asked Questions about pyth

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

FAQPage Schema
How do I integrate real-time price feeds into a Solana application?

To integrate real-time price feeds into a Solana application, use this Skill to fetch Pyth Network data via on-chain CPI or off-chain Hermes API HTTP and WebSocket requests. It supports EMA pricing and confidence intervals for reliable market data.

Can I fetch cryptocurrency and equity prices off-chain via Hermes API?

Yes, you can fetch cryptocurrency and equity prices off-chain via the Hermes API. The Skill utilizes the HermesClient SDK to retrieve real-time Pyth Network price data through both HTTP and WebSocket API integrations.

Does this Skill support on-chain CPI for Solana programs?

Yes, this Skill supports on-chain CPI for Solana programs by utilizing the PythSolanaReceiver SDK. It enables direct integration of Pyth Network real-time price feeds into your Solana smart contracts.

What is the best way to access EMA pricing and confidence intervals from Pyth Network?

The best way to access EMA pricing and confidence intervals from Pyth Network is through this Skill. It wraps HermesClient and PythSolanaReceiver SDKs to provide options for both EMA pricing and confidence intervals.

Do I need specific SDKs to build a DeFi application with Pyth Network price data?

Yes, you need the @pythnetwork/hermes-client and @pythnetwork/pyth-solana-receiver SDKs to build a DeFi application with Pyth Network price data. These dependencies enable both off-chain fetching and on-chain Solana program integration.

What data types are available when fetching real-time prices for Solana?

When fetching real-time prices for Solana, available data types include cryptocurrencies, equities, forex, and commodities. The Skill provides real-time price data along with EMA pricing and confidence intervals.