Skills sinopec-oil-price
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/15878033657/sinopec-oil-price" ~/.claude/skills/openclaw-skills-sinopec-oil-price && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/15878033657/sinopec-oil-price" ~/.openclaw/skills/openclaw-skills-sinopec-oil-price && rm -rf "$T"
manifest:
skills/15878033657/sinopec-oil-price/SKILL.mdsource content
Sinopec Oil Price Skill
查询中国石化实时油价信息。
Quick Start
This skill provides access to Sinopec's official oil price data.
Core tool:
sinopec_oil_price_get
Use when:
- User asks for today's oil prices
- User wants prices for a specific province/city
- User needs gasoline (92#, 95#, 98#) or diesel (0#) prices
- User wants to see price changes
Usage
See detailed documentation in bundled references:
- API Reference - Complete API documentation
- Usage Examples - Code patterns and common scenarios
Notes
- Prices in CNY per liter
- Data from Sinopec official mobile API
- Prices may vary at actual gas stations