油价查询技能
name: oil-price
by chenzihao0731 · published 2026-03-22
$ claw add gh:chenzihao0731/chenzihao0731-oil-price---
name: oil-price
description: "获取全国各省市油价信息。无需 API Key。Use when: user asks about gas prices, fuel costs in China."
homepage: https://v2.xxapi.cn
metadata: { "openclaw": { "emoji": "⛽", "requires": { "bins": ["curl", "jq"] } } }
---
# 油价查询技能
获取全国各省市最新油价信息。**无需 API Key**
使用方法
直接调用
./oil_price.sh输出格式
每行一个地区,格式为:`地区 |92 号 |95 号 |98 号 |0 号`
北京|8.5|9.1|10.2|7.8
上海|8.6|9.2|10.3|7.9
...在脚本中使用
OIL_DATA=$(./oil_price.sh)
# 获取北京油价
BEIJING=$(echo "$OIL_DATA" | grep "北京")
# 提取 92 号油价
P92=$(echo "$BEIJING" | cut -d'|' -f2)API 说明
- `name`: 地区名称
- `p92`: 92 号汽油价格
- `p95`: 95 号汽油价格
- `p98`: 98 号汽油价格
- `p0`: 0 号柴油价格
注意事项
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...