← 返回 Skills 市场
Yfinance
作者
rizkydwicmt
· GitHub ↗
· v0.1.2
857
总下载
6
收藏
2
当前安装
3
版本数
在 OpenClaw 中安装
/install yfinance-mcp-server
功能描述
Access Yahoo Finance data — stock prices, history, financials, options, dividends, news, and market screeners
安全使用建议
This package is coherent with a Yahoo Finance MCP server, but the installer takes actions you should not run blindly. Before installing: (1) review the remote GitHub repo content; (2) avoid piping unknown scripts to sh—prefer installing 'uv' manually or inspect https://astral.sh/uv/install.sh first; (3) run the installer in a disposable environment or container if possible; (4) set SKIP_MCPORTER or SKIP_SKILL, or set CLAWD_DIR/MCPORTER_CONFIG to safe locations if you do not want it to edit global mcporter/OpenClaw config; (5) ensure you understand/consent to the changes the script makes (git clone, venv creation, pip install, and config file edits).
功能分析
Type: OpenClaw Skill
Name: yfinance-mcp-server
Version: 0.1.2
The OpenClaw AgentSkills bundle for 'yfinance-mcp-server' is classified as benign. The `SKILL.md` file clearly defines tools for accessing Yahoo Finance data without any evidence of prompt injection attempts, instructions for unauthorized actions, or requests for sensitive data. The `install.sh` script performs standard installation procedures, including cloning from a public GitHub repository and installing the `uv` package manager via `curl | sh` from `astral.sh`. While executing remote scripts carries inherent supply chain risks, these actions are common for legitimate software installation and do not demonstrate malicious intent such as data exfiltration, persistence mechanisms, or unauthorized system modifications beyond the scope of skill setup.
能力评估
Purpose & Capability
Name/description (Yahoo Finance data via an MCP server) align with the files and runtime instructions. The SKILL.md documents 12 tools matching the described finance capabilities and the installer bootstraps a Python package that provides them.
Instruction Scope
SKILL.md itself is scoped to finance queries. The included install.sh goes beyond mere local setup: it clones the GitHub repo, installs a helper tool (uv), creates a venv, installs the package, and can modify mcporter configuration and copy SKILL.md into an OpenClaw skills directory. Those config/file changes are expected for installation but are broader than just 'run this tool'.
Install Mechanism
install.sh uses network operations: git clone from GitHub and curl | sh https://astral.sh/uv/install.sh to install 'uv'. Piping remote install scripts to sh is higher risk; the repo being cloned is a third‑party GitHub account rather than a well-known organization. The rest (creating venv, pip install -e) is standard.
Credentials
The skill does not request secrets or service credentials. The installer exposes optional environment variables to control paths and behavior (PROJECT_DIR, VENV_DIR, CLAWD_DIR, etc.) but does not require unrelated credentials or keys.
Persistence & Privilege
Installer can modify system config: it auto-detects and edits mcporter.json and writes files into an OpenClaw skills directory (default /root/clawd). While this is intended for registration, it does modify other system/agent configs and system paths—review and explicit consent are advisable. The skill is not force-enabled (always:false).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yfinance-mcp-server - 安装完成后,直接呼叫该 Skill 的名称或使用
/yfinance-mcp-server触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
- Added `install.sh` script for automated installation.
- Enables one-command setup: Python environment, dependencies, mcporter config, and OpenClaw skill registration.
- Supports customization via environment variables for project, venv, Python version, mcporter config, and skill directory.
- Documentation updated with install steps and usage instructions for the new installer.
v0.1.1
- Added detailed installation instructions to SKILL.md, including quick automated install (install.sh), manual setup steps, and environment variable options.
- Included verification commands for checking setup success.
- No changes to existing tool descriptions or functionality documentation.
v0.1.0
Initial release: Access Yahoo Finance financial data with a comprehensive suite of 12 tools.
- Fetch real-time and historical stock prices, company info, and financial statements.
- Access analyst recommendations, options chains, dividends, news, and more.
- Screen and compare stocks, or discover market movers in major global markets.
- Search for tickers across stocks, ETFs, indices, crypto, and forex.
- Usable for investment research, portfolio tracking, and market exploration.
元数据
常见问题
Yfinance 是什么?
Access Yahoo Finance data — stock prices, history, financials, options, dividends, news, and market screeners. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 857 次。
如何安装 Yfinance?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yfinance-mcp-server」即可一键安装,无需额外配置。
Yfinance 是免费的吗?
是的,Yfinance 完全免费(开源免费),可自由下载、安装和使用。
Yfinance 支持哪些平台?
Yfinance 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Yfinance?
由 rizkydwicmt(@rizkydwicmt)开发并维护,当前版本 v0.1.2。
推荐 Skills