hk-stock-market-hkex
Get HKEX (Hong Kong Stock Exchange) market data via FinanceAgent on OneKey Gateway.
Best use case
hk-stock-market-hkex is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Get HKEX (Hong Kong Stock Exchange) market data via FinanceAgent on OneKey Gateway.
Teams using hk-stock-market-hkex should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/hk-stock-market-hkex/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How hk-stock-market-hkex Compares
| Feature / Agent | hk-stock-market-hkex | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Get HKEX (Hong Kong Stock Exchange) market data via FinanceAgent on OneKey Gateway.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agent for Product Research
Browse AI agent skills for product research, competitive analysis, customer discovery, and structured product decision support.
AI Agent for SaaS Idea Validation
Use AI agent skills for SaaS idea validation, market research, customer discovery, competitor analysis, and documenting startup hypotheses.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
SKILL.md Source
# OneKey Gateway
Use one access key to connect to various commercial APIs via the DeepNLP OneKey Agent Router.
## Quick Start
### Set your OneKey Access Key
```shell
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
```
Common settings:
- `unique_id`: `aiagenta2z/financeagent`
- `api_id`: `get_hk_stock_market_hkex`
## Tool
### `get_hk_stock_market_hkex`
Get HKEX (Hong Kong Stock Exchange) stock market data.
Parameters:
- `symbol_list` (array of string, required): Stock symbols to query.
- For HKEX, this is typically the numeric stock code as a string (to preserve leading zeros if present), e.g. `"700"`, `"1024"`.
- Example: `["700", "1024"]`
Response (JSON):
- `success` (boolean): Whether the request succeeded.
- `data` (array): List of stock quote objects (fields depend on the upstream data source).
- `message` (string, optional): Error message when `success=false`.
# Usage
## CLI Usage
```shell
## install onekey agent gateway
npm install @aiagenta2z/onekey-gateway
## CLI to Call API and Symbol List
npx onekey agent aiagenta2z/financeagent get_hk_stock_market_hkex '{"symbol_list": ["700", "1024"]}'
```
## HTTP (curl) Usage
```shell
export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key
curl -v -X POST "https://agent.deepnlp.org/agent_router" \
-H "Content-Type: application/json" \
-H "X-OneKey: $DEEPNLP_ONEKEY_ROUTER_ACCESS" \
-d '{
"unique_id": "aiagenta2z/financeagent",
"api_id": "get_hk_stock_market_hkex",
"data": {
"symbol_list": ["700", "1024"]
}
}'
```Related Skills
MarketPulse
Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.
Market Sizing — TAM/SAM/SOM Calculator
Build defensible market sizing for any product, pitch deck, or business case. Top-down and bottom-up methodologies combined.
Go-to-Market Strategy Builder
Build a complete GTM plan for product launches, market entries, or expansion plays. Covers positioning, channel strategy, pricing, launch timeline, and success metrics.
Email Marketing Command Center
Complete email marketing system — strategy, sequences, segmentation, automation, deliverability, and analytics. Build campaigns that convert.
Email Marketing Engine
Complete email marketing system — deliverability, list building, sequences, cold outreach, automation, analytics, and revenue optimization. Zero dependencies.
marketing-copywriting
Generate marketing copy, emails, and promotional content based on customer personas with multi-style rewriting capabilities
marketing-analytics
Analyze marketing campaign data to generate performance reports and optimization recommendations
openclaw-stock-skill
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。
us-stock-analyst
Professional US stock analysis with financial data, news, social sentiment, and multi-model AI. Comprehensive reports at $0.02-0.10 per analysis.
polymarket-sports-edge
Find odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap.
stock-watchlist
Query real-time stock prices, basic quote fields, and manage a Markdown watchlist for A-share, Hong Kong, and US stocks. Use when users ask in Chinese or by ticker/code to search stocks, inspect current price and quote basics, or maintain a watchlist stored in a Markdown file.
polymarket-openclaw-trader
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.