Crypto Market for Openclaw

A powerful cryptocurrency market monitoring and price alert tool built for developers using Openclaw Skills.

manifoldor
v1.0.6
Mar 18, 2026
17
4.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install crypto

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install crypto using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Crypto Market?

The Crypto Market skill is a comprehensive interface for fetching live cryptocurrency data and setting up sophisticated price monitors. Built on the industry-standard CCXT library, it allows users and AI agents to interface with major exchanges like Binance, OKX, and Bybit directly through a command-line interface. By integrating this into your Openclaw Skills library, you gain the ability to track market volatility, analyze historical price trends, and manage market depth with ease.

Crypto Market Use Cases

  • Tracking specific price targets for automated trade entry or exit signals.
  • Monitoring key support and resistance levels across various digital assets.
  • Detecting market volatility through percentage-based price change alerts.
  • Conducting cross-exchange price comparisons to identify arbitrage opportunities.

How Crypto Market Works

  1. The skill connects to a specified cryptocurrency exchange (defaulting to Binance) using the CCXT library.
  2. Users request specific data types such as tickers, order books, or historical OHLCV candlestick data.
  3. The system processes the API response and presents real-time market data in a readable CLI format.
  4. For alerts, the skill saves user-defined conditions to a local configuration and monitors live feeds against these thresholds.
  5. When conditions are met, the skill triggers notifications indicating the price movement and alert ID.

Crypto Market Setup

To use this feature within the Openclaw Skills ecosystem, you must first install the CCXT dependency:

pip3 install ccxt --user

Once installed, you can immediately begin fetching data without additional API keys for public market data.

Crypto Market Data Schema & Taxonomy

The skill manages persistent data and configurations using a structured JSON approach. This allows Openclaw Skills to maintain state between monitoring sessions.

Data Component Format Storage Location
Alert Configuration JSON ~/.config/crypto/alerts.json
Candlestick Data OHLCV Array Memory/Standard Output
Market Depth List (Bids/Asks) Memory/Standard Output

Each alert entry includes a unique ID, the trading pair, the exchange, the specific condition (above/below/percent), and the current monitoring status.

Crypto Market Advanced Features

  • Multi-Exchange support for over 10 major platforms including Coinbase, Kraken, and Bitfinex.
  • Percentage-based volatility monitoring for detecting sudden market pumps or dumps.
  • Live price watching with configurable refresh intervals to manage API rate limits.
  • Extensive timeframe support for historical data ranging from 1-minute to 1-month intervals.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*