← 返回 Skills 市场
4303
总下载
1
收藏
21
当前安装
3
版本数
在 OpenClaw 中安装
/install yahoo-data-fetcher
功能描述
Fetch real-time stock quotes from Yahoo Finance.
使用说明 (SKILL.md)
Yahoo Data Fetcher – Stock Quote
Get current stock price data from Yahoo Finance.
This skill fetches the latest market quote for one or more stock symbols and returns normalized JSON output.
Command
/stock quote
Fetch the latest quote for one or more stock symbols.
Input
symbols(string or array of strings)
Examples:
"AAPL""AAPL MSFT TSLA""AAPL,MSFT,TSLA"["AAPL", "MSFT"]{ "symbols": ["AAPL", "MSFT"] }
Output
For each symbol:
symbol– stock tickerprice– latest market pricechange– absolute price changechangePercent– percentage changecurrency– trading currencymarketState– market status (e.g.REGULAR,CLOSED)
Example output:
[
{
"symbol": "AAPL",
"price": 189.12,
"change": 1.23,
"changePercent": 0.65,
"currency": "USD",
"marketState": "REGULAR"
}
]
安全使用建议
This appears safe for its stated purpose. Before installing, note that your ticker queries will be sent to Yahoo Finance and that the skill requires Node even though the registry requirements do not list it.
功能分析
Type: OpenClaw Skill
Name: yahoo-data-fetcher
Version: 1.0.2
The skill bundle is benign. It fetches stock quotes from Yahoo Finance, making a single HTTP GET request to a legitimate Yahoo Finance API endpoint (query1.finance.yahoo.com). The `index.js` script correctly parses input symbols and formats the output, without any evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent in `SKILL.md`.
能力评估
Purpose & Capability
The stated purpose and implementation align: it parses stock symbols, queries Yahoo Finance's quote endpoint, and returns normalized quote fields. No unrelated file access, credential use, persistence, or destructive behavior is shown.
Instruction Scope
The skill accepts user-provided symbols and sends them to a fixed external Yahoo Finance endpoint. This is expected for the purpose, but users should understand that queried tickers leave the local environment.
Install Mechanism
There is no install spec and no package install behavior, but the shipped script is a Node program and SKILL.md declares Node while the registry requirements list no required binaries.
Credentials
Outbound network access to Yahoo Finance is proportionate to fetching quotes and appears limited to user-supplied stock symbols. No credentials, environment variables, or local data access are requested.
Persistence & Privilege
The artifacts show no persistence, background worker, privilege escalation, credential storage, local file writes, or account mutation.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yahoo-data-fetcher - 安装完成后,直接呼叫该 Skill 的名称或使用
/yahoo-data-fetcher触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Renamed skill from "stock-quote" to "yahoo-data-fetcher".
- Replaced implementation file (`stock-quote.js` removed; `index.js` and `package.json` added).
- Updated documentation for improved clarity and normalized JSON output.
- Enhanced input flexibility with expanded examples.
- Unified command and output details for easier use.
v1.0.1
- Added main implementation script: stock-quote.js
- Updated documentation with usage instructions for running the script via Node.js, including examples for string/array/JSON input
- Skill metadata added for easier integration and discovery
- Command syntax updated to `/stock quote` for clarity
- Version updated to v1.2
v1.0.0
- Initial release of Stock Quote (Yahoo Finance) skill.
- Fetches latest price data for one or more stock symbols via Yahoo Finance.
- Outputs price, change, changePercent, currency, and marketState for each symbol.
- No authentication required; read-only access.
- Data may be delayed.
元数据
常见问题
yahoo fetch data of stonks 是什么?
Fetch real-time stock quotes from Yahoo Finance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4303 次。
如何安装 yahoo fetch data of stonks?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yahoo-data-fetcher」即可一键安装,无需额外配置。
yahoo fetch data of stonks 是免费的吗?
是的,yahoo fetch data of stonks 完全免费(开源免费),可自由下载、安装和使用。
yahoo fetch data of stonks 支持哪些平台?
yahoo fetch data of stonks 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 yahoo fetch data of stonks?
由 noypearl(@noypearl)开发并维护,当前版本 v1.0.2。
推荐 Skills