Price Monitor
Track crypto and stock prices in real-time with configurable alerts and multi-currency support.
Why use this skill?
Track cryptocurrency and stock prices with OpenClaw. Set automated market alerts, monitor trends, and view multi-currency data in real-time with this easy-to-install agent skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/price-monitorWhat This Skill Does
The Price Monitor skill empowers your OpenClaw agent to act as a sophisticated financial dashboard. By integrating with the CoinGecko API, it enables real-time tracking of cryptocurrency valuations, market capitalization, and 24-hour price fluctuations. Beyond simple data retrieval, this skill provides a robust alert system, allowing users to define specific price thresholds for assets that are automatically monitored. The skill is designed to handle multiple currencies, offering flexibility for global users, and includes features for historical trend analysis using market chart data. All alerts are stored persistently in local configuration files to ensure they remain active across agent restarts.
Installation
To integrate this skill into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/sa9saq/price-monitor
Ensure that you have curl and jq installed on your host system to facilitate the API requests and JSON data formatting required for seamless operation.
Use Cases
- Market Surveillance: Quickly check the current value of your portfolio assets or top-market-cap coins without opening a browser.
- Automated Trading Assistance: Set up triggers to notify you immediately when a coin hits a specific "buy" or "sell" threshold, ensuring you never miss a market move.
- Trend Research: Request 7-day historical charts to analyze volatility before making informed decisions.
- Global Finance: Monitor assets in non-USD currencies like JPY, EUR, or GBP to suit your local financial reporting needs.
Example Prompts
- "What is the current price and 24-hour percentage change for Bitcoin and Ethereum?"
- "Set an alert to notify me if Solana drops below $150 USD."
- "Show me the last 7 days of price movement for Cardano in a table format."
Tips & Limitations
- Rate Limiting: Note that the free tier of the CoinGecko API is limited to approximately 30 requests per minute. The skill manages this by caching responses for 60 seconds; avoid frequent, rapid-fire queries to prevent temporary IP bans.
- Data Freshness: Market data from free-tier APIs may experience a 1–3 minute latency. Always treat the displayed data as a reference rather than an execution-grade price feed.
- Input Sanitization: Always provide coin IDs using standard alphanumeric strings or hyphens to ensure the API mapping functions correctly.
- Alert Management: Since alerts are saved to
~/.openclaw/price-alerts.json, you can manually back up or edit this file if you need to manage a large volume of complex price triggers.
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-sa9saq-price-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.