← Back to Skills Marketplace
subaru0573

super-stock-analysis

by Subaru0573 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
80
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install super-stock-analysis
Description
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install super-stock-analysis
  3. After installation, invoke the skill by name or use /super-stock-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug super-stock-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is super-stock-analysis?

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock sco... It is an AI Agent Skill for Claude Code / OpenClaw, with 80 downloads so far.

How do I install super-stock-analysis?

Run "/install super-stock-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is super-stock-analysis free?

Yes, super-stock-analysis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does super-stock-analysis support?

super-stock-analysis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created super-stock-analysis?

It is built and maintained by Subaru0573 (@subaru0573); the current version is v1.0.0.

💬 Comments