crypto-market-dataNo API KEY needed for free tier. Professional-grade cryptocurrency and stock market data integration for real-time prices, company profiles, and global analytics. Powered by Node.js with zero external dependencies.
Install via ClawdBot CLI:
clawdbot install Liam8/crypto-market-dataA comprehensive suite of tools for retrieving real-time and historical cryptocurrency and stock market data. This skill interfaces with a dedicated market data server to provide high-performance, authenticated access to global financial statistics. Built entirely on Node.js standard libraries — no npm install required.
| Category | Description |
| :--- | :--- |
| Real-time Prices | Fetch current valuations, market caps, 24h volumes, and price changes for crypto & stocks. |
| Market Discovery | Track trending assets and top-performing coins by market capitalization. |
| Smart Search | Quickly find coin IDs or stock tickers by searching names or symbols. |
| Deep Details | Access exhaustive asset information, from community links to company profiles. |
| Precise Charts | Retrieve OHLC candlestick data and historical price/volume time-series. |
| Global Metrics | Monitor total market capitalization and public company treasury holdings. |
| Script Name | Primary Function | Command Example |
| :--- | :--- | :--- |
| get_crypto_price.js | Multi-coin price fetch | node scripts/get_crypto_price.js bitcoin |
| get_stock_quote.js | Real-time stock quotes | node scripts/get_stock_quote.js AAPL MSFT |
| get_company_profile.js | Company overview | node scripts/get_company_profile.js AAPL |
| search_stocks.js | Find stock tickers | node scripts/search_stocks.js apple |
| get_trending_coins.js | 24h trending assets | node scripts/get_trending_coins.js |
| get_top_coins.js | Market leaderboards | node scripts/get_top_coins.js --per_page=20 |
| search_coins.js | Asset discovery | node scripts/search_coins.js solana |
| get_coin_details.js | Comprehensive metadata | node scripts/get_coin_details.js ethereum |
| get_coin_ohlc_chart.js | Candlestick data | node scripts/get_coin_ohlc_chart.js bitcoin |
| get_coin_historical_chart.js | Time-series data | node scripts/get_coin_historical_chart.js bitcoin |
| get_global_market_data.js | Macro market stats | node scripts/get_global_market_data.js |
| get_public_companies_holdings.js | Treasury holdings | node scripts/get_public_companies_holdings.js bitcoin |
| get_supported_currencies.js | Valuation options | node scripts/get_supported_currencies.js |
get_crypto_price.jsFetch real-time pricing and basic market metrics for one or more cryptocurrencies.
Syntax:
node scripts/get_crypto_price.js <coin_id_1> [coin_id_2] ... [--currency=usd]
Parameters:
coin_id: The unique identifier for the coin (e.g., bitcoin, solana).--currency: The target currency for valuation (default: usd).Example:
node scripts/get_crypto_price.js bitcoin ethereum cardano --currency=jpy
get_top_coins.jsRetrieve a list of the top cryptocurrencies ranked by market capitalization.
Syntax:
node scripts/get_top_coins.js [--currency=usd] [--per_page=10] [--page=1] [--order=market_cap_desc]
Parameters:
--currency: Valuation currency (default: usd).--per_page: Number of results (1-250, default: 10).--order: Sorting logic (e.g., market_cap_desc, volume_desc).get_coin_ohlc_chart.jsGet Open, High, Low, Close (candlestick) data for technical analysis.
Syntax:
node scripts/get_coin_ohlc_chart.js <coin_id> [--currency=usd] [--days=7]
Allowed days values: 1, 7, 14, 30, 90, 180, 365.
| Range | Resolution |
| :--- | :--- |
| 1-2 Days | 30 Minute intervals |
| 3-30 Days | 4 Hour intervals |
| 31+ Days | 4 Day intervals |
get_coin_historical_chart.jsRetrieve detailed historical time-series data for price, market cap, and volume.
Syntax:
node scripts/get_coin_historical_chart.js <coin_id> [--currency=usd] [--days=30]
get_stock_quote.jsFetch real-time stock prices for one or more ticker symbols.
Syntax:
node scripts/get_stock_quote.js <SYMBOL_1> [SYMBOL_2] ...
get_company_profile.jsGet a comprehensive company profile, including description, industry, and CEO.
Syntax:
node scripts/get_company_profile.js <SYMBOL>
bitcoin, BTC).AAPL, Apple).Use search_coins.js if you are unsure of the correct ID.
Authentication is handled automatically by the internal api_client.js. Here is how it works simply:
GET https://api.igent.net/api/token1. Automatic Retrieval: The first time you use a tool, it asks the server for a temporary session token.
2. Local Storage: This token is stored in a hidden .token file locally so it can be reused for subsequent requests.
3. Automatic Headers: The client automatically includes this token in every request to prove you are authorized.
4. Auto-Refresh: If a token expires, the client automatically fetches a new one without you needing to do anything.
No manual API keys or configuration are required.
While the system is robust, please avoid burst requests (more than 30 per minute) to maintain service stability for all users.
This skill is fully compatible with OpenClaw and other agents using the AgentSkills standard. Execute scripts directly from the scripts/ directory.
Generated Mar 1, 2026
Individuals can build a custom dashboard to track their cryptocurrency and stock portfolios in real-time, monitor market trends, and set price alerts. This skill enables fetching current prices, historical charts, and global metrics without needing an API key, making it accessible for hobbyists or DIY investors.
Online courses or fintech apps can integrate this skill to provide students with live market data for learning technical analysis, such as using OHLC candlestick charts and historical time-series. It supports hands-on practice with real-world data, enhancing educational value without complex setup.
Startups or small businesses can use this skill to analyze market trends, track competitor stock performance, and gather company profiles for strategic planning. The ability to search stocks and get real-time quotes helps in making informed decisions without costly data subscriptions.
News websites or blogs can embed real-time cryptocurrency prices and trending coins to enrich content and engage readers. This skill allows fetching top coins and detailed asset information to provide up-to-date market insights alongside articles.
Financial advisors or robo-advisors can leverage this skill to automate asset tracking, generate reports on client holdings, and analyze market capitalization trends. It supports multi-asset queries and historical data for comprehensive portfolio analysis.
Offer a basic version of a market analytics tool using this skill for free, with premium features like advanced charting or higher rate limits available via subscription. Revenue is generated from monthly or annual plans targeting individual investors and small businesses.
Aggregate and repackage the market data fetched from this skill into customized reports or APIs for clients in finance, research, or media industries. Revenue comes from selling these data products or licensing access to enriched datasets.
Provide consulting services to help companies integrate this skill into their existing systems, such as dashboards or mobile apps, with customizations for specific use cases. Revenue is earned through project-based fees or ongoing support contracts.
💬 Integration Tip
Ensure scripts are executed from the scripts/ directory and follow the authentication guidelines, as tokens are managed automatically via the internal api_client.js for seamless integration.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.