model-pricing-calculator

v1.0.0

This skill should be used when the user needs to fetch AI model pricing data from multiple API platforms, calculate model ratios, completion ratios, and grou...

0· 87·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included artifacts: the SKILL.md explains fetching pricing URLs and running scripts; the repository includes a Python script that performs HTTP GETs, computes model/completion/group ratios, and outputs JSON. There are no unrelated environment variables, binaries, or obscure dependencies required.
Instruction Scope
Instructions are focused on reading references/pricing_urls.json, calling configured API endpoints, computing ratios, and saving/printing results. Minor caveats: the script automatically reads and writes a local snapshot at data/latest_snapshot.json (overwrite behavior unless --no-snapshot is used), and it will perform outbound HTTPS requests to any endpoints added to the URLs file — verify those endpoints before running.
Install Mechanism
No install spec and the code uses only the Python standard library (urllib, ssl, json, etc.). Nothing is downloaded from arbitrary URLs and no archives are extracted. This is low-install-risk: running the included script executes the bundled code only.
Credentials
The skill requests no environment variables, no credentials, and no special config paths. All external access is to the API endpoints listed in references/pricing_urls.json (both are legit-looking HTTPS endpoints).
Persistence & Privilege
always:false and the skill does not modify other skills or global agent settings. It persists state only to its own data/latest_snapshot.json and can write additional output files when --output-dir is used. Ensure you are comfortable with files being written inside the skill directory.
Assessment
This skill appears to do exactly what it claims: it fetches pricing JSON from the API endpoints listed in references/pricing_urls.json, computes ratios, prints results, and saves a snapshot to data/latest_snapshot.json. Before running it: (1) review references/pricing_urls.json and confirm you trust the listed API endpoints or remove any untrusted sources; (2) be aware the script will write/overwrite data/latest_snapshot.json (use --no-snapshot to avoid saving); (3) run the script in an isolated environment (or inspect the included Python files) if you have any doubt — the code uses only Python standard library and performs plain HTTPS GETs. Minor note: there are duplicate copies of SKILL.md and the script in two paths, but that is an organizational issue rather than a security problem.

Like a lobster shell, security has layers — review code before you run it.

latestvk978bjexsnebyep733qrydkqy983hecv

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments