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 real-time financial data into your OpenClaw agent. Access stock quotes, crypto prices, company profiles, and historical market charts effortlessly.

skill-install — Terminal

Install via CLI (Recommended)

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

What This Skill Does

The Crypto & Stock Market Data skill provides OpenClaw agents with professional-grade access to global financial markets. Designed for high performance and zero friction, this skill allows your agent to fetch real-time valuations, analyze historical trends, and retrieve comprehensive company or asset metadata. By utilizing Node.js standard libraries, the integration eliminates the need for complex dependency management (npm installs), ensuring stability and security. Whether you are tracking market-leading cryptocurrencies, monitoring public company treasury holdings, or analyzing stock performance, this skill bridges the gap between raw data streams and actionable insights.

Installation

To integrate this powerful toolkit into your OpenClaw environment, execute the following command in your terminal:

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

Once installed, the scripts become immediately accessible to your agent, enabling real-time financial data queries without needing individual API keys for the base service.

Use Cases

  • Automated Financial Reporting: Use the agent to compile daily summaries of top-performing stocks and crypto assets.
  • Investment Research: Retrieve historical OHLC (Open, High, Low, Close) data to visualize market trends or support technical analysis.
  • Market Intelligence: Query company profiles and treasury holdings to maintain an up-to-date database of corporate asset allocation.
  • Price Monitoring: Trigger custom alerts or logic based on real-time price fluctuations across multiple fiat currencies.

Example Prompts

  1. "Check the current market price for Bitcoin and Ethereum, then give me a summary of the top 5 trending coins right now."
  2. "Find the stock ticker for Apple, then retrieve its current quote and latest company profile information."
  3. "Show me the historical candlestick data for Solana over the last 30 days and compare it to the current total global crypto market cap."

Tips & Limitations

  • Asset Identification: When searching for assets, use the search_stocks.js or search_coins.js tools if you are unsure of the exact ID or ticker symbol.
  • Currency Conversions: Utilize the --currency flag in get_crypto_price.js to view data in your local fiat currency; the default is USD.
  • Rate Limiting: While no personal API key is required, ensure your agent respects reasonable request volumes to maintain service continuity.
  • Data Freshness: Real-time data is subject to exchange latency; always verify critical financial decisions with official trading platforms.

Metadata

Author@liam8
Stars1656
Views3
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-market-data": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: network-access, code-execution