← 返回 Skills 市场
leohuang8688

Stock Analysis Skill

作者 ClawMem.com · GitHub ↗ · v2.1.3 · MIT-0
cross-platform ⚠ suspicious
353
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install stock-analysis-skill
功能描述
Provides multi-market real-time stock analysis with technical indicators, news sentiment, and AI buy/sell/hold recommendations for portfolios and indices.
安全使用建议
Things to check before installing or running this skill: - Metadata mismatch: the registry lists no required env vars, but the skill expects STOCK_LIST and optionally TAVILY_API_KEY, ALPHA_VANTAGE_API_KEY, and TUSHARE_TOKEN. Treat these env vars as needed and do not provide unrelated secrets. - Source trust: Homepage is missing and the owner ID is opaque. Prefer skills with a verifiable repository or maintainer before giving API keys. - Review SKILL.md raw text for hidden/control characters (the scanner flagged 'unicode-control-chars') and open the file in a hex-capable editor if concerned. - Limit credentials: create API keys with minimal privileges and quota-limited/free-tier keys where possible. Do not supply AWS/GCP/other cloud credentials — this skill does not require them. - Run in a sandbox: install and run in an isolated environment (container or VM) first to observe network calls and behavior. - Inspect network endpoints: the code will contact (at least) api.tavily.com (news), external data libraries (yfinance which pulls from Yahoo), AkShare/efinance/Tushare/Alpha Vantage. If you need to prevent exfiltration, block or monitor outbound traffic to unknown endpoints. - Note missing features: the README/SKILL.md mention multi-channel notifications and scheduled analysis, but those integrations are not present in the source; expect limited functionality unless you implement those parts. What would change this assessment: a public repository or homepage with commit history & maintainer identity (increases confidence), or corrected registry metadata listing required env vars would reduce the 'suspicious' tag. Conversely, discovery of telemetry/exfiltration code or hidden remote install steps would raise the severity.
功能分析
Type: OpenClaw Skill Name: stock-analysis-skill Version: 2.1.3 The stock-analysis-skill bundle is a legitimate tool for financial market analysis across A-shares, HK, and US markets. It utilizes well-known libraries such as yfinance, akshare, and tushare, and integrates the Tavily Search API for news sentiment analysis. The code follows standard practices for data fetching and processing, with no evidence of malicious intent, unauthorized data exfiltration, or prompt injection attempts.
能力评估
Purpose & Capability
Code implements multi-market quotes, technical indicators, news sentiment (Tavily), and decision/dashboard logic which is coherent with the skill name and description. Optional API keys (TAVILY_API_KEY, ALPHA_VANTAGE_API_KEY, TUSHARE_TOKEN) used in code are appropriate for the listed data sources. However, registry metadata claims 'Required env vars: none' while SKILL.md and .env.example require STOCK_LIST (required) and recommend API keys — this metadata mismatch is an incoherence.
Instruction Scope
SKILL.md gives concrete runtime instructions (pip install -r requirements.txt, copy/edit .env, run analyzer). The instructions and code stay within the stated purpose (fetch data, analyze, format reports). Minor scope mismatches: SKILL.md advertises multi-channel notifications and scheduled analysis but the provided Python sources do not implement messaging/scheduling integrations; also SKILL.md contains unicode-control-chars pre-scan signal (see scan findings) which could be an attempt to obfuscate or influence parsing — worth inspecting the raw SKILL.md before trusting it.
Install Mechanism
No custom install script or remote archive; installation is standard Python dependency installation via requirements.txt. Dependencies (requests, yfinance, akshare, tushare, efinance, alpha-vantage, python-dotenv) are expected for this functionality. There are no downloads from unknown URLs or extraction steps in the manifest.
Credentials
The registry declares no required environment variables, but the SKILL.md/.env.example and code require STOCK_LIST (required) and optionally use TAVILY_API_KEY, ALPHA_VANTAGE_API_KEY, and TUSHARE_TOKEN. Those env vars are relevant to the skill's function, but the fact they are not declared in the registry metadata is a discrepancy. Also, the skill will use any API keys you provide to make network calls; avoid supplying high-privilege or unrelated credentials.
Persistence & Privilege
Skill does not request 'always: true' or any elevated persistent privileges. Defaults permit autonomous invocation (platform default), but the skill does not modify other skills or system-wide config. No evidence of writing to unrelated config paths.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-analysis-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-analysis-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.3
Stock Analysis Skill v2.1.2 - Added .gitignore file to exclude unnecessary files from version control. - No changes to the skill logic or features.
v2.1.2
## stock-analysis-skill v2.1.2 Changelog - Added `.env.example` template for easier environment variable setup. - Added `.gitignore` file to prevent sensitive/user files from being committed.
v2.1.0
- Comprehensive SKILL.md rewrite: improved documentation in both English and Chinese - Added detailed environment variable descriptions and configuration steps - Expanded feature lists and technical indicator explanations - Included sample output reports and clear use case examples - Clarified project structure and quick start instructions for users - Improved guidance for support, licensing, and author contact information
元数据
Slug stock-analysis-skill
版本 2.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Stock Analysis Skill 是什么?

Provides multi-market real-time stock analysis with technical indicators, news sentiment, and AI buy/sell/hold recommendations for portfolios and indices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 353 次。

如何安装 Stock Analysis Skill?

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

Stock Analysis Skill 是免费的吗?

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

Stock Analysis Skill 支持哪些平台?

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

谁开发了 Stock Analysis Skill?

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

💬 留言讨论