compound-interest-calculator

compound-interest-calculator is a skill for Claude Code, Codex from thesongzhu/Friday. It costs 0 tokens per session (124 once invoked), scanned A, original, MIT.

A calculator for compound interest, where earned or charged interest is added to the balance and can itself earn or incur interest.

In plain words
What is it for?
Use it to calculate the final amount and total interest from an initial sum, annual rate, duration, and number of compounding periods per year.
Why use it?
It removes the need to apply the compound-interest formula manually and reduces arithmetic mistakes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to calculate the final amount and total interest from an initial sum, annual rate, duration, and number of compounding periods per year.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thesongzhu/friday/compound-interest-calculator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add thesongzhu/Friday --skill compound-interest-calculator
Clone the repo
git clone --depth 1 https://github.com/thesongzhu/Friday

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for compound-interest-calculator

README.md
[![agentmods](https://agentmods.dev/badge/skills/thesongzhu/friday/compound-interest-calculator/github.svg)](https://agentmods.dev/skills/thesongzhu/friday/compound-interest-calculator)
Your own site
<a href="https://agentmods.dev/skills/thesongzhu/friday/compound-interest-calculator"><img src="https://agentmods.dev/badge/skills/thesongzhu/friday/compound-interest-calculator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for compound-interest-calculator

Your own site · 80×15
<a href="https://agentmods.dev/skills/thesongzhu/friday/compound-interest-calculator"><img src="https://agentmods.dev/badge/skills/thesongzhu/friday/compound-interest-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 124 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00124
Opus 5 $0.00000 $0.00062
Sonnet 5 $0.00000 $0.00025
Haiku 4.5 $0.00000 $0.00012

Measured 12d ago against content hash f7f03fed5f7f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

compound-interest-calculator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (index.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

managed-skills/compound-interest-calculator/SKILL.md · 17 lines

What it actually says

Compound Interest Calculator

Description

Calculate compound interest given principal, rate, time, and compounding frequency.

Inputs

  • principal: The initial amount of money.
  • rate: The annual interest rate (in percentage).
  • time: The time the money is invested or borrowed for (in years).
  • frequency: The number of times that interest is compounded per year.

Outputs

  • amount: The total amount after interest.
  • interest: The total interest earned.

Usage

Invoke the skill with the required inputs to calculate the compound interest.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 17 lines · 0 tokens per session scan A f7f03fed5f7f

Subscribe to this mod's changes

compound-interest-calculator is a skill published in the GitHub repository thesongzhu/Friday (838 stars, last pushed 1mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 124 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agent-self-scheduling

Schedule AI agent runs with cron, loops, or external clocks while avoiding unsafe tight autonomous timers.

sickn33/agentic-awesome-skills · 24 tokens

stock-analyzer

A comprehensive stock deep analysis tool that combines real-time quotes, fundamental metrics, technical indicators, and growth analysis into a single professional report. Supports A-share, US stocks, HK stocks. Generates detailed investment recommendations with risk assessment and actionable trading strategies.

netease-youdao/LobsterAI · 53 tokens

stock-announcements

A tool guide for fetching official announcements from companies listed on China’s A-share stock markets.

netease-youdao/LobsterAI · 79 tokens

stock-explorer

A Yahoo Finance (yfinance) powered financial analysis tool. Get real-time quotes, generate technical indicator reports (RSI/MACD/Bollinger/VWAP/ATR), summarize fundamentals, and run a one-shot report that outputs a text summary.

netease-youdao/LobsterAI · 55 tokens

security-compliance

Guides security professionals in implementing defense-in-depth security architectures, achieving compliance with industry frameworks (SOC2, ISO27001, GDPR, HIPAA), conducting threat modeling and risk assessments, managing security operations and incident response, and embedding security throughout the SDLC.

sangrokjung/claude-forge · 56 tokens

stride-analysis-patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

sangrokjung/claude-forge · 30 tokens