← 返回 Skills 市场
leohuang8688

YahooClaw

作者 ClawMem.com · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ⚠ suspicious
304
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yahoo-claw
功能描述
Yahoo Finance API integration for OpenClaw. Use when users ask for stock prices, company financials, historical data, dividends, or market data. Supports rea...
安全使用建议
This skill largely looks like a typical Yahoo Finance wrapper (it imports the standard yahoo-finance2 npm package and provides quote/history/news/technical modules), but there are multiple inconsistencies you should resolve before installing or running it in a production agent: - Documentation vs. code mismatch: README and SKILL.md claim features (automatic failover, APIManager, smart caching, Alpha Vantage fallback) that are either not implemented or reference missing files (e.g., APIManager, src/yahoo-finance.js). Expect runtime errors or incomplete behavior. - Install ambiguity: The registry says 'no install spec' but package.json declares dependencies. Ensure npm install (or equivalent) is run in a controlled environment so dependencies are present; do not run arbitrary install commands on a sensitive host without review. - Prompt-injection artifact: SKILL.md contained unicode control characters flagged by the scanner. Inspect SKILL.md in a text editor that can show hidden characters; remove or sanitize them if unnecessary. - Safety checks: Review the source code yourself (or have a developer do so). Verify which network endpoints are called (yahoo-finance2 contacts Yahoo Finance endpoints) and that no unexpected endpoints or credential exfiltration exist. Run the skill in a sandboxed environment first, and monitor network traffic and failures. - If you rely on the advertised advanced features (caching, failover, APIManager), request clarification from the owner or wait for a version where code and docs are consistent. If you proceed, run npm install and tests in an isolated environment and verify expected behavior before enabling it in an agent that has access to sensitive data.
功能分析
Type: OpenClaw Skill Name: yahoo-claw Version: 0.1.1 The YahooClaw skill bundle is a functional integration for Yahoo Finance, providing real-time quotes, historical data, and technical analysis. The code uses the legitimate 'yahoo-finance2' NPM package and implements local logic for sentiment analysis and financial indicators (MA, RSI, MACD, etc.). While there are minor inconsistencies between the documentation and the code (e.g., ESM vs. CommonJS usage) and a missing utility file (src/api/APIManager.js) referenced in the test script, the provided logic is transparent, aligned with the stated purpose, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description match the code's apparent purpose (Yahoo Finance integration). However README and SKILL.md claim extra capabilities (automatic failover, APIManager, smart caching, Alpha Vantage backup, 'news + sentiment' implemented — some of which exist in parts) that are not consistently implemented in the codebase. Several references (APIManager, src/yahoo-finance.js) appear in tests/scripts/docs but the corresponding files are missing from the manifest. The repository therefore over-promises features not present in the delivered code.
Instruction Scope
SKILL.md gives usage examples and optional env vars (API key, proxies) and does not instruct the agent to access unrelated system files or credentials. That scope is appropriate. However the SKILL.md contained a pre-scan prompt-injection signal (unicode-control-chars), which is suspicious and should be reviewed; additionally the docs instruct to run npm install and reference files that are not present, so runtime instructions may fail or behave unexpectedly.
Install Mechanism
Registry metadata states 'no install spec — instruction-only', but the package includes package.json and source files with npm dependencies (yahoo-finance2, dotenv). There is no declared install mechanism despite the code requiring npm dependencies. This mismatch means automated installers may not run npm install, or the skill may fail at runtime. Scripts in package.json reference files (src/yahoo-finance.js) that don't exist, increasing the chance of runtime errors. The actual dependency (yahoo-finance2) is a standard npm package (moderate risk) but the missing install spec and inconsistent scripts are a red flag.
Credentials
The skill does not require any environment variables by registry metadata; SKILL.md documents optional variables (YAHOO_FINANCE_API_KEY, HTTP(S)_PROXY, ALPHA_VANTAGE_API_KEY) which are reasonable and proportionate for a data-fetching skill. There are no unexplained secret requests. Note: documentation mentions Alpha Vantage as backup, but the delivered modules primarily use yahoo-finance2 and do not clearly implement the fallback; this is a functionality mismatch rather than an overbroad credential request.
Persistence & Privilege
The skill is not flagged always:true and does not request persistent elevated privileges. It appears to be a normal user-invocable skill and does not request to modify other skills or system-wide settings. Autonomous invocation is allowed by default (disable-model-invocation: false) which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yahoo-claw
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yahoo-claw 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
yahooclaw v0.1.1 - Improved and expanded skill documentation in SKILL.md - Detailed usage scenarios and API parameter explanations added - Provided troubleshooting guidance and example code for integration - Clarified environment variables and stock code formats - No changes to core functionality reported
元数据
Slug yahoo-claw
版本 0.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

YahooClaw 是什么?

Yahoo Finance API integration for OpenClaw. Use when users ask for stock prices, company financials, historical data, dividends, or market data. Supports rea... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 304 次。

如何安装 YahooClaw?

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

YahooClaw 是免费的吗?

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

YahooClaw 支持哪些平台?

YahooClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 YahooClaw?

由 ClawMem.com(@leohuang8688)开发并维护,当前版本 v0.1.1。

💬 留言讨论