← 返回 Skills 市场
525
总下载
9
收藏
3
当前安装
4
版本数
在 OpenClaw 中安装
/install oil
功能描述
查询各省市汽柴油参考价,可查省市列表。当用户说:今天北京 92 号油价多少?山东柴油什么价?或类似油价问题时,使用本技能。
安全使用建议
This skill appears to be a straightforward wrapper for JisuAPI's oil endpoints. Before installing: (1) confirm you want to share a JISU_API_KEY with the skill (it's required); (2) ensure the runtime has python3 and the 'requests' package (pip install requests) since no install step is provided; (3) verify rate limits and billing on your JisuAPI account; and (4) note the source/homepage are absent — if provenance matters, consider obtaining the code from a known repository or the API provider. Otherwise the code is small, readable, and consistent with its stated purpose.
功能分析
Type: OpenClaw Skill
Name: oil
Version: 1.0.3
The skill is a straightforward implementation for querying oil prices in China via the JisuAPI service. The Python script (oil.py) uses the standard requests library to fetch data from a legitimate API endpoint (api.jisuapi.com) and requires a user-provided API key via environment variables. No malicious behaviors, data exfiltration, or prompt injection attempts were found.
能力评估
Purpose & Capability
Name/description, SKILL.md, and oil.py all target the JisuAPI 'today oil price' endpoints. Requesting JISU_API_KEY and python3 is appropriate for this purpose; there are no unrelated credentials, binaries, or surprising permissions requested.
Instruction Scope
Runtime instructions only direct the agent to set JISU_API_KEY and run the provided Python script to call api.jisuapi.com. The script only reads the declared env var and command-line JSON and issues HTTP GETs to the documented API. It does not read other files, system state, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes risk. Note: the script depends on the Python 'requests' package but SKILL.md does not mention installing it — you may need to pip install requests in the environment before use.
Credentials
Only a single API key (JISU_API_KEY) is required and declared as the primary credential, which directly maps to the external service being used. No other secrets, config paths, or unrelated env vars are requested.
Persistence & Privilege
The skill is not marked 'always:true', does not modify other skills, and does not request permanent system presence. Autonomous invocation (default) is allowed but not accompanied by other high-risk indicators.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install oil - 安装完成后,直接呼叫该 Skill 的名称或使用
/oil触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- 简化并优化了技能名称与描述,突出油价查询及省市列表功能。
- 统一“前置配置”说明,改为更为直观的步骤引导。
- API 申请说明精简,重点突出核心操作入口。
- 明确场景举例,让用户更易理解技能用途和调用方式。
- 无脚本或功能变动,仅文档内容微调,更友好易用。
v1.0.2
- 增加「关于极速数据」说明,详细介绍极速数据平台及其API类型
- 明确了 API Key 的获取步骤及配置,更加友好指引初次用户
- 优化了文档结构与表述,提升易读性
- 原有功能和用例内容未做调整
v1.0.1
- No file changes detected; documentation was updated only.
- No functional or API changes in this version.
- SKILL.md minor edits for formatting and clarity.
v1.0.0
- Initial release: Query real-time gasoline and diesel prices by province/city using the Jisu Oil Price API.
- Provides commands to query specific province/city oil prices and to list all supported provinces/cities.
- Requires configuration of the JISU_API_KEY environment variable for access.
- Includes sample usage, input parameters, result examples, and common error codes for quick integration.
元数据
常见问题
Today's Oil Price - 今日油价 是什么?
查询各省市汽柴油参考价,可查省市列表。当用户说:今天北京 92 号油价多少?山东柴油什么价?或类似油价问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 525 次。
如何安装 Today's Oil Price - 今日油价?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install oil」即可一键安装,无需额外配置。
Today's Oil Price - 今日油价 是免费的吗?
是的,Today's Oil Price - 今日油价 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Today's Oil Price - 今日油价 支持哪些平台?
Today's Oil Price - 今日油价 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Today's Oil Price - 今日油价?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.3。
推荐 Skills