← Back to Skills Marketplace
ai-hub-admin

China Stock Market Shanghai Shenzhen Index

by AI-Hub-Admin · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cn-stock-market-shanghai-shenzhen
Description
Get China A-share market data (Shanghai/SH and Shenzhen/SZ) via FinanceAgent on OneKey Gateway.
README (SKILL.md)

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

export DEEPNLP_ONEKEY_ROUTER_ACCESS=your_access_key

Common settings:

  • unique_id: aiagenta2z/financeagent
  • api_id: get_cn_stock_market_shanghai_shenzhen

Tool

get_cn_stock_market_shanghai_shenzhen

Get China stock market data for Shanghai (SH) and Shenzhen (SZ).

Parameters:

  • symbol_list (array of string, required): Stock symbols to query.
    • Use SH / SZ prefixes, e.g. "SH600519", "SH600036".
    • Example: ["SH600519", "SH600036"]

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

## install onekey agent gateway
npm install @aiagenta2z/onekey-gateway

## CLI to Call API and Symbol List
npx onekey agent aiagenta2z/financeagent get_cn_stock_market_shanghai_shenzhen '{"symbol_list": ["SH600519", "SH600036"]}'

HTTP (curl) Usage

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_cn_stock_market_shanghai_shenzhen",
    "data": {
      "symbol_list": ["SH600519", "SH600036"]
    }
  }'
Usage Guidance
This skill appears coherent for fetching China market data via the OneKey Gateway. Before installing or running the suggested npm command: (1) verify the npm package @aiagenta2z/onekey-gateway on the npm registry or its repository to ensure it is legitimate; (2) avoid global installation when possible (use npx or a local install) to reduce risk; (3) use a least-privileged OneKey access key (read-only if supported) and confirm you trust the endpoint (https://agent.deepnlp.org) before sending your credentials; (4) if you cannot verify the npm package or gateway, do not install and consider contacting the publisher for provenance.
Capability Analysis
Type: OpenClaw Skill Name: cn-stock-market-shanghai-shenzhen Version: 1.0.0 The skill is a standard API wrapper designed to fetch Chinese stock market data from the DeepNLP OneKey Gateway (agent.deepnlp.org). It requires an API key (DEEPNLP_ONEKEY_ROUTER_ACCESS) and utilizes a specific npm dependency (@aiagenta2z/onekey-gateway) consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found in SKILL.md or the metadata.
Capability Assessment
Purpose & Capability
The name/description (fetch China SH/SZ market data) matches the declared runtime behavior: it requires a OneKey Gateway access key and calls the FinanceAgent API. The env var DEEPNLP_ONEKEY_ROUTER_ACCESS is appropriate for this gateway-based integration.
Instruction Scope
SKILL.md only instructs setting the OneKey access key, using the provided npm package or calling the documented endpoint (agent.deepnlp.org) with the appropriate payload. It does not request unrelated files, system configuration, or other credentials.
Install Mechanism
The skill is instruction-only (no code files), but SKILL.md lists a dependency (@aiagenta2z/onekey-gateway) and an npm -g install command. The registry metadata indicated 'No install spec', creating a minor inconsistency. Installing a third-party npm package globally can execute arbitrary code from that package — verify the package source, version, and trustworthiness before installing and prefer non-global or ephemeral usage (npx) if possible.
Credentials
Only one environment variable (DEEPNLP_ONEKEY_ROUTER_ACCESS) is required and is directly relevant to connecting to the OneKey Gateway. No other secrets, keys, or config paths are requested.
Persistence & Privilege
The skill does not request 'always:true' or other elevated persistence. It is user-invocable and allows autonomous invocation by default (platform default), which is expected for skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-stock-market-shanghai-shenzhen
  3. After installation, invoke the skill by name or use /cn-stock-market-shanghai-shenzhen
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of cn-stock-market-shanghai-shenzhen skill. - Provides access to China A-share (Shanghai/SH and Shenzhen/SZ) market data. - Uses OneKey Gateway and FinanceAgent for data retrieval. - Requires a OneKey Gateway API key for authentication. - Supports CLI and HTTP (curl) usage for querying stock symbols with SH/SZ prefixes. - Returns stock quote data in JSON format.
Metadata
Slug cn-stock-market-shanghai-shenzhen
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is China Stock Market Shanghai Shenzhen Index?

Get China A-share market data (Shanghai/SH and Shenzhen/SZ) via FinanceAgent on OneKey Gateway. It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.

How do I install China Stock Market Shanghai Shenzhen Index?

Run "/install cn-stock-market-shanghai-shenzhen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is China Stock Market Shanghai Shenzhen Index free?

Yes, China Stock Market Shanghai Shenzhen Index is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does China Stock Market Shanghai Shenzhen Index support?

China Stock Market Shanghai Shenzhen Index is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created China Stock Market Shanghai Shenzhen Index?

It is built and maintained by AI-Hub-Admin (@ai-hub-admin); the current version is v1.0.0.

💬 Comments