Daily Stock Analysis
v1.0.2Deterministic daily stock analysis skill for global equities. Use when users need daily analysis, next-trading-day close prediction, prior forecast review, r...
⭐ 4· 1.1k·28 current·28 all-time
by@hexavi8
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (daily stock analysis and rolling accuracy) matches the included Python utilities and supporting reference docs. No unexpected credentials, system paths, or unrelated binaries are required.
Instruction Scope
Instructions restrict file reads/writes to the declared working_directory and the scripts enforce this (realpath checks, no symlink following, filename regex). However, the SKILL.md expects the agent to gather external market data (Yahoo Finance, exchange filings, etc.) via web queries — which is appropriate for its purpose but means the agent will perform network calls outside the local scripts. This is an intended behavior, not hidden I/O; verify you are comfortable with the agent's web access for data collection.
Install Mechanism
There is no install spec (instruction-only with bundled Python scripts). No remote downloads or third-party installers are invoked by the skill itself.
Credentials
The skill requires no environment variables, credentials, or external config paths. All data access and migration operations are constrained to a user-provided working_directory.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and only persists report files under the canonical reports directory inside the specified working_directory. Migration requires explicit user confirmation per instructions.
Assessment
This skill appears internally consistent with its stated purpose. Before installing/running: (1) choose an appropriate working_directory you control (reports and migrations operate only inside that directory); (2) be aware that the agent will fetch market data from web sources (Yahoo Finance, exchange sites, search queries) as part of normal operation — ensure you are comfortable granting the agent network access for that; (3) the bundled Python scripts are local and avoid symlinks and files outside the workdir, but review/mirror the scripts if you need to audit behavior; (4) migrations accept absolute paths but will refuse files outside the workdir, so only allow migration of files you trust; (5) no secrets or cloud credentials are required by the skill. If you want extra assurance, run the scripts manually on a sample workdir first to verify outputs and behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk978ws1w53v38a5p3f5fb7gfes821ctr
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
