us-stock-market-nyse-nasdaq-dow
Get US stock market data (NYSE, NASDAQ, and major indices) via FinanceAgent on OneKey Gateway.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ai-hub-admin/us-stock-market-nyse-nasdaq-dowWhat 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
- "What is the current market status for TSLA, MSFT, and AAPL? Provide the latest pricing data."
- "Compare the performance data for Amazon (AMZN) and Google (GOOG) using the finance agent."
- "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
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-ai-hub-admin-us-stock-market-nyse-nasdaq-dow": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
generate-minecraft-3D-build-plan
Call Craftsman Agent API OneKey Router to generate a Minecraft 3D scene build plan.
baidu-maps-sse
Auto-generated skill for baidu-maps-sse tools via OneKey Gateway.
brave-search
Auto-generated skill for brave-search tools via OneKey Gateway.
craftsman-agent-build-plans
Turn prompts or ideas into 3D assembly/build plans such as LEGO Minecraft via the Craftsman Agent API (OneKey Gateway or local server). Use when generating build plans, inventory lists, or step-by-step assembly images for LEGO/Minecraft from text or reference images, or when wiring clients to the Craftsman Agent endpoints.
firecrawl-mcp
Auto-generated skill for firecrawl-mcp tools via OneKey Gateway.