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

us-stock-market-nyse-nasdaq-dow

Get US stock market data (NYSE, NASDAQ, and major indices) via FinanceAgent on OneKey Gateway.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ai-hub-admin/us-stock-market-nyse-nasdaq-dow
Or

What This Skill Does

The us-stock-market-nyse-nasdaq-dow skill provides a robust interface for querying real-time and historical US stock market data through the OneKey Gateway. By leveraging the DeepNLP FinanceAgent, users can retrieve up-to-date quotes for publicly traded companies listed on the NYSE and NASDAQ, as well as monitor major market indices. This skill abstracts the complexities of direct financial API integration, offering a standardized way to pull ticker-based information into your AI workflows. It serves as a bridge between OpenClaw and institutional-grade financial data, ensuring that your agents have access to the latest market movements for analysis, reporting, or automated monitoring.

Installation

To integrate this skill into your environment, ensure you have the OpenClaw core installed. Use the following command in your terminal:

clawhub install openclaw/skills/skills/ai-hub-admin/us-stock-market-nyse-nasdaq-dow

Once installed, you must configure your credentials. Obtain an access key from the OneKey Gateway provider and set it as an environment variable:

export DEEPNLP_ONEKEY_ROUTER_ACCESS='your_access_key_here'

After setting the key, you can verify the installation by testing a simple query using the provided CLI tools or by invoking the agent directly through the OpenClaw interface.

Use Cases

  • Automated Financial Reporting: Generate daily summaries of specific portfolio stocks without manual lookup.
  • Trend Analysis: Feed stock data into other analytical skills to identify moving averages or correlation patterns.
  • Market Monitoring: Build a dashboard or alert system that notifies you when specific high-volatility stocks hit a target price.
  • Investment Research: Streamline data collection for quantitative research projects by batch-querying large lists of tickers.

Example Prompts

  1. "What is the current market status for TSLA, MSFT, and AAPL? Provide the latest pricing data."
  2. "Compare the performance data for Amazon (AMZN) and Google (GOOG) using the finance agent."
  3. "Can you pull the latest stock quotes for the tech sector tickers: NVDA, AMD, and INTC?"

Tips & Limitations

  • Ticker Formatting: Always use official exchange ticker symbols (e.g., "AAPL", "MSFT"). Incorrect formatting will cause the API to return an empty data set or an error message.
  • Rate Limiting: The FinanceAgent is subject to the rate limits of the upstream data providers via OneKey. Ensure your loops or automated bots respect these limits to avoid temporary IP blocking.
  • Latency: While data is generally real-time, there may be slight delays depending on exchange feeds. Do not rely on this for high-frequency algorithmic trading.

Metadata

Stars4473
Views1
Updated2026-05-01
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-ai-hub-admin-us-stock-market-nyse-nasdaq-dow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

Flags: external-api