← 返回 Skills 市场
ivangdavila

Yahoo

作者 Iván · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ✓ 安全检测通过
547
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install yahoo
功能描述
Use Yahoo Finance for quotes, symbol search, watchlists, market briefs, and catalyst-aware stock decisions.
安全使用建议
This skill is coherent for Yahoo Finance lookups: it runs local Python scripts that fetch finance.yahoo.com and the Yahoo search API and optionally stores opt-in notes in ~/yahoo/. Before installing, confirm you are comfortable with outbound HTTP(S) access to Yahoo from your environment and that the agent may run these scripts when invoked. The setup explicitly asks for permission before creating or updating local files and recommends restrictive file permissions — if you want to avoid persistence, decline setup and run ad-hoc queries only. No credentials are requested, but as with any tool that fetches remote data, review outputs before acting on them and avoid storing any sensitive account info in the local memory files.
功能分析
Type: OpenClaw Skill Name: yahoo Version: 1.0.0 The Yahoo skill bundle is a legitimate tool for financial market analysis and ticker tracking. The included Python scripts (yahoo_brief.py, yahoo_quote.py, and yahoo_search.py) use standard libraries to retrieve data from public Yahoo Finance endpoints (finance.yahoo.com and query1.finance.yahoo.com) without any suspicious execution or obfuscation. The skill's instructions (SKILL.md and setup.md) correctly implement local state management in ~/yahoo/ with appropriate file permissions and emphasize user consent for data persistence, explicitly advising against the storage of sensitive financial credentials.
能力评估
Purpose & Capability
Name/description match the included Python scripts and SKILL.md: the skill fetches Yahoo Finance pages, resolves symbols, and produces briefs. Declared requirement (python3) and the metadata config path (~/yahoo/) are appropriate for the stated functionality.
Instruction Scope
Runtime instructions are narrowly focused: run the three scripts, optionally create/read/write a local ~/yahoo/ folder for watchlists/memory (explicitly opt-in), and use Yahoo endpoints. There are no instructions to read unrelated system files, exfiltrate secrets, or call unexpected external endpoints.
Install Mechanism
There is no external install spec or remote download. The skill is instruction + included Python scripts only, so nothing is pulled from third-party URLs at install time. This is a low-risk install posture.
Credentials
The skill requires no environment variables or credentials. The only configured path is a user home subdirectory (~/yahoo/) used for opt-in local persistence, which is justified for watchlists and briefs.
Persistence & Privilege
always is false. The skill may create ~/yahoo/ for local memory, but setup.md requires user approval and recommends safe file permissions (chmod 700/600). It does not request system-wide config changes or other skills' credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yahoo
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yahoo 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release with Yahoo Finance quote scripts, watchlist briefings, and risk-first decision workflows.
元数据
Slug yahoo
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Yahoo 是什么?

Use Yahoo Finance for quotes, symbol search, watchlists, market briefs, and catalyst-aware stock decisions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 547 次。

如何安装 Yahoo?

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

Yahoo 是免费的吗?

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

Yahoo 支持哪些平台?

Yahoo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Yahoo?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论