← 返回 Skills 市场
A股港股美股股价查询
作者
silverfoxchina-gif
· GitHub ↗
· v1.0.0
· MIT-0
258
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install stock-price-check
功能描述
Query current A/HK/US-share stock prices using natural language stock names. Invoke when user asks about stock prices, market data, or mentions Chinese stock...
安全使用建议
This skill appears to do what it says: it resolves a stock name via Eastmoney and fetches prices from Sina. Before installing, consider: (1) the script makes outbound HTTPS requests to two third‑party domains (searchapi.eastmoney.com and hq.sinajs.cn) — any query you ask will be sent there; (2) it requires the Python 'requests' package at runtime but doesn't declare it; ensure your environment has it or the script will fail; (3) the script interpolates the user-supplied stock name directly into the query URL without URL-encoding (special characters could break requests or alter query parameters) — you may want to sanitize/encode input; (4) documentation slightly understates data sources (mentions only Sina) — review the code if you need to control which APIs are contacted; (5) no secrets or system files are accessed. If you want extra caution, run the script in a sandbox or inspect/modify it to add URL encoding and explicit dependency checks before enabling the skill.
功能分析
Type: OpenClaw Skill
Name: stock-price-check
Version: 1.0.0
The skill provides a legitimate utility for querying A-share, Hong Kong, and US stock prices using public APIs from EastMoney and Sina Finance. The Python script `scripts/stock_price_query.py` implements standard data retrieval logic without any signs of obfuscation, unauthorized data exfiltration, or malicious execution. The instructions in `SKILL.md` are well-aligned with the stated purpose and do not contain any prompt-injection attempts.
能力评估
Purpose & Capability
Name/description claim (query A/HK/US stock prices via natural-language names) aligns with the included script: it searches for a stock code and fetches prices. No unrelated credentials, binaries, or privileged actions are requested.
Instruction Scope
Runtime instructions simply run the included Python script, which performs only network calls to public endpoints and prints results. Note: SKILL.md states '数据源: 新浪财经' but the script uses both an Eastmoney search API (to resolve names->codes) and Sina (to fetch prices). Also SKILL.md examples use 'uv run python ...' and paths that are platform-specific — otherwise the instructions stay within the skill's purpose.
Install Mechanism
No install spec; the skill is instruction-only with one bundled Python script. This is low-risk compared to arbitrary downloads or installers.
Credentials
No environment variables, credentials, or config paths are required. The script does network requests but does not access secrets or other system configuration.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system settings. It runs when invoked (user-invocable/autonomous invocation allowed by platform default).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stock-price-check - 安装完成后,直接呼叫该 Skill 的名称或使用
/stock-price-check触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – unify stock price query script for A/HK/US markets, simplify usage.
- Added new script: scripts/stock_price_query.py for querying stock prices with natural language support.
- Removed legacy files: scripts/stock_query.py and references/api-docs.md.
- Updated documentation: simplified usage instructions and clarified trigger cases for easier integration.
- Now supports direct queries using stock names or codes in Chinese and English.
元数据
常见问题
A股港股美股股价查询 是什么?
Query current A/HK/US-share stock prices using natural language stock names. Invoke when user asks about stock prices, market data, or mentions Chinese stock... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。
如何安装 A股港股美股股价查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stock-price-check」即可一键安装,无需额外配置。
A股港股美股股价查询 是免费的吗?
是的,A股港股美股股价查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
A股港股美股股价查询 支持哪些平台?
A股港股美股股价查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 A股港股美股股价查询?
由 silverfoxchina-gif(@silverfoxchina-gif)开发并维护,当前版本 v1.0.0。
推荐 Skills