← 返回 Skills 市场
tencent-finance-stock-price
作者
Zhe (Phil) Yang
· GitHub ↗
· v1.1.0
· MIT-0
1815
总下载
1
收藏
16
当前安装
3
版本数
在 OpenClaw 中安装
/install tencent-finance-stock-price
功能描述
Query real-time stock market data using Tencent Finance API. Supports Chinese A-shares, Hong Kong stocks, and US stocks. No API key required.
安全使用建议
This skill appears coherent and implements exactly what it claims: it issues HTTP requests to qt.gtimg.cn and formats the returned stock data. Before installing, note: (1) the skill makes outbound network requests to qt.gtimg.cn — if you are in a restricted or sensitive environment, consider that these queries are visible to that remote host; (2) the source/homepage is unknown (code is included in the package so you can inspect it); (3) there's a minor robustness issue where stdout encoding handling may raise an error in some environments. If those points are acceptable, the skill is reasonable to use.
功能分析
Type: OpenClaw Skill
Name: tencent-finance-stock-price
Version: 1.1.0
The skill provides a straightforward utility to query real-time stock market data from the public Tencent Finance API (qt.gtimg.cn). The Python script (query_stock.py) uses standard libraries to fetch and parse data based on user-provided stock codes or names, and it contains no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description say 'query Tencent Finance' and the bundled Python script implements exactly that: it maps names to codes, constructs a query to http://qt.gtimg.cn/q=<codes>, decodes GB encodings, and formats results. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script and documents input/output formats. The runtime instructions and script only perform HTTP GETs to qt.gtimg.cn and local parsing/printing. They do not read other system files, access unrelated environment variables, or transmit data to unexpected endpoints. (Minor implementation note: the script assumes sys.stdout.encoding is non-null and calls .lower(), which could raise in some constrained environments — this is a robustness bug, not a scope expansion.)
Install Mechanism
No install spec; skill is instruction-only with a single included Python script. Nothing is downloaded or written during install, so there is no high-risk install mechanism.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The script operates with network access only to the documented Tencent endpoint. Requested environment/credential access is proportional (none) to the stated purpose.
Persistence & Privilege
Defaults are used (not always:true). The skill is user-invocable and may be invoked autonomously by the agent (platform default), which is expected for a simple query skill. It does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tencent-finance-stock-price - 安装完成后,直接呼叫该 Skill 的名称或使用
/tencent-finance-stock-price触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Fix cron stdout UTF-8 encoding bug, add deepsz/dj index, fix urllib ascii crash
v1.0.1
Updated description: No API key required
v1.0.0
Initial release: Query real-time stock data from Tencent Finance API
元数据
常见问题
tencent-finance-stock-price 是什么?
Query real-time stock market data using Tencent Finance API. Supports Chinese A-shares, Hong Kong stocks, and US stocks. No API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1815 次。
如何安装 tencent-finance-stock-price?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tencent-finance-stock-price」即可一键安装,无需额外配置。
tencent-finance-stock-price 是免费的吗?
是的,tencent-finance-stock-price 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tencent-finance-stock-price 支持哪些平台?
tencent-finance-stock-price 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tencent-finance-stock-price?
由 Zhe (Phil) Yang(@yangzhe1991)开发并维护,当前版本 v1.1.0。
推荐 Skills