app/china-fuel-price/SKILL.md
When a user asks for China Fuel Price by province or a recharge promo → return current/previous prices or promo result.
npx skillsauth add davidkk/vercel-openapi fuel-priceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
amount, bonus); if missing, ask once and stop guessing.GET /api/fuel-price.province, amount, bonus; optional fuelType (b92|b95|b98|b0, default b92). If missing, ask — do not guess amounts.:province — province name for single-province and promo routes.fuelType (optional), amount (required), bonus (required).data.current / previous / latestUpdated or promo fields from payload.All provinces:
GET /api/fuel-price
Single province:
GET /api/fuel-price/{province}
Example: GET /api/fuel-price/Beijing (or encoded/locale slug your deployment accepts)
Promo (recharge):
GET /api/fuel-price/{province}/promo?fuelType=b92&amount=500&bonus=50
JSON with current / previous arrays of province rows (b92, b95, b98, b0, etc.) and timestamps; promo route returns shape defined by implementation — read live data for edge fields.
GET /api/fuel-price/Beijing (or matching slug) → summarize current.GET /api/fuel-price.GET only for these paths; follow Steps.
tools
When a user asks for weather or short forecast at a latitude/longitude → return current conditions or forecast.
data-ai
When a user asks whether today is a public holiday in mainland China → return holiday status/name.
development
When a user provides China latitude/longitude → reverse geocode to province/city/district.
tools
When a user asks for weather or short forecast at a latitude/longitude → return current conditions or forecast.