Ai Roi Audit logo

Ai Roi Audit

CommunityPopular
mohitagw15856
ai-roi-audit

Audit whether the organisation's AI spend actually paid — measured against baselines, not vendor math or vibes. Use when a CFO asks what the AI tools returned, when renewing AI contracts, when consolidating overlapping AI subscriptions, or to build the measurement plan before the next spend. Produces an ROI audit with per-tool verdicts (keep/consolidate/cut), the honest-measurement method behind each number, and a baseline plan for whatever can't be scored yet. To forecast ROI before an investment use roi-estimator; this skill measures what already happened.

Overview

Publishermohitagw15856
Repositorypm-claude-skills
Skill nameai-roi-audit
Stars
1.4K
Forks
240
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by mohitagw15856 on GitHub. Read the source before you install it.

Installation

Install the Ai Roi Audit AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mohitagw15856/pm-claude-skills.git /tmp/pm-claude-skills
mkdir -p .claude/skills
cp -r /tmp/pm-claude-skills/exports/openclaw/ai-roi-audit .claude/skills/ai-roi-audit
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Ai Roi Audit in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Ai Roi Audit on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Ai Roi Audit is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

AI ROI Audit Skill

Every org now spends real money on AI tools, and most justify it with adoption counts ("80% weekly active!") — which measure enthusiasm, not return. This skill audits what the spend returned, using methods that survive a sceptical CFO: baselines, counterfactuals, and quality deltas, with "we can't know yet" said out loud where it's true.

What This Skill Produces

  • A per-tool verdict table: keep / consolidate / renegotiate / cut, each with its evidence
  • The measurement behind each number — method, baseline, confidence — so the audit is checkable
  • A hidden-cost ledger (the part vendor ROI decks omit)
  • A baseline plan for every "unknown", so next year's audit has data

Required Inputs

Ask for (if not already provided):

  • The AI tool inventory with costs: subscriptions, API spend, seats — and utilisation if known
  • What each tool was bought to do (the promised outcome, from the original business case if it exists)
  • Available evidence: usage data, before/after metrics, time studies, quality data, anecdotes (labelled as anecdotes)
  • The decision at stake: renewal? consolidation? budget defence? (calibrates depth)

Audit Method

  1. Reconstruct the promise. Per tool: what outcome justified the purchase — time saved, quality improved, headcount avoided, revenue created? A tool without a stated outcome gets audited against the best-fit guess, flagged as retrofitted.
  2. Score with the strongest method the evidence allows, in descending order of credibility:
    • Natural experiment — teams/periods with vs without the tool, same work (best available in most orgs)
    • Before/after with baseline — the metric before adoption vs after, seasonality noted
    • Task-level time study — 10-20 real tasks timed with/without (cheap to run during the audit — do it rather than skip to tier 4)
    • Structured self-report — users estimating time saved, discounted (self-reported AI savings run ~2× actuals; say so) Never present a tier-4 number with tier-1 confidence. Every figure carries its method and a confidence label.
  3. Count the hidden costs. Verification time (humans checking AI output), rework from AI errors that shipped, licence sprawl (seats bought > seats active), integration/prompt-maintenance time, and training time. These come off the gross benefit — an ROI audit that skips them is a vendor deck.
  4. Convert honestly. Time saved → money only via a stated loaded rate and a stated assumption about what the time became (more output? earlier finishes? — different values). "Saved 400 hours" that nobody redeployed is capacity, not cash; label which one you're claiming.
  5. Verdict per tool. Keep (positive with tier ≤2 evidence) · Consolidate (positive but duplicative — name the overlap) · Renegotiate (positive but mispriced vs utilisation) · Cut (negative or unmeasurable after a fair baseline attempt). Ties break toward the tool with a measurement plan.
  6. Leave the audit better than you found it. Every "unknown" verdict gets a baseline plan: the metric, how it's instrumented, and the review date. The first audit is mostly this; that's a finding, not a failure.

Output Format

AI ROI Audit: [org/team] — [period]

Total AI spend: [sum] · Verdict summary: [n keep / n consolidate / n renegotiate / n cut / n unknown]

ToolAnnual costPromised outcomeMeasured returnMethod (tier)ConfidenceVerdict

Hidden-cost ledger: [verification, rework, sprawl, maintenance — quantified where possible, listed where not]

The math shown: [for each material number: baseline, method, conversion assumptions]

Baseline plan for the unknowns: [tool → metric → instrumentation → review date]

One-paragraph CFO summary: [net position, the two decisions to make, and what will be measurable by next audit]

Quality Checks

  • Every figure carries its measurement method and confidence — no naked numbers
  • Self-reported savings are discounted and labelled as self-reported
  • Hidden costs appear as line items, not a caveat sentence
  • Time→money conversions state the loaded rate and the capacity-vs-cash claim
  • Every "unknown" has a baseline plan with a date — the audit compounds

Anti-Patterns

  • Do not use adoption or engagement as return — usage is a cost signal until an outcome moves
  • Do not accept vendor ROI calculators as evidence — reconstruct from your own data or score it unknown
  • Do not average across tools into one triumphant number — the verdict is per-tool or it decides nothing
  • Do not claim headcount avoidance without the counterfactual hiring plan that was actually cancelled
  • Do not punish honest "unknowns" by cutting them reflexively — cut requires a failed measurement attempt, not a missing one

Frequently asked questions

What does the Ai Roi Audit AI skill do?

Audit whether the organisation's AI spend actually paid — measured against baselines, not vendor math or vibes. Use when a CFO asks what the AI tools returned, when renewing AI contracts, when consolidating overlapping AI subscriptions, or to build the measurement plan before the next spend. Produces an ROI audit with per-tool verdicts (keep/consolidate/cut), the honest-measurement method behind each number, and a baseline plan for whatever can't be scored yet. To forecast ROI before an investment use roi-estimator; this skill measures what already happened.

Why use Ai Roi Audit on TypingMind?

Because you install it once and use it with any model. Ai Roi Audit is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Ai Roi Audit in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mohitagw15856/pm-claude-skills/tree/main/exports/openclaw/ai-roi-audit. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Ai Roi Audit?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Ai Roi Audit?

As many as you like. As long as a model supports skills, you can use Ai Roi Audit with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Ai Roi Audit AI skill free?

Yes. It is published on GitHub by mohitagw15856 under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇