← Back to Skills Marketplace
Stockmarket
by
Ray Chan, PMP
· GitHub ↗
· v1.0.0
· MIT-0
111
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stockmarket
Description
Access real-time and historical stock market data via Alpha Vantage API. Get quotes, time series, technical indicators, fundamentals, forex, crypto, and comm...
Usage Guidance
This skill appears to do exactly what it says: call Alpha Vantage and return JSON results. Before installing, consider: (1) review scripts/stock_data.py yourself (it's included) if you want assurance there is no hidden behavior; (2) if you supply an ALPHA_VANTAGE_KEY, keep it private—the key controls your request quota; (3) be mindful of Alpha Vantage rate limits (demo/free tier); and (4) run the skill in an environment with only the network access you expect (no need to grant extra system permissions). If you need higher assurance, run the script once locally to inspect outputs and traffic (or monitor network calls) before enabling autonomous agent invocation.
Capability Analysis
Type: OpenClaw Skill
Name: stockmarket
Version: 1.0.0
The skill bundle provides a legitimate interface for accessing the Alpha Vantage stock market API. The Python script (scripts/stock_data.py) uses standard libraries to perform API requests and includes proper parameter encoding. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the included CLI (scripts/stock_data.py) and the SKILL.md commands. All required functionality (quotes, time series, indicators, forex, crypto, commodities, news) is implemented as API calls to alphavantage.co; nothing in the files asks for unrelated services or credentials.
Instruction Scope
SKILL.md instructs running the included Python script and optionally setting ALPHA_VANTAGE_KEY or passing --key. The script only constructs HTTP requests to https://www.alphavantage.co/query, parses JSON, and prints results. There are no instructions to read arbitrary files, access unrelated env vars, or transmit data to other endpoints.
Install Mechanism
No install spec is present and the Python script uses only the standard library (urllib). Nothing is downloaded from external URLs or written to disk beyond running the included script, so there is low install risk.
Credentials
No required env vars are declared, which is reasonable since the script falls back to a 'demo' key. It optionally reads ALPHA_VANTAGE_KEY or accepts --key; this is proportional to the skill's function. Users should still protect any API key they supply (it provides access to their quota).
Persistence & Privilege
always is false and the skill does not request system or other-skill configuration changes. It does not write persistent credentials or modify global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install stockmarket - After installation, invoke the skill by name or use
/stockmarket - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — stock quotes, time series, technical indicators, forex, crypto, commodities, economic indicators via Alpha Vantage API
Metadata
Frequently Asked Questions
What is Stockmarket?
Access real-time and historical stock market data via Alpha Vantage API. Get quotes, time series, technical indicators, fundamentals, forex, crypto, and comm... It is an AI Agent Skill for Claude Code / OpenClaw, with 111 downloads so far.
How do I install Stockmarket?
Run "/install stockmarket" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Stockmarket free?
Yes, Stockmarket is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Stockmarket support?
Stockmarket is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Stockmarket?
It is built and maintained by Ray Chan, PMP (@raychanpmp); the current version is v1.0.0.
More Skills