← 返回 Skills 市场
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-market-analyzer
功能描述
A-share stock market analysis tool with real-time price data, technical indicators, trend analysis, and portfolio tracking. Supports querying opening/closing...
安全使用建议
This package largely does what it claims, but it relies on an undocumented external module 'kimi_finance' whose source and behavior are not provided. Before installing or running this skill: (1) verify where 'kimi_finance' comes from (PyPI project page, source repo, or vendor) and review its source or documentation; (2) avoid running it on machines with sensitive data until you confirm the dependency is safe; (3) if you plan to install, add an explicit install spec or update requirements to include 'kimi_finance' with a specific version and origin; (4) run the code in a sandbox or container and monitor network traffic to see which endpoints it contacts; (5) prefer skills with a clear homepage, source repo, and declared dependencies. If you can provide the 'kimi_finance' package source or more provenance, I can re-evaluate and likely raise confidence.
功能分析
Type: OpenClaw Skill
Name: stock-market-analyzer
Version: 1.0.0
The script `scripts/stock_analyzer.py` contains a potential arbitrary file read vulnerability because several functions (e.g., `query_realtime_price`) accept a user-controlled `file_path` argument that is passed directly to `pandas.read_csv()` without validation. This could allow an attacker to exfiltrate sensitive system files if they can influence the function arguments via prompt injection. Additionally, the code relies on an external module `kimi_finance` that is not declared in the `requirements.txt` file, which is a discrepancy in the bundle's dependency management.
能力评估
Purpose & Capability
Name/description align with the included code (functions for realtime prices, indicators, summaries, portfolio analysis). However, the code depends on an external module named 'kimi_finance' (used to fetch/write data) that is not declared in requirements.txt or SKILL.md and whose origin is unknown — this dependency is integral to the skill but not documented, which is disproportionate to the published metadata.
Instruction Scope
SKILL.md contains usage examples that match the code (calling query_realtime_price, query_technical_indicators, etc.). The instructions do not ask the agent to read unrelated files, environment variables, or contact unexpected endpoints. The implementation writes temporary CSVs under /tmp and returns their contents; that behavior is within scope but worth noting.
Install Mechanism
There is no install spec (no automatic download/install). A requirements.txt is present listing pandas, requests, numpy but not the critical 'kimi_finance' dependency used by the code. The absence of an install mechanism for that dependency and the lack of a declared package source (PyPI/project homepage) is an inconsistency that increases risk because the skill relies on an undeclared third-party component.
Credentials
The skill declares no required environment variables or credentials, which is reasonable for a read-only market-analysis tool. However, the unknown 'kimi_finance' package could perform network requests or require credentials internally; because its origin and behavior are not visible, it's not possible to confirm that no sensitive data will be accessed or transmitted.
Persistence & Privilege
The skill does not request persistent or elevated privileges (always is false, no config paths, no system modifications). It only writes temporary CSV files to /tmp, which is expected for local caching and is within a limited scope.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-market-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-market-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Stock Market Analyzer for A-share markets.
- Provides real-time price data, opening/closing summaries, and technical indicators (RSI, MACD, KDJ, BOLL, MA, etc.).
- Supports portfolio tracking and performance analysis.
- Allows querying for both Shanghai (SH) and Shenzhen (SZ) stock exchanges.
元数据
常见问题
Stock Market Analyzer 是什么?
A-share stock market analysis tool with real-time price data, technical indicators, trend analysis, and portfolio tracking. Supports querying opening/closing... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 Stock Market Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-market-analyzer」即可一键安装,无需额外配置。
Stock Market Analyzer 是免费的吗?
是的,Stock Market Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stock Market Analyzer 支持哪些平台?
Stock Market Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stock Market Analyzer?
由 Lv Lancer(@kaiyuelv)开发并维护,当前版本 v1.0.0。
推荐 Skills