narev-update-llm-pricing
Installation
SKILL.md
Update LLM pricing in the local repo
Turn live price API output into a checked-in file for offline or deterministic billing.
HTTP contracts → narev-lookup-llm-pricing (seven endpoints only). This skill covers fetch + map + write.
When to use this skill
- Refresh a committed pricing registry from Narev.
- Swap
createNarevPriceResolverforcreateObjectPriceResolverover a local map. - Add a snapshot script or scheduled CI job.
Live lookup or one-call USD → narev-lookup-llm-pricing (POST /v1/calculate).
What to fetch
Use only lookup’s price endpoints (not calculate for bulk data):
Option A — full catalog (simplest)