updating-pricing

Refresh per-model pricing data from the vendor page via the update-model-pricing.mts workflow.

125|42|Updated May 19, 2025
One-click install
npx skills add https://github.com/SocketDev/socket-mcp --skill updating-pricing
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: updating-pricing
Source: https://github.com/SocketDev/socket-mcp/tree/main/.claude/skills/fleet/updating-pricing
Command: npx skills add https://github.com/SocketDev/socket-mcp --skill updating-pricing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps the fleet's per-model pricing in sync with the vendor page to ensure accurate cost estimates.

Core Features & Use Cases

  • Orchestrates the four-phase pricing refresh: read current snapshot, fetch pricing from vendor, write updated model-pricing.json, and update the snapshot marker.
  • Used as part of the weekly updating workflow and on-demand when prices move or staleness gates warn, coordinating checks, sourcing, writing, and committing.
  • Writes the updated snapshot and model-pricing data via scripts/fleet/update-model-pricing.mts workflow.

Quick Start

Run the pricing update to refresh the snapshot with today's vendor prices

Frequently Asked Questions about updating-pricing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate refreshing per-model pricing data from a vendor page?โ–ผ

Automating per-model pricing refresh involves orchestrating phases that read the current snapshot, fetch fresh vendor prices, write updated model-pricing.json, and restamp fleet routing markers via a scripted update-model-pricing.mts workflow.

When should I update fleet model pricing to keep cost estimates accurate?โ–ผ

Fleet model pricing should be updated as part of a weekly workflow and on-demand when prices move or staleness gates warn, ensuring the AI cost estimator remains synced with the vendor page.

What is the best way to keep AI cost estimator pricing in sync with vendor prices?โ–ผ

The best way to keep AI cost estimates in sync is automating a four-phase pricing refresh that sources current vendor prices and writes them to model-pricing.json via the update-model-pricing.mts workflow.

How does the fleet pricing update workflow coordinate writes and commits?โ–ผ

The fleet pricing update workflow coordinates checks, sourcing, writing, and committing by applying fetched vendor prices to scripts/fleet/constants/model-pricing.json and restamping fleet routing markers.

Can I run pricing updates on-demand when staleness gates trigger?โ–ผ

Yes, pricing updates can be run on-demand when staleness gates warn or prices move, coordinating the snapshot read, vendor fetch, model-pricing.json write, and marker restamp phases.

What file does the pricing refresh workflow update with new vendor prices?โ–ผ

The pricing refresh workflow updates scripts/fleet/constants/model-pricing.json with fresh vendor prices and restamps fleet routing markers via update-model-pricing.mts.