← Back to Skills Marketplace
evgyur

Crypto Price

by evgyur · GitHub ↗ · v0.2.2
cross-platform ✓ Security Clean
8344
Downloads
12
Stars
61
Active Installs
5
Versions
Install in OpenClaw
/install crypto-price
Description
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.
Usage Guidance
Install this if you are comfortable with a skill that runs a local Python script, contacts CoinGecko or Hyperliquid for public market data, and writes temporary cache/chart files in /tmp. Do not treat prices as financial advice, and consider pinning dependencies if you need reproducible installs.
Capability Analysis
Type: OpenClaw Skill Name: crypto-price Version: 0.2.2 The OpenClaw AgentSkills skill bundle is benign. The `SKILL.md` file contains instructions for the AI agent on how to format its output to display charts (`MEDIA: <chart_path>`), which is a functional prompt injection aligned with the skill's purpose and not malicious. The `get_price_chart.py` script interacts with legitimate cryptocurrency APIs (CoinGecko, Hyperliquid), uses standard Python libraries, and stores temporary cache and chart files in the `/tmp` directory. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation. All network calls are to known public endpoints, and the `matplotlib` dependency is standard for plotting.
Capability Assessment
Purpose & Capability
The stated purpose is cryptocurrency price lookup and candlestick chart generation, and the artifacts consistently implement that through CoinGecko/Hyperliquid API calls, JSON output, and PNG chart creation.
Instruction Scope
The skill instructs the agent to run a bundled Python script and emit a MEDIA line for the generated chart; this is a formatting/control instruction, but it is disclosed and necessary for the chart-attachment workflow.
Install Mechanism
Installation requires Python 3 and matplotlib via requirements.txt; matplotlib is a normal charting dependency, though the dependency is version-bounded rather than exactly pinned.
Credentials
Outbound requests to CoinGecko and Hyperliquid and writes under /tmp are disclosed and proportionate to fetching prices, caching public data, and saving generated charts.
Persistence & Privilege
The only persistence found is a 5-minute /tmp cache and generated PNG files; there are no startup hooks, background workers, credential/session access, privilege escalation, or destructive file operations.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install crypto-price
  3. After installation, invoke the skill by name or use /crypto-price
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Update README: correct chart colors (grey + cyan/magenta swings, gradient mode)
v0.2.1
Update README with correct chart colors (grey + cyan/magenta swings, gradient mode)
v0.2.0
Add ARCHITECTURE.md docs explaining design decisions, update SKILL.md
v1.1.0
Add ARCHITECTURE.md docs, update SKILL.md formatting
v0.1.0
- Initial release of crypto-price skill. - Fetches cryptocurrency prices and generates candlestick charts using CoinGecko or Hyperliquid APIs. - Supports multiple tokens and custom time durations (e.g., 30m, 3h, 2d). - Returns current price, percentage change, and PNG chart path in JSON output. - Output includes a plain text summary and (if available) a candlestick chart image. - Price data caching implemented for 5 minutes to improve performance.
Metadata
Slug crypto-price
Version 0.2.2
License
All-time Installs 285
Active Installs 61
Total Versions 5
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 8344 downloads so far.

How do I install Crypto Price?

Run "/install crypto-price" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Crypto Price free?

Yes, Crypto Price is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Crypto Price support?

Crypto Price is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Crypto Price?

It is built and maintained by evgyur (@evgyur); the current version is v0.2.2.

💬 Comments