← Back to Skills Marketplace
super-calculator
by
xiaozhao111596
· GitHub ↗
· v1.0.0
· MIT-0
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install super-calculator
Description
万能计算助手。当用户说出"帮我计算"、"算一下"、"计算"、"多少钱"、"利率多少"、"年龄多大"、"相差多少天"、"单位换算"等任何涉及数字计算、公式求解、单位转换、金融分析、日期计算的请求时,触发此技能。支持:四则运算、复利/单利、贷款月供、理财收益、汇率换算、BMI、日期差、年龄计算、单位换算(长度/重量/...
Usage Guidance
This skill appears internally consistent: it implements the calculator functions it advertises, requires no API keys, and has no obvious network/exfiltration code in the reviewed portions. Before installing, (1) inspect the full scripts/calculator.py file to ensure there are no hidden network calls, subprocess.exec usage, or external endpoints (the review snapshot showed the file truncated), (2) if you need live exchange rates, confirm how the skill obtains them (it currently appears to rely on user-provided or local reference values), and (3) treat results as reference-level (README already notes financial/precision limits). If you are not able to review the full code yourself, consider asking the publisher for a complete audit or using the skill in an isolated environment.
Capability Analysis
Type: OpenClaw Skill
Name: super-calculator
Version: 1.0.0
The skill is a legitimate and well-documented calculator tool for financial, statistical, health, and mathematical operations. The Python logic in `scripts/calculator.py` uses only standard libraries (math, datetime) and contains no high-risk behaviors such as network access, file system manipulation, or shell execution. The instructions in `SKILL.md` are focused entirely on providing helpful calculation services to the user without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (万能计算助手) align with the included Python calculation library (finance, stats, units, dates, health, equation solving). Minor inconsistency: SKILL.md/README mention '实时汇率' (real-time exchange rates), but the provided code uses local conversion tables and there is no visible network call to fetch live rates — real-time behavior would require external data or an API key.
Instruction Scope
SKILL.md limits behavior to interpreting user math/finance/unit/date requests, showing calculation steps, and asking clarifying questions. It does not instruct reading unrelated system files, exfiltrating data, or contacting external endpoints.
Install Mechanism
No install spec or remote downloads; README suggests copying the skill folder into ~/.qclaw/skills/. The code uses only Python standard library (math, datetime, collections). No external installers or archive downloads were present.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code uses only local computations and local unit/rate tables; requested privileges are minimal and proportionate.
Persistence & Privilege
Skill flags are default (always: false, user-invocable true). It does not request permanent platform-wide presence or modification of other skills in the provided materials.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install super-calculator - After installation, invoke the skill by name or use
/super-calculator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
全能超级计算器 1.0.0 首发版上线:
- 支持四则运算、金融计算(复利/单利、贷款、收益、汇率)、统计分析、健康计算、单位换算、日期/年龄/天数计算。
- 通过多种关键词自动触发计算,适配日常所有数字类运算需求。
- 金融计算场景下同时给出多种方案以供对比。
- 详细展示计算过程,统一输入单位,处理异常和模糊输入。
- 计算结果自动添加千分位分隔及清晰单位标注。
Metadata
Frequently Asked Questions
What is super-calculator?
万能计算助手。当用户说出"帮我计算"、"算一下"、"计算"、"多少钱"、"利率多少"、"年龄多大"、"相差多少天"、"单位换算"等任何涉及数字计算、公式求解、单位转换、金融分析、日期计算的请求时,触发此技能。支持:四则运算、复利/单利、贷款月供、理财收益、汇率换算、BMI、日期差、年龄计算、单位换算(长度/重量/... It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install super-calculator?
Run "/install super-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is super-calculator free?
Yes, super-calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does super-calculator support?
super-calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created super-calculator?
It is built and maintained by xiaozhao111596 (@xiaozhao111596); the current version is v1.0.0.
More Skills