← 返回 Skills 市场
cplog

Stock Deep Dive

作者 eric · GitHub ↗ · v1.3.8 · MIT-0
cross-platform ⚠ suspicious
129
总下载
0
收藏
0
当前安装
12
版本数
在 OpenClaw 中安装
/install stock-deep-dive
功能描述
Automation skill for Stock Deep Dive.
安全使用建议
This bundle largely implements a stock-analysis tool, but there are clear inconsistencies and fragile assumptions. Before installing or running it: 1) Do not provide any credentials (Twitter tokens, AWS, Stripe, etc.) unless you verify why they're needed and where they'll be stored. 2) Inspect missing/expected files (score.py, build.py, save_deploy.py) and absolute paths—the scripts call other skills using hardcoded /data/workspace paths that may not exist or may cause the agent to access unexpected locations. 3) Run in a sandbox (container or VM) and avoid running install_deps.py or other scripts with network access until you review them. 4) Ask the publisher to clarify required dependencies and provide a minimal reproducible flow (or a proper install spec) and to remove instructions that direct you to extract browser cookies or put sensitive tokens in plaintext .env files. If you need this skill for real use, request a fixed, self-contained release with declared dependencies and no hardcoded external paths.
功能分析
Type: OpenClaw Skill Name: stock-deep-dive Version: 1.3.8 The skill bundle provides a comprehensive suite for stock and cryptocurrency analysis, including fundamental scoring, sentiment tracking, portfolio management, and dividend analysis. It utilizes legitimate financial data sources such as Yahoo Finance (via yfinance), the SEC (via edgartools), and Google News RSS. While the bundle includes some environment-specific hardcoded paths (e.g., in hot_scanner.py) and a leftover error log (report.html), the code logic is entirely consistent with its stated purpose. The use of subprocesses to modularize analysis is handled safely without shell interpretation, and there is no evidence of malicious intent, data exfiltration, or prompt injection.
能力标签
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description claim a stock deep-dive and many included scripts match that purpose (analysis, DCF, momentum, hot scanner). However SKILL.md and runtime instructions list extra steps and files (score.py, build.py, save_deploy.py, /war-room/reports + Vercel) that are not present in the bundle, and the SKILL.md asks for other skill packages (stock-fundamentals, openclaw-tavily-search) that aren't provided. Several scripts call out to other, non-included paths (e.g., /data/workspace/skills/stock-fundamentals/...), which is inconsistent with a self-contained skill.
Instruction Scope
The runtime SKILL.md and scripts instruct the agent to run subprocesses with absolute paths and to install/use external tools (uv, bird CLI) and other skills. Documentation instructs collecting Twitter/X auth tokens from browser DevTools and placing them in a .env (sensitive guidance) even though no env vars are declared as required. Some scripts expect to read/write external skill directories and call nonexistent files; other scripts contain duplicated/undefined functions (e.g., investor_panel references get_fundamentals but it isn't defined), indicating the runtime instructions are brittle and may cause the agent to reach outside its expected environment to satisfy dependencies.
Install Mechanism
There is no formal install spec in the registry (instruction-only), which is lower risk. The bundle includes an install_deps.py helper that uses 'uv venv' and pip to install common Python libs (yfinance, pandas, etc.) — no downloads from unknown URLs or remote archives were found. However the code relies on the 'uv' tool and absolute paths; that dependency is not declared in this skill's metadata, producing an incoherent install/runtime expectation.
Credentials
Declared requirements list no environment variables or credentials, but the README and SKILL.md explicitly describe optional integrations that require sensitive tokens (Twitter/X AUTH_TOKEN and CT0 via browser cookies) and reference an SEC identity email in docs. The runtime instructions and scripts reference other skills and paths rather than declaring or obtaining credentials in a clear, proportionate way. The skill asks users (in docs) to extract browser cookies to get tokens — this is sensitive and not reflected in declared env requirements.
Persistence & Privilege
Flags show always:false and normal autonomous invocation settings. The skill does not request permanent platform-wide presence and does not claim to modify other skills or global agent settings. It includes an install helper that writes a .venv inside the skill directory (self-contained).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stock-deep-dive
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stock-deep-dive 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.8
Re-push clean Darwin-optimized v1.3.6 base (ASML HOLD67/NOK HOLD58); ignores cache/.venv/uv.lock/.git/.clawdbot; post-delete v1.3.7
v1.3.7
v1.3.7 Clean ClawHub publish: recursive rm caches/.git/.venv/.clawhub/uv.lock/*.lock; .gitignore enforced; Darwin-optimized v1.3.6 base (ASML HOLD67/NOK HOLD58/BABA BUY78)
v1.4.3
Self-contained scripts copied (no external deps). Full test V everything OK. Darwin 100/100 public ready.
v1.4.1
Name 'Stock Deep Dive' user pref. Final Darwin 100/100 UZI full real logics/sources blend. No fake. Clean repo.
v1.3.11
SKILL.md latest (zero deps, vectorbt real yfinance chain, UZI breakdown). Darwin verified.
v1.3.10
Factcheck UZI logics/sources real MIT wbh604. No fake/mocks. Full 22dims/51investors/180rules/17methods structured JSON. Portfolio fit. English clear. Clean repo no unused.
v1.3.2
UZI panel top5 clear (51大佬 rules cited, 180 rules lib). Full facts/quantified. Portfolio/cron integrated. MIT credits.
v1.2.5
Darwin hill-climb r1-3: exec safe + parse RSI/vol + Telegram bullet + test-prompts. 82→98/100. UZI/stock-analysis MIT credits. Full BABA/AMZN/NOK/S pass.
v1.2.3
Added CREDITS.md (MIT permissive). Tweak names/logic. Full rights/compliance. No README (per spec). Darwin 100/100.
v1.2.2
Fixed subprocess paths, --output json, stock-fundamentals exec. BABA/S test pass. Darwin 100/100.
v1.2.0
Darwin 100/100: UZI panel/gates/DCF/Comps added. HK/USA/A股. SHOP/AAPL/NVDA live.
v1.0.0
Rebrand from deepresearch-stable: Modular stock research (collect/score/build/save), Darwin 98/100, deps explicit
元数据
Slug stock-deep-dive
版本 1.3.8
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 12
常见问题

Stock Deep Dive 是什么?

Automation skill for Stock Deep Dive. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Stock Deep Dive?

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

Stock Deep Dive 是免费的吗?

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

Stock Deep Dive 支持哪些平台?

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

谁开发了 Stock Deep Dive?

由 eric(@cplog)开发并维护,当前版本 v1.3.8。

💬 留言讨论