← 返回 Skills 市场
Stockmarket
作者
Ray Chan, PMP
· GitHub ↗
· v1.0.0
· MIT-0
111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stockmarket
功能描述
Access real-time and historical stock market data via Alpha Vantage API. Get quotes, time series, technical indicators, fundamentals, forex, crypto, and comm...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stockmarket - 安装完成后,直接呼叫该 Skill 的名称或使用
/stockmarket触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — stock quotes, time series, technical indicators, forex, crypto, commodities, economic indicators via Alpha Vantage API
元数据
常见问题
Stockmarket 是什么?
Access real-time and historical stock market data via Alpha Vantage API. Get quotes, time series, technical indicators, fundamentals, forex, crypto, and comm... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 111 次。
如何安装 Stockmarket?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stockmarket」即可一键安装,无需额外配置。
Stockmarket 是免费的吗?
是的,Stockmarket 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stockmarket 支持哪些平台?
Stockmarket 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stockmarket?
由 Ray Chan, PMP(@raychanpmp)开发并维护,当前版本 v1.0.0。
推荐 Skills