ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

Crypto & Stock Market Data (Node.js)

No 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.

Why use this skill?

Integrate professional-grade financial data into OpenClaw. Get real-time stock quotes, crypto prices, historical charts, and company profiles with zero dependencies.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/liam8/crypto-stock-market-data
Or

What This Skill Does

The Crypto & Stock Market Data skill provides OpenClaw agents with a sophisticated, zero-dependency interface to real-time financial market intelligence. By leveraging internal Node.js modules, the skill fetches high-fidelity data including current price valuations, market capitalization, historical OHLC (Open, High, Low, Close) candlestick charts, and comprehensive company/asset metadata. It acts as a bridge between the agent and global financial markets for both cryptocurrency and traditional equity trading assets, allowing for real-time analysis and portfolio tracking.

Installation

To integrate this skill into your environment, run the following command within your OpenClaw CLI: clawhub install openclaw/skills/skills/liam8/crypto-stock-market-data This command automatically pulls the scripts into your environment. Because the skill relies solely on Node.js standard libraries, no external package management or npm install is required, ensuring a lean and highly secure integration process.

Use Cases

This skill is ideal for financial analysts, automated trading researchers, and hobbyist investors. Use it to build automated dashboards that track crypto market sentiment, perform technical analysis using OHLC data, or quickly pull profile data on publicly traded companies. It is particularly effective for agents tasked with daily market summaries or alerting users when specific price thresholds are met.

Example Prompts

  1. "Check the current market sentiment by fetching the top 20 trending coins and their 24h performance."
  2. "Compare the real-time stock prices of AAPL and MSFT, then provide a brief company profile for each."
  3. "Generate a historical price trend for Bitcoin over the last month and identify if the asset is currently near its recent peak."

Tips & Limitations

  • Currency Support: Always verify the supported currencies using get_supported_currencies.js before requesting valuations in non-standard denominations.
  • Rate Limits: While the skill provides free-tier professional grade access, ensure your agent implementation includes appropriate delays if performing bulk, high-frequency requests across many assets.
  • Data Accuracy: Financial data is sourced from global aggregators. While highly reliable, market data can exhibit latency during extreme volatility; always cross-reference critical trades with your primary exchange interface.

Metadata

Author@liam8
Stars1656
Views1
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-liam8-crypto-stock-market-data": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#crypto#stocks#trading#market-data
Safety Score: 4/5

Flags: network-access, code-execution