← Back to Skills Marketplace
Stock Query Skill
by
tf9527666666-spec
· GitHub ↗
· v1.0.0
· MIT-0
114
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install stock-query-skill
Description
提供指定股票代碼過去30天的每日股價,包括開盤、最高、最低、收盤價及成交量。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: stock-query-skill
Version: 1.0.0
The skill bundle is a legitimate tool for querying 30-day stock price history using the standard 'yfinance' and 'pandas' libraries. The code in stock_query.py and the instructions in SKILL.md are consistent with the stated purpose, containing no evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & 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).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-query-skill - After installation, invoke the skill by name or use
/stock-query-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
stock-query-skill 1.0.0
- 新增查詢指定股票代碼30天每日股價資料的功能。
- 支援輸入如「查詢股票代碼 TSM」或「查詢股票代碼 0001.HK」進行查詢。
- 輸出包含日期、開盤價、最高價、最低價、收盤價與成交量。
- 依賴套件:yfinance、pandas。
Metadata
Frequently Asked Questions
What is Stock Query Skill?
提供指定股票代碼過去30天的每日股價,包括開盤、最高、最低、收盤價及成交量。 It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Stock Query Skill?
Run "/install stock-query-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Query Skill free?
Yes, Stock Query Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stock Query Skill support?
Stock Query Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Query Skill?
It is built and maintained by tf9527666666-spec (@tf9527666666-spec); the current version is v1.0.0.
More Skills