← 返回 Skills 市场
xiaoqiang243

实时财经数据

作者 xiaoqiang243 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install realtime-finance
功能描述
实时财经数据查询技能 - 支持A股、港股、美股、黄金、原油、VIX、美债等
安全使用建议
This skill appears to do what it says: fetch realtime quotes from Sina (A/H) and Yahoo (US/commodities/FX). Before installing, consider: 1) The script makes network requests to public endpoints (Sina and Yahoo); allow network only if you trust those services. 2) The Sina call uses HTTP (not HTTPS), so responses could be tampered with on a hostile network — avoid using on untrusted networks or prefer HTTPS if you modify the script. 3) yfinance is installed via pip — verify you trust the package source and consider installing in a virtualenv. 4) The skill source/homepage is unknown; if you need stronger assurance, review the full realtime_finance.py file yourself (or run it in a sandbox) to confirm there are no unexpected network endpoints or logging/exfiltration steps. If you are satisfied, the requested permissions and behavior are proportionate for a finance-quote tool.
功能分析
Type: OpenClaw Skill Name: realtime-finance Version: 1.0.0 The 'realtime-finance' skill is a legitimate tool for fetching financial market data from Sina Finance and Yahoo Finance. The Python script (realtime_finance.py) implements standard data retrieval logic using public APIs and the 'yfinance' library, with no evidence of data exfiltration, malicious execution, or prompt injection. All files, including the shell wrapper and markdown instructions, are well-aligned with the stated purpose of providing stock and commodity price updates.
能力评估
Purpose & Capability
Name/description match the implementation: the script queries Sina Finance for A/H market data and Yahoo Finance (via yfinance) for US markets, commodities, indices and FX. Declared required binary (python3) and optional dependency (yfinance) are appropriate for this purpose. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included Python script from the skill workspace path — that matches the provided files. The script performs network requests to expected external services (hq.sinajs.cn for Sina and Yahoo via yfinance). Note: the Sina request uses plain HTTP (http://hq.sinajs.cn/list=...), which is unencrypted and susceptible to MITM/tampering; this is a security/privacy consideration but not incoherent with the skill's stated purpose.
Install Mechanism
There is no automated install spec; SKILL.md suggests 'pip3 install yfinance' which is a standard, minimal dependency. No downloads from arbitrary URLs or archive extraction were specified. The skill is instruction-only in the registry but includes code files — that's consistent (script is executed directly).
Credentials
The skill requires no environment variables or secret credentials. It does not request access to unrelated services. The only external dependency is the public yfinance package (pip), which requires network access to fetch but no secrets.
Persistence & Privilege
Flags show always:false and model invocation enabled (normal). The skill does not request persistent system-wide privileges or modify other skills. It runs as a script in the skill workspace and doesn't declare any elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install realtime-finance
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /realtime-finance 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of realtime-finance skill. - Provides real-time financial data for A-shares, Hong Kong shares, US stocks, gold, crude oil, VIX, US bonds, and more. - Supports user queries for stock prices, indices, exchange rates, commodities, and market conditions. - Integrates data from Sina Finance and Yahoo Finance. - Requires Python 3 and the yfinance library.
元数据
Slug realtime-finance
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

实时财经数据 是什么?

实时财经数据查询技能 - 支持A股、港股、美股、黄金、原油、VIX、美债等. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。

如何安装 实时财经数据?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install realtime-finance」即可一键安装,无需额外配置。

实时财经数据 是免费的吗?

是的,实时财经数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

实时财经数据 支持哪些平台?

实时财经数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 实时财经数据?

由 xiaoqiang243(@xiaoqiang243)开发并维护,当前版本 v1.0.0。

💬 留言讨论