Benefit Calc

v1.0.0

Calculate insurance benefit payouts, coverage amounts, and premiums. Handles life insurance sum assured, health insurance reimbursement, critical illness lum...

0· 172·0 current·0 all-time
byWenbing Ji@jiwenbing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiwenbing/benefit-calc.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Benefit Calc" (jiwenbing/benefit-calc) from ClawHub.
Skill page: https://clawhub.ai/jiwenbing/benefit-calc
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install benefit-calc

ClawHub CLI

Package manager switcher

npx clawhub@latest install benefit-calc
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, and runtime instructions all describe computing insurance payouts, coverage needs, and premiums. The skill requests no unrelated binaries, environment variables, or config paths.
Instruction Scope
SKILL.md limits behavior to collecting user-provided inputs (age, income, expenses, dependents, sum assured) and applying actuarial formulas, showing steps, and doing sensitivity analysis. It does not instruct reading system files or external endpoints. Note: it does not provide guidance about handling sensitive personal/financial data or accuracy/disclaimer text — consider adding privacy and liability instructions.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install.
Credentials
No environment variables, credentials, or config paths requested. The skill only asks for user-supplied inputs at runtime, which is proportional to its purpose.
Persistence & Privilege
always is false and there are no special persistence or system-wide config changes requested. The skill can be invoked autonomously (platform default), which is expected for a utility skill and does not alone indicate elevated privilege.
Assessment
This skill appears coherent and only needs personal/financial inputs to run. Before installing, consider: 1) privacy — avoid pasting highly sensitive identifiers (SSNs, account numbers); provide only the minimum facts needed or test with anonymized/example data; 2) accuracy — the skill will apply formulas and heuristics; for high‑stakes decisions (large policies, legal/regulated contexts) verify results with a licensed actuary or insurer; 3) units and assumptions — confirm currency, time units, and mortality/interest assumptions used; and 4) add explicit disclaimers and data-handling instructions if you plan to use it with real customer data. The agent's ability to invoke skills autonomously is the platform default — if you want to restrict that, adjust your agent settings.

Like a lobster shell, security has layers — review code before you run it.

latestvk973e6jef7ert2nw663279vdg18327rr
172downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Benefit Calculator

Calculate insurance payouts, required coverage amounts, and premium estimates based on user inputs. Covers life, health, critical illness, disability, and annuity calculations.

When to Use

  • User asks "how much life insurance do I need?"
  • User wants to calculate expected reimbursement for a medical expense
  • User wants to know how much critical illness cover to buy
  • User asks about expected annuity income from a retirement policy
  • User wants to estimate premium for a given coverage amount

How to Use

  1. Identify calculation type (coverage needed / payout expected / premium estimate)
  2. Collect required inputs (income, expenses, dependents, age, sum assured, etc.)
  3. Apply standard actuarial formulas or rule-of-thumb benchmarks
  4. Show calculation steps transparently
  5. Present result with context (is this enough? industry benchmark?)
  6. Offer sensitivity analysis (what if income increases / expenses change?)

Examples

  • "How much life insurance do I need? I earn ¥300,000/year with a wife and two kids"
  • "If I'm hospitalized for 5 days at ¥2000/day, how much will my insurance pay?"
  • "How much critical illness cover should a 40-year-old have?"

Comments

Loading comments...