← Back to Skills Marketplace
364
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install stock-quote
Description
Fetch real-time stock prices and fundamental data. Use when: (1) User asks for current stock price or quote, (2) Need to update portfolio holdings with lates...
Usage Guidance
This skill is internally consistent for getting stock quotes, but consider the following before installing:
- Network exposures: it sends queried ticker symbols to third-party services (stooq, Yahoo/yfinance, FMP). Don’t use it with private or sensitive symbols you don’t want transmitted publicly.
- Data latency: the default/source order includes Stooq (EOD/delayed); if you need true intraday real-time data, use a paid real-time provider and update the skill accordingly.
- Demo key & scraping: the script uses a hardcoded FMP 'demo' key and a simple HTML regex for Yahoo — these are fragile and rate-limited; expect occasional failures. If you rely on this in production, pin dependency versions, consider adding caching/rate-limiting, and possibly swap to a paid API with credentials stored securely.
- Dependency safety: the skill recommends pip-installing yfinance/requests from PyPI. Audit or pin package versions if you require stricter supply-chain controls.
If you only need occasional public quotes, this skill is appropriate; if you need high-privacy, guaranteed real-time data, or production SLAs, review and modify the code and data sources before use.
Capability Analysis
Type: OpenClaw Skill
Name: stock-quote
Version: 1.1.0
The stock-quote skill is a legitimate tool for fetching financial data from public sources like Stooq, yfinance, and Financial Modeling Prep. The Python script (scripts/quote.py) implements standard data retrieval and parsing logic without any evidence of malicious behavior, such as credential theft or unauthorized command execution. The documentation (SKILL.md) provides clear instructions for the agent that are consistent with the stated purpose of portfolio monitoring and price verification.
Capability Assessment
Purpose & Capability
Name/description claim 'real-time' prices but the default source (Stooq) is delayed EOD data; yfinance and web scraping are available but behavior/latency differs by source. Otherwise the requested capabilities (price/fundamentals) match the included code and data sources.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python CLI and shows examples. The runtime instructions and the script limit actions to fetching data from public finance APIs and formatting output; they do not read arbitrary system files or require undeclared env vars. Example references to updating MEMORY.md/HEARTBEAT.md are illustrative and not implemented in the provided script.
Install Mechanism
No install spec in the registry (instruction-only). The skill includes a Python script and recommends installing yfinance (and requests as fallback) via pip — standard, expected for Python utilities. No downloads from unknown URLs or extract/install steps are present.
Credentials
The skill requires no environment variables or credentials. It uses public endpoints (stooq.com, finance.yahoo.com, financialmodelingprep.com) and FMP's hardcoded 'demo' key; no secret exfiltration or unrelated credentials are requested.
Persistence & Privilege
Skill is not always-enabled, does not request system-level persistence, and the code does not modify other skills or agent-wide configs. Autonomous invocation is permitted (platform default) but not combined with other concerning privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stock-quote - After installation, invoke the skill by name or use
/stock-quote - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Added Stooq as primary data source (free, no API key), fixed yfinance rate limit fallback
v1.0.0
Real-time stock prices via yfinance
Metadata
Frequently Asked Questions
What is Stock Quote?
Fetch real-time stock prices and fundamental data. Use when: (1) User asks for current stock price or quote, (2) Need to update portfolio holdings with lates... It is an AI Agent Skill for Claude Code / OpenClaw, with 364 downloads so far.
How do I install Stock Quote?
Run "/install stock-quote" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stock Quote free?
Yes, Stock Quote is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stock Quote support?
Stock Quote is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stock Quote?
It is built and maintained by Andy Tien (@linux2010); the current version is v1.1.0.
More Skills