← 返回 Skills 市场
super-calculator
作者
xiaozhao111596
· GitHub ↗
· v1.0.0
· MIT-0
132
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install super-calculator
功能描述
万能计算助手。当用户说出"帮我计算"、"算一下"、"计算"、"多少钱"、"利率多少"、"年龄多大"、"相差多少天"、"单位换算"等任何涉及数字计算、公式求解、单位转换、金融分析、日期计算的请求时,触发此技能。支持:四则运算、复利/单利、贷款月供、理财收益、汇率换算、BMI、日期差、年龄计算、单位换算(长度/重量/...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install super-calculator - 安装完成后,直接呼叫该 Skill 的名称或使用
/super-calculator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
全能超级计算器 1.0.0 首发版上线:
- 支持四则运算、金融计算(复利/单利、贷款、收益、汇率)、统计分析、健康计算、单位换算、日期/年龄/天数计算。
- 通过多种关键词自动触发计算,适配日常所有数字类运算需求。
- 金融计算场景下同时给出多种方案以供对比。
- 详细展示计算过程,统一输入单位,处理异常和模糊输入。
- 计算结果自动添加千分位分隔及清晰单位标注。
元数据
常见问题
super-calculator 是什么?
万能计算助手。当用户说出"帮我计算"、"算一下"、"计算"、"多少钱"、"利率多少"、"年龄多大"、"相差多少天"、"单位换算"等任何涉及数字计算、公式求解、单位转换、金融分析、日期计算的请求时,触发此技能。支持:四则运算、复利/单利、贷款月供、理财收益、汇率换算、BMI、日期差、年龄计算、单位换算(长度/重量/... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 super-calculator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install super-calculator」即可一键安装,无需额外配置。
super-calculator 是免费的吗?
是的,super-calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
super-calculator 支持哪些平台?
super-calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 super-calculator?
由 xiaozhao111596(@xiaozhao111596)开发并维护,当前版本 v1.0.0。
推荐 Skills