π¦ ClawHub
Crypto Price Alert
by @zy42905163-web
Real-time cryptocurrency price alerts and monitoring. Track Bitcoin, Ethereum, and 100+ coins with custom price alerts delivered to your Telegram, Discord, o...
TERMINAL
clawhub install crypto-price-alertπ About This Skill
name: crypto-price-alert version: 1.0.0 description: Real-time cryptocurrency price alerts and monitoring. Track Bitcoin, Ethereum, and 100+ coins with custom price alerts delivered to your Telegram, Discord, or Email. tags: crypto, trading, alerts, bitcoin, ethereum, finance, monitoring license: MIT
Crypto Price Alert
> Never miss a price movement. Real-time crypto alerts delivered to your favorite channels.
Features
Supported Coins
Usage
Set Price Alert
"Alert me when BTC goes above $70,000"
"Notify me if ETH drops below $3,500"
"Send me a daily crypto price report at 9am"
Portfolio Tracking
"Track my portfolio: 0.5 BTC, 10 ETH, 100 SOL"
"Show me my portfolio value"
"What's my profit/loss today?"
Technical Analysis
"What's the RSI for Bitcoin?"
"Is ETH in oversold territory?"
"Show me BTC's 7-day moving average"
Configuration
{
"alerts": [
{
"coin": "bitcoin",
"target_price": 70000,
"condition": "above",
"channels": ["telegram", "email"]
}
],
"portfolio": [
{"coin": "bitcoin", "amount": 0.5},
{"coin": "ethereum", "amount": 10}
],
"report_schedule": "0 9 * * *"
}
Delivery Channels
| Channel | Setup | |---------|-------| | Telegram | Provide bot token and chat ID | | Discord | Set up webhook URL | | Email | Configure SMTP settings | | Slack | Add webhook URL |
Pricing for Custom Setup
| Service | Price | |---------|-------| | Basic Setup (1 alert) | $50 | | Pro Setup (10 alerts + reports) | $150 | | Portfolio Tracking | $100/year | | Enterprise (API integration) | $500+ |
Data Sources
Requirements
Perfect For
*Version: 1.0.0* *Author: OpenClaw Community*
π‘ Examples
Set Price Alert
"Alert me when BTC goes above $70,000"
"Notify me if ETH drops below $3,500"
"Send me a daily crypto price report at 9am"
Portfolio Tracking
"Track my portfolio: 0.5 BTC, 10 ETH, 100 SOL"
"Show me my portfolio value"
"What's my profit/loss today?"
Technical Analysis
"What's the RSI for Bitcoin?"
"Is ETH in oversold territory?"
"Show me BTC's 7-day moving average"
βοΈ Configuration
{
"alerts": [
{
"coin": "bitcoin",
"target_price": 70000,
"condition": "above",
"channels": ["telegram", "email"]
}
],
"portfolio": [
{"coin": "bitcoin", "amount": 0.5},
{"coin": "ethereum", "amount": 10}
],
"report_schedule": "0 9 * * *"
}