← 返回 Skills 市场
1194
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install yahooquery
功能描述
Access Yahoo Finance data including real-time pricing, fundamentals, analyst estimates, options, news, and historical data via the yahooquery Python library.
安全使用建议
This skill is essentially documentation for the yahooquery Python library and appears internally consistent. Before installing/using it: 1) ensure the runtime already has the yahooquery package (and Selenium + a webdriver if you plan to use Premium); this skill will not install those for you. 2) Only provide Yahoo Premium credentials (username/password) if you trust the environment — the docs recommend storing them in env vars (YF_USERNAME/YF_PASSWORD), so avoid plaintext files and prefer ephemeral or scoped credentials where possible. 3) Review network and browser-automation permissions: Selenium-based login automates a browser and may require a webdriver and network access to Yahoo. 4) The skill owner and source are unknown and there's no homepage; if you want greater assurance, prefer obtaining the official yahooquery package from a trusted source (PyPI or the project's GitHub) and review its code before allowing any agent to use your credentials. 5) If you do not need Premium features, avoid passing credentials to reduce risk.
功能分析
Type: OpenClaw Skill
Name: yahooquery
Version: 1.0.0
The skill is classified as suspicious due to its explicit handling of sensitive user credentials (username and password) for Yahoo Finance Premium features, as detailed in `SKILL.md`, `references/keyword_arguments.md`, `references/research.md`, and `references/ticker/premium.md`. It also allows for the configuration of network proxies, a risky capability that could be leveraged for data exfiltration or to obscure network traffic. While these features are presented as part of the skill's legitimate functionality, they expose significant attack surface for an AI agent or a malicious user.
能力评估
Purpose & Capability
The name/description match the SKILL.md contents: the files are documentation for the yahooquery library (Ticker, Screener, Research) and the APIs described align with Yahoo Finance functionality.
Instruction Scope
The SKILL.md stays within the expected scope (calling yahooquery functions). It references premium login (username/password), Selenium for login, session/crumb sharing, and recommends env vars (YF_USERNAME/YF_PASSWORD) — these are relevant to Yahoo Finance Premium features but do involve handling user credentials and browser automation, so the agent or user should be careful when enabling those features.
Install Mechanism
This is an instruction-only skill with no install spec or code files; that is low-risk. Note: because it documents a Python library but does not install it, the runtime environment must already have the yahooquery package (and Selenium/webdriver for Premium) available or the agent may need to install them.
Credentials
The skill declares no required environment variables in metadata, which is reasonable for general use. The docs advise using YF_USERNAME/YF_PASSWORD (and passing username/password to Research/Ticker) for premium features — those credentials are proportionate to the documented Research functionality but are sensitive. There is no request for unrelated secrets or external credentials.
Persistence & Privilege
always is false, no install/persistence is requested, and the skill does not ask to modify agent/system configs. Autonomous invocation is allowed (platform default) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yahooquery - 安装完成后,直接呼叫该 Skill 的名称或使用
/yahooquery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the yahooquery skill.
- Enables programmatic access to Yahoo Finance data including real-time pricing, financial statements, analyst estimates, options, news, and historical data.
- Supports company-specific queries, screeners, and premium research endpoints via Ticker, Screener, and Research classes.
- Provides utility functions for market summaries, trending tickers, currency exchange rates, and more.
- Offers configuration options for async operation, retries, formatting, authentication, and advanced session sharing.
元数据
常见问题
yahooquery 是什么?
Access Yahoo Finance data including real-time pricing, fundamentals, analyst estimates, options, news, and historical data via the yahooquery Python library. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1194 次。
如何安装 yahooquery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yahooquery」即可一键安装,无需额外配置。
yahooquery 是免费的吗?
是的,yahooquery 完全免费(开源免费),可自由下载、安装和使用。
yahooquery 支持哪些平台?
yahooquery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yahooquery?
由 512z(@512z)开发并维护,当前版本 v1.0.0。
推荐 Skills