← 返回 Skills 市场
xdl2003

yfinance-client

作者 xdl2003 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
377
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install yfinance-client
功能描述
Provides simplified access to US and Hong Kong stock data, including prices, history, company info, financials, analyst insights, screeners, and options.
安全使用建议
This skill appears coherent and implements a yfinance wrapper. Before installing: (1) ensure your Python environment has yfinance and pandas (SKILL.md suggests pip install yfinance pandas); (2) be aware the client makes network requests to Yahoo Finance (so queries may be visible to that service and are subject to rate limits/delays); (3) you don't need to provide any API keys or secrets—do not add unrelated credentials; (4) if you operate in a restricted environment, run the skill in a controlled venv or network policy to limit outbound traffic. Note: the code is simple and not requesting sensitive access, but keep packages up to date and review third-party dependencies for vulnerabilities as part of normal risk management.
功能分析
Type: OpenClaw Skill Name: yfinance-client Version: 1.0.0 The skill bundle is a standard wrapper for the 'yfinance' library, designed to provide an AI agent with access to stock market data, financial statements, and analyst recommendations. The code in client.py and the instructions in skill.md are consistent with the stated purpose and do not exhibit any signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name, description, SKILL.md examples, and the included client.py all align: this is a yfinance wrapper exposing price, history, financials, screeners, options, and related queries. There are no unrelated dependencies or requested credentials.
Instruction Scope
SKILL.md only describes using the client and suggests installing yfinance and pandas. It does not instruct the agent to read unrelated files, environment variables, or post data to unexpected endpoints.
Install Mechanism
There is no formal install spec (instruction-only). SKILL.md suggests pip install yfinance pandas; because the skill contains runnable Python code that depends on those packages, the runtime environment must have them installed. This is a usability note rather than a security concern.
Credentials
The skill requires no environment variables, credentials, or config paths. The functionality (network calls to Yahoo via yfinance) is proportional to the stated purpose. No secrets are requested or referenced.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yfinance-client
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yfinance-client 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of yfinance-client: - Provides a client for accessing US and Hong Kong stock data via Yahoo Finance. - Supports retrieving price, history, company info, financials, analyst data, insider transactions, news, dividends, splits, sector/industry info, options, screeners, and symbol search. - Simple interface wrapping the yfinance library for streamlined usage. - Includes error handling for invalid symbols and network problems. - Compatible with both standard (0700.HK) and short (0700) Hong Kong stock symbols.
元数据
Slug yfinance-client
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

yfinance-client 是什么?

Provides simplified access to US and Hong Kong stock data, including prices, history, company info, financials, analyst insights, screeners, and options. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 377 次。

如何安装 yfinance-client?

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

yfinance-client 是免费的吗?

是的,yfinance-client 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

yfinance-client 支持哪些平台?

yfinance-client 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 yfinance-client?

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

💬 留言讨论