roi-calculator

roi-calculator is a skill for Claude Code, Codex from koinod/koino-skills. It costs 13 tokens per session (2,408 once invoked), scanned A, original, MIT.

A calculator for estimating the financial return of automating manual business work, using inputs such as team size, hours, hourly cost, and revenue.

In plain words
What is it for?
Use it to assess AI-automation ideas, estimate savings, compare current tool spending, and prepare a business case for automation.
Why use it?
It turns vague automation hopes into an estimate of saved labor, possible revenue impact, tool costs, and rework costs.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to assess AI-automation ideas, estimate savings, compare current tool spending, and prepare a business case for automation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/koinod/koino-skills/roi-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 koinod/koino-skills --skill roi-calculator
Clone the repo
git clone --depth 1 https://github.com/koinod/koino-skills

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 roi-calculator

README.md
[![agentmods](https://agentmods.dev/badge/skills/koinod/koino-skills/roi-calculator/github.svg)](https://agentmods.dev/skills/koinod/koino-skills/roi-calculator)
Your own site
<a href="https://agentmods.dev/skills/koinod/koino-skills/roi-calculator"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/roi-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 roi-calculator

Your own site · 80×15
<a href="https://agentmods.dev/skills/koinod/koino-skills/roi-calculator"><img src="https://agentmods.dev/badge/skills/koinod/koino-skills/roi-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,408 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.
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.00013 $0.02408
Opus 5 $0.00006 $0.01204
Sonnet 5 $0.00003 $0.00482
Haiku 4.5 $0.00001 $0.00241

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

Security

Grade A, and why

roi-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 11d ago.

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.

roi-calculator/SKILL.md · 252 lines

How it starts

The opening of the file, as written. The whole thing — 252 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Automation ROI Calculator

Get a concrete dollars-and-cents estimate of what AI automation would save your business. No fluff, no inflated projections -- just math you can take to your team, your partner, or your bank account.

Usage

Provide the following:

Required Inputs

Field Example Notes
Industry "Digital marketing agency" Helps benchmark against similar businesses
Team Size 8 Total people (including you)
Manual Hours per Week 35 Total hours your team spends on repetitive tasks
Average Hourly Cost $45 Loaded cost (salary + benefits + overhead / hours)

Optional Inputs (improve accuracy)

Field Example Notes
Annual Revenue $1.2M Used for revenue-impact calculations
Top 3 Time Sinks "Reporting, client emails, invoice creation" Get specific automation estimates
Current Tool Spend $2,400/month Factor in tools that automation might replace
Growth Target "Double revenue without adding headcount" Changes the framing of ROI
Error/Rework Rate "~10% of deliverables need rework" Hidden cost most businesses ignore

Calculation Engine

Step 1: Baseline Cost Analysis

CURRENT STATE:
  Manual hours/week:              [X] hours
  Team members involved:          [X] people
  Avg hourly cost (loaded):       $[X]/hour
  Weekly cost of manual work:     $[hours x cost]
  Annual cost of manual work:     $[weekly x 50 weeks]

Loaded hourly cost guide (if they don't know):

  • For employees: (Annual salary x 1.3) / 2,080 hours
    • The 1.3 multiplier accounts for benefits, taxes, office costs
  • For the business owner: Use your target hourly rate, or revenue / hours worked
  • For contractors: Their rate is already loaded

Step 2: Automation Savings Estimate

Not all manual hours can be automated. Apply realistic automation rates by task type:

Task Category Automation Rate Examples
Data entry & transfer 85-95% CRM updates, spreadsheet population, cross-system data sync
Report generation 75-90% Weekly reports, dashboards, client updates
Email & communication 50-70% Follow-ups, templates, meeting scheduling, auto-responses
Content creation 40-60% Social posts, email drafts, basic copywriting
Client onboarding 60-80% Welcome sequences, form processing, account setup
Invoicing & billing 80-95% Invoice creation, payment reminders, expense tracking
Scheduling & coordination 70-85% Calendar management, resource allocation, task assignment
Quality assurance 30-50% Review checklists, error detection, compliance checks
Research & analysis 40-60% Market research, competitor monitoring, data analysis
Customer support 40-65% FAQ responses, ticket routing, status updates

Read the full file on GitHub · 252 lines

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. 11d ago First seen · 252 lines · 13 tokens per session scan A 1096392a113f

Subscribe to this mod's changes

roi-calculator is a skill published in the GitHub repository koinod/koino-skills (8 stars, last pushed 3mo ago), licensed MIT. It adds 13 tokens to every session and 2,408 once invoked, about $0.0001 per session on Opus 5. 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-31.

Related

Other skills, from other repositories

business-case-modeling

Builds business cases and ROI models — NPV, IRR, payback period, and break-even analysis for new initiatives, product launches, market expansions, and capital allocation decisions. Use when the user mentions "business case," "ROI," "NPV," "should we invest in," "payback period," "build vs buy," or asks about "is this…

gokulb20/crewm8-cfo-skills · 92 tokens

wealth-structure

A framework for thinking about wealth through ownership, responsibility, leverage, and avoiding risks that could end your progress.

kangarooking/cangjie-skill · 141 tokens

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

zenith-execution

Unified trade execution suite: Half-Kelly sizing, stop-loss calculation, Monte Carlo simulation, and portfolio rebalancing. Absorbs: kelly-mandate, stop-loss-calc, monte-carlo-sim, portfolio-rebalancer.

winstonkoh87/Athena-Public · 55 tokens

billing-management

Manage XActions subscriptions and billing — view plans, start a Stripe checkout, open the billing portal, or cancel a subscription. Use when users want to upgrade, downgrade, or manage their XActions subscription.

nirholas/XActions · 44 tokens

business-case

Business case analysis with ROI, NPV, IRR, payback period, and TCO calculations for investment decisions. Use when building financial justification, cost-benefit analysis, build-vs-buy comparisons, or sensitivity analysis.

yonatangross/orchestkit · 48 tokens