crypto-price-by-lpdawn
获取比特币、以太坊等主流加密货币的实时美元价格。
Why use this skill?
Instantly fetch real-time prices for BTC, ETH, and other major cryptocurrencies using the crypto-price-by-lpdawn skill. Simple, fast, and accurate market data for your OpenClaw agent.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/lpdawn/crypto-price-by-lpdawnWhat This Skill Does
The crypto-price-by-lpdawn skill is a high-performance OpenClaw integration designed to provide users with instantaneous, real-time market data for the world's most popular cryptocurrencies. By leveraging the industry-standard ccxt library, this skill interfaces directly with the Binance exchange infrastructure, ensuring that the price data returned to the user is accurate, reliable, and up-to-the-second. Whether you are a casual observer checking the current value of Bitcoin or a developer monitoring market fluctuations, this skill automates the data retrieval process so you do not have to manually check exchange dashboards.
Installation
To integrate this skill into your local OpenClaw environment, ensure you have the OpenClaw agent installed and configured. Open your terminal or command prompt and execute the following command:
clawhub install openclaw/skills/skills/lpdawn/crypto-price-by-lpdawn
Once installed, the agent will automatically index the skill, making it available for use in your conversational interface without requiring a restart.
Use Cases
This skill is designed for rapid information retrieval in financial and casual contexts. It is perfect for tracking portfolio snapshots, getting quick price confirmations during market volatility, or validating asset values before performing other financial calculations within the OpenClaw ecosystem.
Example Prompts
- "What is the current market price of Bitcoin in USD?"
- "Check the price of SOL right now."
- "How much is 1 ETH worth in dollars?"
Tips & Limitations
- Symbol Accuracy: Always use standard ticker symbols (e.g., BTC, ETH, SOL, DOGE). Using full names like "Bitcoin" might work, but ticker symbols are more precise for the API.
- Connectivity: This skill requires an active internet connection to communicate with the Binance API. If you are behind a restrictive corporate firewall, ensure that your environment allows outbound HTTPS requests to exchange APIs.
- Exchange Availability: Since it relies on third-party exchange APIs, if Binance undergoes maintenance or experiences downtime, this skill will return a notification that it is currently unable to fetch data.
- Default Behavior: If you trigger the skill without specifying a currency, it will default to BTC, which is the industry standard for market benchmarks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-lpdawn-crypto-price-by-lpdawn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api