Stock Tech Analysis
v0.1.0Simple technical analysis for stocks (Tencent, Xiaomi, Tesla, NVIDIA, etc.). Calculates moving averages (SMA20, SMA50), RSI (14-day), price position in 20-da...
⭐ 0· 1.6k·13 current·13 all-time
by@loda13
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (moving averages, RSI, 20-day range) align with the included Python script and SKILL.md. No unrelated credentials, binaries, or services are requested.
Instruction Scope
Runtime instructions simply run the provided Python script. The script performs network requests to Yahoo Finance (expected for this purpose). It does not read other files, access environment variables, or transmit data to any endpoint other than Yahoo Finance.
Install Mechanism
No install spec; this is instruction-only plus a Python script that uses the standard library. Nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are required. The script uses only public Yahoo Finance endpoints and the Python standard library.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide configuration or modify other skills. It runs only when invoked.
Assessment
This skill appears coherent and low-risk: it simply fetches public stock data from Yahoo Finance and prints calculated indicators. Before running, note that it requires outbound network access to query Yahoo Finance, may be subject to rate limits, and will print results to stdout. No credentials are requested or stored. If you want extra assurance, inspect the included scripts/analyze_stocks.py yourself (it's short and readable) or run it in a restricted environment. If you need integration with a paid data provider or automated scheduling, expect to extend the script and possibly add credentials—review any such changes carefully.Like a lobster shell, security has layers — review code before you run it.
latestvk974raw8ft0eftstqp0xbe8qmn82qx32
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
