Stock Query Skill
v1.0.0提供指定股票代碼過去30天的每日股價,包括開盤、最高、最低、收盤價及成交量。
⭐ 0· 72·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the contents: the code and documentation implement a 30-day daily stock price query. Dependencies (yfinance, pandas) are appropriate for this task. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and README restrict behavior to querying stock data. The Python script only uses yfinance to fetch history, prints results and writes a CSV file in the current directory. There are no instructions to read unrelated files, environment variables, or transmit data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only), and the README/SKILL.md simply ask the user to pip install yfinance and pandas — a standard and proportionate approach. Nothing is downloaded from arbitrary URLs or installed automatically by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the stated purpose. There is no attempt to access secrets or unrelated services.
Persistence & Privilege
The skill does not request always: true and does not modify other skills or global agent settings. It runs on demand and only writes a CSV file to the working directory (expected behavior).
Assessment
This skill appears to do exactly what it says: fetch 30-day daily stock data via yfinance and save a CSV locally. Before installing, note that (1) you will need to pip install yfinance and pandas; (2) yfinance performs network requests to public finance endpoints (e.g., Yahoo Finance) — so ensure network access is acceptable; (3) the script writes a CSV file named <TICKER>_30days.csv to the current directory; (4) no credentials or secrets are requested. If you do not trust the source, run it in an isolated environment or review the included stock_query.py (which is short and readable) before use.Like a lobster shell, security has layers — review code before you run it.
latestvk9725eszpgpppj1d6z0d03e9fs83tvav
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
