← 返回 Skills 市场
subaru0573

super-stock-analysis

作者 Subaru0573 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install super-stock-analysis
功能描述
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...
安全使用建议
This skill appears to implement the features it promises, but proceed cautiously. Specific things to consider before installing or running: - Do not follow the README instruction to copy browser cookies (AUTH_TOKEN/CT0) into a .env file unless you fully trust the source—copying session cookies is sensitive and can expose your account. Prefer official OAuth or API keys from the platform. - Verify the Homebrew 'uv' formula origin before installing. If possible, run the Python scripts with a controlled Python environment (venv) instead of installing unknown system packages. - The README and code disagree on storage locations (~/.marketpulse vs ~/.clawdbot); review and set a safe storage path and back up existing files before running scripts that persist local data. - The repository includes a batch_refactor.py that will modify Python files when executed; do not run it unless you audit and trust the modifications. Treat it as a code-changing tool rather than a benign helper. - Additional runtime dependencies (node bird CLI, Twitter auth, third-party Python libraries) are referenced in docs but not declared in metadata—inspect and install dependencies in a sandbox first (or run in an isolated VM/container). If you want to proceed, run the code in an isolated environment, review the scripts you plan to use (especially trend_scanner/signal_scanner/watchlist_manager), and avoid pasting any secrets or copying session cookies into files. If you can provide the brew formula URL for 'uv' and clarify whether any agent will be allowed to execute these scripts autonomously, I can update the assessment and raise/clear specific concerns.
功能分析
Type: OpenClaw Skill Name: super-stock-analysis Version: 1.0.0 The skill bundle is a comprehensive market analysis tool, but it is classified as suspicious due to several high-risk indicators. Most notably, the SKILL.md file contains a nonsensical, bracketed string of text that resembles a prompt injection attempt or a hidden trigger for AI models. Additionally, scripts/batch_refactor.py is designed to programmatically modify other Python files within the bundle, which is a risky capability. The scripts/trend_scanner.py and scripts/rumor_scanner.py files also use subprocess to execute an external binary ('bird') from a hardcoded path in a specific user directory (/home/clawdbot/), indicating a potential for unauthorized execution if the environment is not strictly controlled.
能力评估
Purpose & Capability
The name/description (market analysis, portfolio, alerts, trend scanning) align with the included Python scripts and documented commands. The declared runtime binary 'uv' is consistent with the provided 'uv run ...' examples. Minor inconsistencies: some examples call 'python3' directly while others use 'uv', and README/storage paths differ (README: ~/.marketpulse vs code default: ~/.clawdbot), which is sloppy but explainable.
Instruction Scope
SKILL.md and README instruct running local scripts that fetch data from Yahoo Finance, CoinGecko, SEC, Google News, and social media—expected for this product. However README includes step-by-step guidance to extract Twitter/X cookies from browser DevTools and store AUTH_TOKEN/CT0 in a .env file, which is a sensitive, manual cookie-extraction flow that encourages copying session cookies (high-risk). The README also tells users to install an npm bird CLI and to run cron jobs; those dependencies and credentials are not declared in the skill metadata. The presence of scripts that perform filesystem writes (portfolio/watchlist storage) and a batch_refactor script that auto-modifies repository files increases risk if users or agents run them unvetted.
Install Mechanism
The only install step is a Homebrew formula 'uv' which matches the runtime commands. Brew installs are lower risk than arbitrary downloads, but 'uv' as a formula is uncommon—verify the formula identity/source before installing. No remote archive downloads or extract operations are present in the manifest.
Credentials
Metadata declares no required env vars, yet README and some features require optional credentials (Twitter/X cookies: AUTH_TOKEN, CT0) and suggest installing bird CLI. These sensitive cookie values are not declared in requires.env or primaryEnv. The code uses an env var MARKETPULSE_DATA_DIR to change storage location (defaults to ~/.clawdbot), while README documents ~/.marketpulse/data — inconsistent. Asking users to paste browser cookies into .env is disproportionate to the stated purpose and raises credential-exfiltration risk if followed without caution.
Persistence & Privilege
The skill does not request always:true and does not require system-wide configuration modifications in the manifest. It stores user data locally (portfolios/watchlist) under a user home path and includes an auto-refactor script that would modify files if run; that script modifies repository files but is not automatically invoked by the skill metadata. No evidence the skill modifies other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install super-stock-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /super-stock-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
super-stock-analysis v1.0.0 - Initial release of super-stock-analysis. - Analyze stocks and cryptocurrencies using Yahoo Finance data. - Features include portfolio management, customizable watchlists with alerts, and dividend analysis. - Provides 8-dimension stock scoring, trend detection (Hot Scanner), and rumor/signal early detection. - Supports stock analysis, portfolio tracking, earnings reaction monitoring, crypto market analysis, and finding emerging rumors and trends.
元数据
Slug super-stock-analysis
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

super-stock-analysis 是什么?

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 80 次。

如何安装 super-stock-analysis?

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

super-stock-analysis 是免费的吗?

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

super-stock-analysis 支持哪些平台?

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

谁开发了 super-stock-analysis?

由 Subaru0573(@subaru0573)开发并维护,当前版本 v1.0.0。

💬 留言讨论