A financial optimization skill that collects debt details to generate and compare various payoff strategies like snowball and avalanche.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install debt-payoff-plan-comparison
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install debt-payoff-plan-comparison using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill leverages the Openclaw Skills framework to provide users with a structured way to analyze their financial liabilities. By collecting specific data points regarding mortgages, credit cards, and personal loans, it interfaces with external endpoints to deliver comprehensive plan comparisons. It is designed to simplify complex financial calculations and provide clear recommendations for interest savings and faster payoff timelines.
The core value of this skill lies in its ability to handle multi-debt scenarios and provide side-by-side comparisons of different methodologies. Whether a user is looking to refinance their home or simply pay off high-interest credit card debt, this automation ensures that the data is collected accurately and processed securely.
To use this Openclaw Skills automation, ensure you have the environment configured to run Node.js scripts. Use the following command to execute the plan comparison:
node scripts/call_get_plans.mjs --input /path/to/payload.json
For testing in different environments, you can override the base URL:
node scripts/call_get_plans.mjs --input /tmp/payload.json --base-url https://staging.loandoctor.app
The skill organizes input data into a strict schema to ensure compatibility with the calculation engine. The primary data structure includes:
| Category | Field | Requirement |
|---|---|---|
| Debts | debtType, balance, rate, payment |
Required per debt item |
| Assumptions | homeAppraisal |
Required for mortgage analysis |
| Assumptions | taxBracket, planningHorizon |
Optional overrides |
| Allocations | diApplyToOC, diApplyToDebt |
Required numeric values |
Supported debt types include: mortgage, home-equity-loan, heloc, auto-loan, credit-card, personal-loan, student-loan, medical-debt, business-loan, and tax-debt.
--infer-missing-rate flag for common debt types when exact APR is unknown.--infer-missing-payment to ensure viable payoff calculations.--output flag to save full JSON results to a specific file path.Loading
A high-performance AI coding assistant that executes complex development tasks through the Qoder CLI using a non-interactive Print mode.

A comprehensive Windows automation skill for controlling applications, simulating user input, and managing system processes via PowerShell.

A comprehensive tool for managing Sharesight investment portfolios, tracking performance, and automating custom asset data.

A comprehensive financial management tool for interacting with the PocketSmith API to automate transaction tracking and category organization.

A powerful local text-to-speech engine by Alibaba optimized for macOS Apple Silicon with advanced zero-shot voice cloning and dialect support.

An automated knowledge acquisition skill that fetches technical documentation and integrates insights directly into your agent's memory and operational rules.








































