superpack-crypto-price
v0.0.4
Published
Crypto /price for OpenClaw! Part of the SuperPack.
Maintainers
Readme
openclaw-crypto-price
Live cryptocurrency prices for OpenClaw via /price command. Runs deterministically — no LLM invocation.
Usage
/price # All default coins (BTC, PAXG, XMR, ZANO)
/price btc xmr # Specific coins
/price bitcoin # Aliases work tooSupported Coins
| Symbol | Name | Aliases | |--------|-----------|--------------------| | BTC | Bitcoin | bitcoin, btc | | PAXG | PAX Gold | pax-gold, paxg | | XMR | Monero | monero, xmr | | ZANO | Zano | zano |
Installation
Add to your openclaw.json:
{
"plugins": {
"allow": ["openclaw-crypto-price"]
}
}Optional config to override default coins:
{
"plugins": {
"config": {
"openclaw-crypto-price": {
"coins": ["BTC", "XMR"]
}
}
}
}Requirements
- Python 3.6+
- Internet access (fetches from CryptoCompare API)
Data Source
CryptoCompare public API — no API key required.
