Openclaw Ai Cost Calc
v1.0.0AI model cost calculator. Compare pricing across Claude, GPT, DeepSeek, and other AI models. Calculate token costs, optimize API spending, and find the best...
⭐ 0· 102·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, and calc.js all implement a local cost calculator with static model pricing — required capabilities and artifacts are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs installing via npx and running the local node script at ~/.openclaw/skills/...; the instructions only involve running the calculator and do not ask the agent to read unrelated files, credentials, or transmit data to external endpoints. The README includes an optional external support/landing-page link (informational only).
Install Mechanism
The registry metadata has no formal install spec, but SKILL.md suggests using `npx clawhub@latest install openclaw-ai-cost-calc`. That is an external npm-based installer (not automated in the manifest) — installing via npx will pull code from the npm ecosystem, so users should verify the source and contents of `clawhub` before running it. The included calc.js itself has no downloads or external network behavior.
Credentials
The skill requests no environment variables or credentials and the code only reads command-line args; there is no access to system config, secrets, or network in calc.js.
Persistence & Privilege
No always:true, no modifications to other skills or global agent config, and the skill is user-invocable only. It does not request persistent presence or elevated privileges.
Assessment
This appears to be a straightforward local cost calculator and the code is self-contained. Before installing, note that SKILL.md recommends `npx clawhub@latest install ...` — running that command will fetch a third-party package (clawhub) from the npm ecosystem, so verify the publisher and review what that installer does. The calculator uses static prices (and a crude 1 USD = 7 CNY normalization inside the script), so double-check rates for accuracy. If you want extra caution, inspect the calc.js file locally or run it in a sandboxed environment rather than running the npx installer blindly.Like a lobster shell, security has layers — review code before you run it.
latestvk971b08p737nmk7cjsr0dp5zt9836994
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
