← 返回 Skills 市场
ckchzh

Loan Calculator

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
448
总下载
0
收藏
1
当前安装
11
版本数
在 OpenClaw 中安装
/install loan-calculator
功能描述
贷款计算器。等额本息/等额本金计算、方案对比、提前还款分析、贷款能力评估、还款计划表、再融资分析。Loan calculator with equal installment/principal, comparison, prepayment analysis, affordability, schedule.
使用说明 (SKILL.md)

loan-calculator

贷款计算器。等额本息/等额本金计算、方案对比、提前还款分析、贷款能力评估、还款计划表、再融资分析。Loan calculator with equal installment/principal, comparison, prepayment analysis, affordability, schedule, refinance.

如何使用

  1. 选择你需要的功能命令
  2. 输入你的具体需求描述
  3. 获取专业的输出结果
  4. 根据需要调整和完善

命令列表

命令 功能
calculate calculate
compare compare
prepay prepay
afford afford
schedule schedule
refinance refinance
help help

专业建议

  • calculate 默认使用等额本息(月供固定),加 equal-principal 切换等额本金
  • afford 按月收入的40%计算最大月供,保守安全
  • 等额本息**:每月还款相同,前期利息多,适合收入稳定者
  • 等额本金**:每月递减,总利息少,适合收入较高者
  • 贷款前1/3时间提前还款最划算(利息占比大)

loan-calculator by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Examples

# Show help
loan-calculator help

# Run
loan-calculator run

Commands

Run loan-calculator help to see all available commands.

安全使用建议
This skill appears coherent and implements the described loan-calculator functionality locally. Before installing or running: 1) Be aware it will create a data directory (by default ~/.local/share/loan-calculator) containing data.log and history.log that may include anything you pass to the tool; avoid entering sensitive PII or credentials into commands. 2) The scripts use the 'bc' utility (and common Unix tools like grep, date); ensure those binaries exist where you intend to run it. 3) If you want to control where data is stored, set LOAN_CALCULATOR_DIR to a safe location. 4) No network calls or secret-requiring env vars are present, but you can still review the scripts in the repository yourself if you want to audit behavior before running. Overall the package is consistent with its description.
功能分析
Type: OpenClaw Skill Name: loan-calculator Version: 2.0.0 The skill bundle is a legitimate loan calculator tool providing financial analysis features like installment calculations and prepayment analysis. The primary logic in `scripts/loan.sh` uses standard shell utilities (bc, printf) for local calculations, and `scripts/script.sh` provides basic local logging and data management without any network activity, sensitive data access, or suspicious execution patterns.
能力评估
Purpose & Capability
The scripts implement loan calculations, comparison, prepayment, affordability and schedule features that align with the description. They also include a small utility (scripts/script.sh) for persisting simple entries and history which is reasonable for user data (notes/entries) but is not mentioned in SKILL.md. The implementation writes files to a local data directory by default and uses the 'bc' calculator binary, which is not declared in the metadata.
Instruction Scope
SKILL.md only instructs running the tool (help/run) and provides examples for calculator commands. The runtime scripts do not access remote endpoints or unrelated system credentials, but they will read common env vars (LOAN_CALCULATOR_DIR, XDG_DATA_HOME, HOME) and create/write local files (data.log, history.log). The documentation does not explicitly call out local file creation.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or installed by an automated installer. The risk surface is limited to the included shell scripts that would be executed by the agent or user.
Credentials
The skill declares no required environment variables or credentials. At runtime the scripts consult LOAN_CALCULATOR_DIR/XDG_DATA_HOME/HOME to locate the data directory; these are common non-sensitive environment variables and their use is proportionate to persisting user data.
Persistence & Privilege
always:false (no forced inclusion). The skill writes persistent files in $LOAN_CALCULATOR_DIR or ${XDG_DATA_HOME:-$HOME/.local/share}/loan-calculator (data.log, history.log). This is normal for a tool that saves entries, but users should be aware of local disk writes and that inputs may be stored in plaintext.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install loan-calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /loan-calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.5
yaml-fix+quality
v2.3.4
yaml-fix+quality
v2.3.3
Quality upgrade
v2.3.2
Quality upgrade: custom functionality
v2.3.1
Standards compliance: unique content, no template text
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v2.1.0
Enhanced descriptions for better AI triggering
v1.0.1
- Removed the tips.md file to streamline the repository. - No changes made to core features or documentation.
v1.0.0
Initial release of loan-calculator. - 支持等额本息与等额本金贷款计算 - 提供方案对比、提前还款分析、贷款能力评估 - 生成还款计划表和再融资分析 - 包含详细命令说明与使用建议
元数据
Slug loan-calculator
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 11
常见问题

Loan Calculator 是什么?

贷款计算器。等额本息/等额本金计算、方案对比、提前还款分析、贷款能力评估、还款计划表、再融资分析。Loan calculator with equal installment/principal, comparison, prepayment analysis, affordability, schedule. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 448 次。

如何安装 Loan Calculator?

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

Loan Calculator 是免费的吗?

是的,Loan Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Loan Calculator 支持哪些平台?

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

谁开发了 Loan Calculator?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论