← Back to Skills Marketplace
silverfoxchina-gif

A股港股美股股价查询

by silverfoxchina-gif · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
258
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install stock-price-check
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stock-price-check
  3. After installation, invoke the skill by name or use /stock-price-check
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug stock-price-check
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 258 downloads so far.

How do I install A股港股美股股价查询?

Run "/install stock-price-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is A股港股美股股价查询 free?

Yes, A股港股美股股价查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does A股港股美股股价查询 support?

A股港股美股股价查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created A股港股美股股价查询?

It is built and maintained by silverfoxchina-gif (@silverfoxchina-gif); the current version is v1.0.0.

💬 Comments