A powerful cryptocurrency market monitoring and price alert tool built for developers using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install crypto
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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.
Loading
A developer-focused CLI tool for managing WeChat Official Account drafts, including automated image uploads and article publishing.

A high-performance WebSocket monitor that detects and alerts you to new Binance trading pair listings the moment they go live.

A sophisticated framework for organizing your life as a knowledge graph of objects and links to drive AI-aligned decision making.

A comprehensive integration for the Clerk.io ecommerce personalization platform, enabling automated data management and workflow orchestration.

A powerful tool for searching and analyzing trending GitHub repositories using multi-dimensional filters like topics, stars, and creation dates.

A command-line utility for managing OpenClaw agent sessions, providing full visibility and control over session states and history files.








































