← 返回 Skills 市场
yf-finance
作者
ErhWen Kuo
· GitHub ↗
· v1.0.0
· MIT-0
88
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yf-finance
功能描述
Fetch real-time and historical financial data from Yahoo Finance using yf-cli. Use when the user asks about stock prices, company financials, earnings calend...
安全使用建议
This skill is internally consistent: it uses the yf-cli tool to get Yahoo Finance data and does not ask for secrets. Before installing, ensure you trust the provenance of the external tools it invokes (uv and yf-cli) and that your environment allows network access. If you are concerned about autonomous invocation, note the skill can run yf-cli commands when invoked by the agent — consider restricting autonomous use or reviewing logs. If you need stronger guarantees, verify the sources for uv and yf-cli (package repositories/releases) and inspect the yf-cli code you will install.
功能分析
Type: OpenClaw Skill
Name: yf-finance
Version: 1.0.0
The yf-finance skill bundle is a legitimate tool for fetching financial data from Yahoo Finance using the yf-cli utility. It contains standard installation procedures via the 'uv' package manager in scripts/install.sh and SKILL.md, and provides comprehensive documentation for various financial queries. No indicators of data exfiltration, malicious execution, or prompt injection were found; the included Python snippets in assets/examples.md are strictly for data processing.
能力评估
Purpose & Capability
Name/description match the behavior: SKILL.md instructs running yf-cli to fetch quotes, history, financials, news, etc. No unrelated binaries or credentials are requested.
Instruction Scope
Runtime instructions only call yf-cli and (in examples) simple one-liner Python processing; they do not reference unrelated files, secrets, or external endpoints beyond normal network access to fetch Yahoo Finance data.
Install Mechanism
No install spec in the registry; the included install.sh only checks for yf and runs `uv tool install yf-cli` if missing. This is a low-risk, expected install pattern (no opaque downloads or extracted archives in the skill).
Credentials
The skill requires no environment variables, credentials, or config paths. Its stated requirements (Python 3.13+, uv, yf-cli) are reasonable for running the described CLI tool.
Persistence & Privilege
always is false and the skill does not request persistent system-wide configuration or elevated privileges. The small install script only invokes uv and yf and does not modify other skills or agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yf-finance - 安装完成后,直接呼叫该 Skill 的名称或使用
/yf-finance触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the yf-finance skill.
- Provides command-line access to Yahoo Finance data via yf-cli.
- Supports real-time quotes, historical prices, company info, financial statements, earnings calendars, analyst data, options chains, dividends, market screeners, and news.
- Includes edge case handling for unknown tickers, delisted symbols, empty results, and rate limiting.
- Detailed usage and command catalogue for a wide range of financial queries.
元数据
常见问题
yf-finance 是什么?
Fetch real-time and historical financial data from Yahoo Finance using yf-cli. Use when the user asks about stock prices, company financials, earnings calend... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 88 次。
如何安装 yf-finance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yf-finance」即可一键安装,无需额外配置。
yf-finance 是免费的吗?
是的,yf-finance 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
yf-finance 支持哪些平台?
yf-finance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yf-finance?
由 ErhWen Kuo(@erhwenkuo)开发并维护,当前版本 v1.0.0。
推荐 Skills