API Pricing Comparator
PassAudited by VirusTotal on May 11, 2026.
Overview
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.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If you copy the example, you would be using your own API key with the Crazyrouter endpoint.
The skill includes an example showing how a user could configure an API key for the recommended Crazyrouter/OpenAI-compatible runtime. It does not require credentials or show credential collection, logging, or transmission beyond the disclosed endpoint.
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://crazyrouter.com/v1"
)Only use a key you intend to use for that provider/runtime, preferably a dedicated limited-scope key, and verify the endpoint before sending requests.
