← Back to Skills Marketplace
ezio-xiang

腾讯财经行情接口

by Ezio-xiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
394
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tencent-finance
Description
腾讯财经实时行情接口,查询A股、港股、美股、期货、外汇、ETF的实时行情数据。触发关键词:查股价、查行情、查指数、腾讯接口、股票报价、实时行情
Usage Guidance
This skill is coherent and implements what it claims: direct, unauthenticated GET requests to Tencent's public quote endpoint and local parsing. Before installing, note: (1) the Python script requires the 'requests' library—ensure your agent environment provides it; (2) the endpoint is unauthenticated and rate-limited—avoid high-frequency polling (SKILL.md suggests >=100ms) to prevent IP blocking; (3) the data is for reference only and not financial advice; (4) because the skill makes network calls, consider whether you are comfortable allowing the agent to perform outbound HTTP requests. If you need robustness, add input validation, retries, and explicit dependency declarations.
Capability Analysis
Type: OpenClaw Skill Name: tencent-finance Version: 1.0.0 The skill bundle provides a legitimate tool for querying real-time stock market data from the Tencent Finance API (qt.gtimg.cn). The Python script 'scripts/tencent_quote.py' and the documentation in 'SKILL.md' are well-structured, transparent, and perform only the stated functions of fetching and formatting financial quotes without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md examples, and the included Python script all consistently implement querying https://qt.gtimg.cn/q= for market quotes; nothing requested or installed is disproportionate to that purpose.
Instruction Scope
Runtime instructions and examples only show fetching/parsing the Tencent endpoint and using results locally (including cron usage). The instructions do not request reading unrelated files, secrets, or sending data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only) which is low risk. The bundled Python script imports the third-party 'requests' package but no dependency/install instructions are declared—this is an operational omission, not a security indicator.
Credentials
The skill does not request environment variables, credentials, or config paths. The code does not access secrets or unrelated system configuration.
Persistence & Privilege
Skill does not request permanent 'always' inclusion and makes no changes to other skills or system-wide config. Autonomous invocation is allowed (platform default) but is not combined with broad privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tencent-finance
  3. After installation, invoke the skill by name or use /tencent-finance
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Tencent Finance real-time stock market API initial release: - Provides real-time quotes for A-shares, Hong Kong stocks, US stocks, futures, forex, and ETFs via Tencent’s open API. - Includes code rules and common symbol lookup tables for different markets. - Offers Python code examples for single and multiple symbol queries. - Documents main response data fields and their indices, plus important usage tips and limitations. - Suitable for both interactive use and automated/cron job data retrieval. - No account/registration needed; recommend >100ms interval per query to avoid IP blocking.
Metadata
Slug tencent-finance
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 腾讯财经行情接口?

腾讯财经实时行情接口,查询A股、港股、美股、期货、外汇、ETF的实时行情数据。触发关键词:查股价、查行情、查指数、腾讯接口、股票报价、实时行情. It is an AI Agent Skill for Claude Code / OpenClaw, with 394 downloads so far.

How do I install 腾讯财经行情接口?

Run "/install tencent-finance" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 腾讯财经行情接口 free?

Yes, 腾讯财经行情接口 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 腾讯财经行情接口 support?

腾讯财经行情接口 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 腾讯财经行情接口?

It is built and maintained by Ezio-xiang (@ezio-xiang); the current version is v1.0.0.

💬 Comments