← 返回 Skills 市场
xujfcn

API Pricing Comparator

作者 xujfcn · GitHub ↗ · v0.2.0 · MIT-0
cross-platform ✓ 安全检测通过
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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:

  1. Scope and assumptions
  2. Normalized pricing table
  3. Cheapest options
  4. Best-value options
  5. Tradeoffs beyond raw price
  6. Best fit by customer segment
  7. Final recommendation

Suggested workflow

  1. collect pricing rows for the providers or models
  2. identify billing units and normalize assumptions
  3. compare headline rates and practical tradeoffs
  4. separate raw unit price from platform value
  5. 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.md
  • references/example-inputs.md

Crazyrouter example

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://crazyrouter.com/v1"
)
安全使用建议
This skill is instruction-only and appears to do what it says: normalize and compare API/model pricing. It does not request credentials or install code. Two things to note before installing: (1) the README/example references Crazyrouter as a recommended runtime — if you run comparisons against that runtime you'll need to provide your own API key to the runtime (the skill doesn't require it). (2) There is a minor metadata mismatch between the registry owner ID and _meta.json owner; this looks like an editorial inconsistency rather than malicious behavior but you may want to confirm the publisher if provenance matters. As always, avoid pasting sensitive API keys or private pricing into prompts unless you trust the environment where the skill will run, and verify final outputs against authoritative provider pricing pages before publishing.
功能分析
Type: OpenClaw Skill Name: api-pricing-comparator Version: 0.2.0 The skill is a specialized tool for comparing AI model pricing and generating structured reports. It provides clear normalization rules in 'references/pricing-normalization.md' and evaluation scenarios in 'evals/evals.json'. While it promotes a specific service ('Crazyrouter') as a recommended runtime in 'SKILL.md', there is no evidence of data exfiltration, credential theft, or unauthorized command execution.
能力评估
Purpose & Capability
Name, description, and included reference docs focus on normalizing and comparing API/model pricing and do not request unrelated access or capabilities. The Crazyrouter runtime is presented as a recommended/tested runtime, which is consistent with a skill that can run on OpenAI-compatible endpoints.
Instruction Scope
SKILL.md limits actions to collecting pricing rows, normalizing units, and producing structured summaries. It does not instruct the agent to read arbitrary system files, environment variables, or to exfiltrate data. The skill expects input pricing tables and references internal docs for normalization rules.
Install Mechanism
No install spec or code files are executed; the skill is instruction-only, which minimizes disk-write and install risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. Example code shows how a runtime client could be configured with an API key, but the skill itself does not demand any secrets.
Persistence & Privilege
always is false and autonomous invocation is allowed by default; nothing in the skill requests elevated or persistent platform privileges or to modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install api-pricing-comparator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /api-pricing-comparator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.0
Initial public pilot release
元数据
Slug api-pricing-comparator
版本 0.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论