← Back to Skills Marketplace
508
Downloads
9
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install silver
Description
查询国内白银期货/现货相关及伦敦银等参考行情。当用户说:白银现在什么价?伦敦银涨跌多少?或类似白银价格问题时,使用本技能。
Usage Guidance
This skill appears to do exactly what it says: query JisuAPI for silver prices. Before installing, ensure you trust the JisuAPI provider and are comfortable giving the skill an AppKey (JISU_API_KEY). Make sure the runtime has Python and the 'requests' library installed (pip install requests) or the script will fail. Monitor API usage/quotas for that key and avoid sharing your AppKey publicly. If you need stricter isolation, run the script in an environment where the AppKey is scoped and network access is controlled.
Capability Analysis
Type: OpenClaw Skill
Name: silver
Version: 1.0.4
The skill is a straightforward implementation for querying silver price data from the JisuAPI service. The Python script (silver.py) uses the requests library to fetch data from legitimate endpoints (api.jisuapi.com) using an API key provided via environment variables, with no evidence of malicious intent, data exfiltration, or command injection vulnerabilities.
Capability Assessment
Purpose & Capability
Name/description ask for silver prices and the code calls JisuAPI endpoints (api.jisuapi.com/silver). Requesting JISU_API_KEY is expected and appropriate for this API-based skill.
Instruction Scope
SKILL.md instructs running the included Python script with one of three commands and to set JISU_API_KEY. The script only reads that env var, makes HTTP requests to the documented API, and prints JSON; it does not touch unrelated files or env vars.
Install Mechanism
The skill is instruction-only (no install spec). The Python script imports the third-party 'requests' package but the SKILL.md only lists 'python3' as a required binary; the dependency on the 'requests' library is not declared and will cause runtime failure if missing.
Credentials
Only JISU_API_KEY is required and is used solely to authenticate requests to the JisuAPI endpoints. There are no other credentials or unrelated env variables requested.
Persistence & Privilege
always is false and the skill does not modify agent or system config. It has normal, transient behavior (runs the script and performs API calls).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install silver - After installation, invoke the skill by name or use
/silver - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Skill display name and description updated for clarity and improved trigger guidance.
- No code or script changes; usage and result details remain the same.
- Now suggests using this skill whenever users ask about current silver prices in domestic or London markets.
v1.0.3
- 优化了「前置配置」说明,详细梳理 API Key 获取与配置流程
- 新增“关于极速数据”介绍,详细列举了极速数据平台各类 API 能力和接入说明
- 丰富开头平台来源说明,增强权威性
- 其余核心脚本使用方式、错误码及返回格式等保持不变
v1.0.2
- No changes detected in this release.
- Version number updated to 1.0.2.
v1.0.1
- 修改错误码说明部分,将“官方白银文档”调整为“极速数据白银文档”并更新描述。
- 其余内容未变。
v1.0.0
- Initial release of the jisu-silver skill.
- Query real-time silver prices from Shanghai Gold Exchange, Shanghai Futures Exchange, and London markets using the Jisu API.
- Provides command-line access to individual market endpoints (shgold, shfutures, london).
- Requires configuration of the JISU_API_KEY environment variable.
- Includes example outputs, common error codes, and recommended usage scenarios.
Metadata
Frequently Asked Questions
What is Silver Price Inquiry - 白银价格查询?
查询国内白银期货/现货相关及伦敦银等参考行情。当用户说:白银现在什么价?伦敦银涨跌多少?或类似白银价格问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 508 downloads so far.
How do I install Silver Price Inquiry - 白银价格查询?
Run "/install silver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Silver Price Inquiry - 白银价格查询 free?
Yes, Silver Price Inquiry - 白银价格查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Silver Price Inquiry - 白银价格查询 support?
Silver Price Inquiry - 白银价格查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Silver Price Inquiry - 白银价格查询?
It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.4.
More Skills