getCriptoPrice

Retrieve the latest USD price for a cryptocurrency via the CoinGecko API.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/germancin/system-claw --skill getcriptoprice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getCriptoPrice
Source: https://github.com/germancin/system-claw/tree/main/skills/getCriptoPrice
Command: npx skills add https://github.com/germancin/system-claw --skill getcriptoprice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill retrieves the current USD price for various cryptocurrency assets, making it easy to stay updated on market values.

Core Features & Use Cases

  • Fetches real-time prices from the CoinGecko API.
  • Supports lookup by crypto symbol (e.g., BTC) or CoinGecko ID (e.g., bitcoin).
  • Returns a structured JSON payload with asset details and price.
  • Use Case: Quickly check the current price of Bitcoin or Ethereum when discussing investments or market trends.

Quick Start

Use the getCriptoPrice skill to find the current USD price for Bitcoin.

Frequently Asked Questions about getCriptoPrice

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

FAQPage Schema
How do I get the current USD price of a cryptocurrency like Bitcoin or Ethereum?

To get the current USD price of a cryptocurrency, this Skill queries the CoinGecko API by symbol (e.g., BTC) or CoinGecko ID and returns a JSON object with the asset name, symbol, USD price, and last update timestamp.

Can I look up crypto prices using just the ticker symbol?

Yes, you can look up crypto prices using common ticker symbols like BTC or ETH, or by providing the exact CoinGecko ID to retrieve the USD price.

What data format does the CoinGecko price request return?

The CoinGecko price request returns a structured JSON payload containing the asset name, symbol, current USD price, and a timestamp of the last update.

Do I need any API keys to fetch real-time crypto market data?

No API keys are required to fetch real-time crypto market data because this Skill retrieves USD prices directly through the CoinGecko public API.

What is the best way to check Bitcoin market values for investment tracking?

The best way to check Bitcoin market values is to use this Skill to fetch real-time USD prices from CoinGecko, returning structured JSON data for tracking investments and market trends.

Are there limitations when using a public API for crypto price data?

Using a public API for crypto price data means you rely on CoinGecko's rate limits and public data availability, which may restrict lookup frequency or delay real-time market data updates.