DatatK Quote Skill for Openclaw

A robust integration for accessing real-time stock market data across US, Hong Kong, and Chinese markets using the QuoteNode REST API.

fengxiaozi-liu
v1.0.1
Mar 11, 2026
0
877
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install datatk-quote

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install datatk-quote using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is DatatK Quote Skill?

The DatatK Quote Skill provides a streamlined interface for AI agents to interact with the QuoteNode REST OpenAPI. It aggregates market data into a unified surface, allowing developers to query stock quotes, K-lines, tick trades, and Level-2 depth information. By utilizing Openclaw Skills, this tool simplifies the complexity of multi-market data retrieval through standardized authentication and request formats.

Built for high reliability, it centralizes market codes, permission handling, and rate limits. This skill is essential for building financial applications or research tools that require accurate, real-time market insights across major global exchanges including US, HK, and CN markets.

DatatK Quote Skill Use Cases

  • Retrieving real-time stock price details and basic quotes for specific instruments.
  • Fetching historical and live K-line data for technical analysis and charting.
  • Accessing Level-2 depth data to analyze market liquidity and order book pressure.
  • Verifying trading calendars and session times across different international stock exchanges.
  • Monitoring tick-by-tick trades for specific equity tickers to track high-frequency movements.

How DatatK Quote Skill Works

  1. Identify the specific market endpoint and required JSON parameters using the provided OpenAPI documentation.
  2. Consult the reference guides to determine correct market codes, instrument formats such as US|AAPL, and adjustment types.
  3. Configure the local environment by setting the API endpoint and secret key in the configuration file.
  4. Execute requests using the provided JavaScript utility to interface with the QuoteNode REST layer.
  5. Process the raw JSON response which includes comprehensive market data or detailed error codes for debugging.

DatatK Quote Skill Setup

To begin using this skill within your Openclaw Skills environment, follow these configuration steps:

# Navigate to the skill directory and copy the example environment file
cp {baseDir}/env.json.example {baseDir}/env.json

# Edit env.json to include your specific endpoint and apiKey from the dataTrack service

# Run a test request to verify the connection and fetch market details
node {baseDir}/scripts/request.mjs --path /Api/V1/Quotation/Detail --body '{"instrument":"US|AAPL","lang":"en"}'

DatatK Quote Skill Data Schema & Taxonomy

Parameter Type Description
instrument String Combined market code and ticker (e.g., US
lang String Language preference for response data (e.g., en, zh)
endpoint String The target QuoteNode API base URL configured in env.json
apiKey String Authentication key passed via the X-API-KEY header

The skill returns structured JSON objects containing real-time price metrics, volume, and metadata as specified in the response documentation.

DatatK Quote Skill Advanced Features

  • Unified market coding system covering US, Hong Kong, and Mainland China equity markets.
  • Native support for Level-2 market depth data for professional-grade trading insights.
  • Centralized permissioning and rate-limit handling via OpenAPI authorization middleware.
  • Highly extensible generic POST caller script for rapid prototyping within Openclaw Skills.
  • Deep documentation integration for adjustment types, market-specific enum values, and error code mapping.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*