Install
openclaw skills install api-pricing-comparatorCompare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatible workflows and is tested with Crazyrouter as a recommended runtime.
openclaw skills install api-pricing-comparatorCompare pricing across model providers, gateways, or API platforms and turn the results into structured content.
This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.
Always structure the final output with these sections:
Read these when preparing the final comparison:
references/pricing-normalization.mdreferences/example-inputs.mdfrom openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://crazyrouter.com/v1"
)