SkillAgentSearch skills...

Moneda Cli

Command line to track cryptocurrency prices

Install / Use

npx skills add hminaya/moneda-cli

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Moneda

npm version

Command line to track cryptocurrency prices

Requirements

  • Node.js >= 22.0.0

Installation

npm install -g moneda-cli

Usage

# Display price data for a specific coin (auto-refreshes every 30 seconds)
moneda -t BTC
# Display price data for multiple coins
moneda -t BTC ETH XRP
# Display prices in a different currency
moneda -t BTC -c EUR
moneda -t ETH -c GBP
moneda -t XRP -c JPY
# Customize refresh interval (in seconds)
moneda -t BTC -s 10     # Refresh every 10 seconds
moneda -t ETH -s 60     # Refresh every 60 seconds
# Show help
moneda -h

Note: The app automatically refreshes prices every 30 seconds by default. Use the -s flag to customize the refresh interval.

Supported Coins

Supported by all sources (best results):

  • [x] Bitcoin (BTC)
  • [x] Ethereum (ETH)
  • [x] Ripple (XRP)
  • [x] Bitcoin Cash (BCH)
  • [x] Litecoin (LTC)
  • [x] Dash (DASH)
  • [x] Monero (XMR)

Also supported via CoinGecko:

  • [x] Cardano (ADA)
  • [x] Stellar (XLM)
  • [x] IOTA (MIOTA)
  • [x] And 13,000+ more coins!

Supported Sources

  • [x] Coinbase
  • [x] Kraken
  • [x] CoinGecko

Product Hunt

Share your thoughts on Product Hunt

Tips

If you'd like to see this tool developed further consider sending over a tip

| Coin | Wallet | |--------------------|--------------------------------------------| | Bitcoin (BTC) | bc1qkmt89twaqz5hvq9676agxj8jgatfy4wgyyuuzc |

Related Skills

View on GitHub
GitHub Stars119
CategoryDevelopment
Updated1mo ago
Forks11

Languages

JavaScript

Security Score

100/100

Audited on Jun 29, 2026

No findings