← 返回 Skills 市场
508
总下载
9
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install silver
功能描述
查询国内白银期货/现货相关及伦敦银等参考行情。当用户说:白银现在什么价?伦敦银涨跌多少?或类似白银价格问题时,使用本技能。
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install silver - 安装完成后,直接呼叫该 Skill 的名称或使用
/silver触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Silver Price Inquiry - 白银价格查询 是什么?
查询国内白银期货/现货相关及伦敦银等参考行情。当用户说:白银现在什么价?伦敦银涨跌多少?或类似白银价格问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 508 次。
如何安装 Silver Price Inquiry - 白银价格查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install silver」即可一键安装,无需额外配置。
Silver Price Inquiry - 白银价格查询 是免费的吗?
是的,Silver Price Inquiry - 白银价格查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Silver Price Inquiry - 白银价格查询 支持哪些平台?
Silver Price Inquiry - 白银价格查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Silver Price Inquiry - 白银价格查询?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.4。
推荐 Skills