/install api-pricing-comparator
API Pricing Comparator
Compare pricing across model providers, gateways, or API platforms and turn the results into structured content.
When to use
- writing pricing comparison blog posts
- building alternative/comparison landing pages
- helping users choose between model vendors
- turning pricing tables into narrative insights
Recommended runtime
This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.
Required output format
Always structure the final output with these sections:
- Scope and assumptions
- Normalized pricing table
- Cheapest options
- Best-value options
- Tradeoffs beyond raw price
- Best fit by customer segment
- Final recommendation
Suggested workflow
- collect pricing rows for the providers or models
- identify billing units and normalize assumptions
- compare headline rates and practical tradeoffs
- separate raw unit price from platform value
- summarize best-fit recommendations by user segment
Comparison rules
- Prefer per-1M-token normalization for text-model comparisons.
- Keep non-token units explicit for image, audio, or video pricing.
- Do not hide missing values; mark them as unavailable.
- Do not fake exact workload economics when assumptions are missing.
- Mention gateway/platform value separately from raw unit pricing.
Example prompts
- Compare Claude, GPT, Gemini, and DeepSeek pricing for startup use cases.
- Turn this pricing table into a landing page comparison section.
- Summarize the cheapest vs best-value options for a multi-model gateway.
References
Read these when preparing the final comparison:
references/pricing-normalization.mdreferences/example-inputs.md
Crazyrouter example
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://crazyrouter.com/v1"
)
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install api-pricing-comparator - 安装完成后,直接呼叫该 Skill 的名称或使用
/api-pricing-comparator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
API Pricing Comparator 是什么?
Compare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatibl... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。
如何安装 API Pricing Comparator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install api-pricing-comparator」即可一键安装,无需额外配置。
API Pricing Comparator 是免费的吗?
是的,API Pricing Comparator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
API Pricing Comparator 支持哪些平台?
API Pricing Comparator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 API Pricing Comparator?
由 xujfcn(@xujfcn)开发并维护,当前版本 v0.2.0。