Stock Skill - 股票查询

Retrieve real-time quotes for A-shares, Hong Kong, and US stocks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eninem123/hunterclaw --skill stock-skill
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Stock Skill - 股票查询
Source: https://github.com/eninem123/hunterclaw/tree/main/skills/stock
Command: npx skills add https://github.com/eninem123/hunterclaw --skill stock-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of quickly retrieving real-time stock quote details without manually browsing multiple market websites.

Core Features & Use Cases

  • Cross-market real-time quotes: Fetches quotes for A-shares, Hong Kong stocks, and US stocks.
  • Unified output fields: Returns current price, change (amount and percent), open/high/low, volume, value, and turnover/related metrics.
  • Use Case: When you want to monitor a watchlist and quickly compare momentum and trading activity, you can query each symbol and get the same structured set of market fields.

Quick Start

Run the stock tool with a symbol (e.g., stock 600519) to receive the latest quote and trading metrics in one formatted output.

Frequently Asked Questions about Stock Skill - 股票查询

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get real-time stock quotes for A-shares, Hong Kong, and US markets?▼

You can retrieve real-time stock quotes by providing a specific ticker symbol to the Skill, which fetches data from a Sina endpoint and parses it into price, change, volume, and value fields.

What market data fields are returned for intraday stock monitoring?▼

Real-time stock data includes current price, change amount and percent, open, high, low, volume, value, and turnover metrics to support intraday decision making.

Can I query Hong Kong and US stock tickers alongside A-shares?▼

Yes, you can query real-time quotes across A-shares, Hong Kong stocks, and US tickers by mapping each symbol deterministically to its respective market format.

How do I monitor a watchlist and compare momentum across different markets?▼

Query each stock symbol individually to receive a structured set of market fields, allowing you to compare momentum and trading activity across A-shares, HK, and US listings.

What format do I need to provide for stock symbol-based quote lookup?▼

You need to provide a deterministic symbol-to-market mapping, such as passing a numeric code like 600519, so the Skill can correctly route the request to the Sina endpoint.

Are there limitations to retrieving real-time market data using this parsing method?▼

The Skill relies on HTTPS retrieval from a Sina endpoint and requires deterministic symbol-to-market mapping, meaning it is limited to real-time quote parsing and not historical data analysis.