โ† All skills
Tencent SkillHub ยท Developer Tools

Crypto Price

Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
ARCHITECTURE.md, README.md, SKILL.md, requirements.txt, scripts/get_price_chart.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Crypto Price & Chart

Get cryptocurrency token price and generate candlestick charts.

Usage

Execute the script with token symbol and optional duration: python3 {baseDir}/scripts/get_price_chart.py <SYMBOL> [duration] Examples: python3 {baseDir}/scripts/get_price_chart.py HYPE python3 {baseDir}/scripts/get_price_chart.py HYPE 12h python3 {baseDir}/scripts/get_price_chart.py BTC 3h python3 {baseDir}/scripts/get_price_chart.py ETH 30m python3 {baseDir}/scripts/get_price_chart.py SOL 2d Duration format: 30m, 3h, 12h, 24h (default), 2d

Output

Returns JSON with: price - Current price in USD/USDT change_period_percent - Price change percentage for the period chart_path - Path to generated PNG chart (if available) text_plain - Formatted text description Chart as image (always when chart_path is present): You must send the chart as a photo, not as text. In your reply, output text_plain and on a new line: MEDIA: followed by the exact chart_path value (e.g. MEDIA: /tmp/crypto_chart_HYPE_1769204734.png). Clawdbot will attach that file as an image. Do not write [chart: path] or any other text placeholder โ€” only the MEDIA: <chart_path> line makes the image appear.

Chart Details

Format: Candlestick chart (8x8 square) Theme: Dark (#0f141c background) Output: /tmp/crypto_chart_{SYMBOL}_{timestamp}.png

Data Sources

Hyperliquid API - For HYPE and other Hyperliquid tokens (preferred) CoinGecko API - Fallback for other tokens Price data cached for 300 seconds (5 minutes) in /tmp/crypto_price_*.json.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs1 Scripts1 Files
  • SKILL.md Primary doc
  • ARCHITECTURE.md Docs
  • README.md Docs
  • scripts/get_price_chart.py Scripts
  • requirements.txt Files