← 返回 Skills 市场
yukin1218

Calculator

作者 Yukin1218 · GitHub ↗ · v1.0.1
cross-platform ⚠ suspicious
2179
总下载
1
收藏
31
当前安装
2
版本数
在 OpenClaw 中安装
/install calculator
功能描述
Accurate mathematical calculations. Use when user needs to compute: (1) Basic arithmetic (+, -, *, /), (2) Powers and roots (^, sqrt), (3) Percentages, (4) T...
安全使用建议
Review before installing. The skill appears to be intended as a calculator and has no visible network, credential, persistence, or destructive behavior, but it should be changed to use a strict math parser or AST allowlist before being used on untrusted expressions.
能力评估
Purpose & Capability
The stated calculator purpose matches the files, but scripts/calc.py evaluates user-supplied expressions with Python eval(), which gives the skill capability beyond mathematical calculation.
Instruction Scope
SKILL.md instructs agents to pass expressions to the script but does not disclose raw Python evaluation, warn about untrusted input, or define length and complexity limits.
Install Mechanism
The artifact contains only SKILL.md and a local Python script, with no package install, remote download, or install-time execution shown.
Credentials
For a calculator, exposing local Python expression evaluation is overbroad; harmless testing confirmed the eval path can be abused to invoke shell commands despite disabled builtins.
Persistence & Privilege
No persistence, background worker, credential use, network access, or file mutation is declared, but abused expressions would run with the invoking user's local process privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Documentation improvements in SKILL.md for clarity and example coverage. - No changes to calculator functionalities or supported operations.
v1.0.0
- Initial release of the calculator skill. - Supports basic arithmetic, powers and roots, percentages, trigonometric functions, logarithms, and common mathematical functions. - Handles mathematical constants like pi and e. - Allows unit conversions and complex expressions. - Provides command-line usage with detailed examples and operation descriptions.
元数据
Slug calculator
版本 1.0.1
许可证
累计安装 31
当前安装数 31
历史版本数 2
常见问题

Calculator 是什么?

Accurate mathematical calculations. Use when user needs to compute: (1) Basic arithmetic (+, -, *, /), (2) Powers and roots (^, sqrt), (3) Percentages, (4) T... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2179 次。

如何安装 Calculator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install calculator」即可一键安装,无需额外配置。

Calculator 是免费的吗?

是的,Calculator 完全免费(开源免费),可自由下载、安装和使用。

Calculator 支持哪些平台?

Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Calculator?

由 Yukin1218(@yukin1218)开发并维护,当前版本 v1.0.1。

💬 留言讨论