← 返回 Skills 市场
Mortgage Calculator
作者
BytesAgain2
· GitHub ↗
· v2.0.1
· MIT-0
537
总下载
0
收藏
2
当前安装
13
版本数
在 OpenClaw 中安装
/install mortgage-calculator
功能描述
Calculate mortgage payments with equal-principal and equal-interest comparisons. Use when comparing loans, calculating payments, evaluating prepayment.
安全使用建议
This skill appears to do what it says: mortgage calculations and simple local logging. Before installing, note: (1) it requires a Bash-compatible shell and python3 at runtime even though the registry did not list required binaries — ensure your environment has python3 and Bash 4+; (2) it will create ~/.local/share/mortgage-calculator/ (unless you set MORTGAGE_CALCULATOR_DIR) and write data.log and history.log there, which may contain sensitive financial notes you enter; (3) there are no network calls or secret exfiltration in the provided scripts, but you should still review the bundled scripts and decide whether you want the local logs to exist on the host or redirect them to a different directory. If you plan to automate or share the machine, consider setting MORTGAGE_CALCULATOR_DIR to a controlled location or audit the files before running.
功能分析
Type: OpenClaw Skill
Name: mortgage-calculator
Version: 2.0.1
The mortgage-calculator bundle is a legitimate financial utility for calculating loan payments and maintaining local records. The scripts (mortgage.sh and script.sh) perform standard mathematical calculations and local file I/O for logging purposes without any network activity, credential access, or obfuscated code. No evidence of malicious intent or prompt injection was found.
能力评估
Purpose & Capability
The skill's name/description (mortgage calculations, comparisons, prepayment) match the included scripts and SKILL.md. Minor inconsistency: SKILL.md and the scripts require Bash and python3, but the registry metadata lists no required binaries; the code embeds a Python calculator and shell glue, so python3 and a POSIX shell (Bash 4+) are actually needed.
Instruction Scope
SKILL.md instructs use of a local CLI and describes commands that read/write local files under the data directory, list/search logs, and print results to stdout. The scripts only operate on files in the configured data directory and stdout/stderr, and do not access network endpoints or unrelated system paths.
Install Mechanism
No install spec or remote downloads are present; this is instruction-only with bundled scripts. No network downloads or archive extraction are performed by the skill itself.
Credentials
No credentials or secrets are requested. The only environment configurables are MORTGAGE_CALCULATOR_DIR and standard XDG_DATA_HOME; these are reasonable for changing the local data path.
Persistence & Privilege
The skill writes persistent data to a directory in the user's home (~/.local/share/mortgage-calculator by default), creating data.log and history.log. This is expected for a logging tool, but users should be aware it keeps a local audit/history of commands and entries.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mortgage-calculator - 安装完成后,直接呼叫该 Skill 的名称或使用
/mortgage-calculator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.3.1
Quality upgrade: custom functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.1.1
Brand: [email protected]
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
元数据
常见问题
Mortgage Calculator 是什么?
Calculate mortgage payments with equal-principal and equal-interest comparisons. Use when comparing loans, calculating payments, evaluating prepayment. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 537 次。
如何安装 Mortgage Calculator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mortgage-calculator」即可一键安装,无需额外配置。
Mortgage Calculator 是免费的吗?
是的,Mortgage Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Mortgage Calculator 支持哪些平台?
Mortgage Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Mortgage Calculator?
由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。
推荐 Skills