AI Spend Audit
Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
Best use case
AI Spend Audit is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.
Practical example
Example input
Use the "AI Spend Audit" skill to help with this workflow task. Context: Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
Example output
A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.
When to use this skill
- Use this skill when you want a reusable workflow rather than writing the same prompt again and again.
When not to use this skill
- Do not use this when you only need a one-off answer and do not need a reusable workflow.
- Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/afrexai-ai-spend-audit/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How AI Spend Audit Compares
| Feature / Agent | AI Spend Audit | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# AI Spend Audit Audit your company's AI spending — find waste, measure ROI, and right-size your tool stack. ## When to Use - Quarterly AI budget reviews - Before renewing AI tool subscriptions - When AI spend exceeds 3% of revenue without clear ROI - Evaluating build vs buy decisions for AI capabilities ## The Framework ### Step 1: Inventory Every AI Line Item Map all AI spending across these categories: | Category | Examples | Typical Waste | |----------|----------|---------------| | **Foundation Models** | OpenAI, Anthropic, Google API keys | 40-60% (unused capacity, wrong model tier) | | **SaaS with AI** | Salesforce Einstein, HubSpot AI, Notion AI | 30-50% (features enabled but unused) | | **Custom Development** | Internal ML teams, fine-tuning, RAG pipelines | 25-45% (duplicate efforts, over-engineering) | | **Infrastructure** | GPU instances, vector DBs, embedding compute | 35-55% (over-provisioned, always-on dev instances) | | **Data & Training** | Labeling services, training data, synthetic data | 20-40% (one-time costs recurring unnecessarily) | ### Step 2: Score Each Tool (0-100) **Usage Score (0-30)** - 0: Nobody uses it - 10: <25% of licensed users active - 20: 25-75% active - 30: >75% active, daily use **ROI Score (0-40)** - 0: No measurable business impact - 10: Saves time but no revenue/cost link - 20: Measurable cost reduction (<2x spend) - 30: Clear ROI (2-5x spend) - 40: High ROI (>5x spend) **Replaceability Score (0-30)** - 0: Commodity (10+ alternatives at lower cost) - 10: Some alternatives exist - 20: Few alternatives, moderate switching cost - 30: Irreplaceable, deep integration **Action Thresholds:** - Score 0-30: **CUT** — cancel immediately - Score 31-50: **REVIEW** — renegotiate or find alternative - Score 51-70: **OPTIMIZE** — right-size tier/usage - Score 71-100: **KEEP** — monitor quarterly ### Step 3: Model Cost Optimization For every API-based AI tool, check: 1. **Model Selection**: Are you using GPT-4 where GPT-3.5 suffices? Claude Opus where Sonnet works? - Rule: Use the cheapest model that meets quality threshold - Test: Run 100 production queries through cheaper model, measure quality delta 2. **Caching**: Are you re-processing identical or similar queries? - Semantic cache can cut 20-40% of API calls - Exact-match cache catches another 5-15% 3. **Batch vs Real-time**: Which requests actually need sub-second response? - Batch processing is 50% cheaper on most providers - Queue non-urgent requests for batch windows 4. **Token Optimization**: - Trim system prompts (every token costs money at scale) - Use structured output to reduce response tokens - Implement max_tokens limits per use case ### Step 4: Vendor Consolidation Map overlapping capabilities: ``` Current State → Target State ───────────────────────────────────────── ChatGPT Teams + Claude Pro + Gemini → Pick ONE primary + ONE backup Jasper + Copy.ai + ChatGPT for content → Single content tool 3 different vector databases → Consolidate to 1 Internal embeddings + OpenAI embeddings → Standardize on one ``` **Consolidation savings**: Typically 25-40% of total AI spend. ### Step 5: Build the Audit Report ``` AI SPEND AUDIT — [Company Name] — [Quarter/Year] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Total AI Spend: $___/month ($___/year) AI Spend as % Revenue: ___% Industry Benchmark: 2-5% (early adopter) / 0.5-2% (mainstream) WASTE IDENTIFIED ├── Unused licenses: $___/month ├── Over-provisioned infra: $___/month ├── Model tier downgrades: $___/month ├── Vendor consolidation: $___/month └── TOTAL RECOVERABLE: $___/month ($___/year) ACTIONS ┌─ CUT (Score 0-30): [list tools] ├─ REVIEW (Score 31-50): [list tools] ├─ OPTIMIZE (Score 51-70): [list tools] └─ KEEP (Score 71-100): [list tools] 90-DAY PLAN Week 1-2: Cancel CUT items, begin REVIEW negotiations Week 3-4: Implement model downgrades and caching Week 5-8: Vendor consolidation migration Week 9-12: Measure savings, establish ongoing monitoring ``` ## Company Size Benchmarks (2026) | Company Size | Typical AI Spend | Typical Waste | Recoverable | |-------------|-----------------|---------------|-------------| | 10-25 employees | $2K-$8K/mo | 35-50% | $700-$4K/mo | | 25-50 employees | $8K-$25K/mo | 30-45% | $2.4K-$11K/mo | | 50-200 employees | $25K-$80K/mo | 25-40% | $6K-$32K/mo | | 200-500 employees | $80K-$300K/mo | 20-35% | $16K-$105K/mo | | 500+ employees | $300K-$1M+/mo | 15-30% | $45K-$300K/mo | ## Red Flags - AI spend growing faster than revenue (unsustainable) - More than 3 overlapping tools in same category - No usage tracking on AI SaaS licenses - GPU instances running 24/7 for dev/test workloads - Paying for enterprise tiers with startup-level usage - No A/B testing between model tiers - "Innovation budget" with no success metrics ## Industry Adjustments - **SaaS/Tech**: Higher AI spend acceptable (5-8%) if it's in the product - **Professional Services**: Focus on billable hour impact — $1 AI spend should save $5+ in labor - **Manufacturing**: AI spend should tie to defect reduction or throughput gains - **Healthcare**: Compliance costs inflate spend 20-30% — factor in before judging waste - **Financial Services**: Model risk management adds 15-25% overhead — legitimate cost - **Ecommerce**: Measure AI spend per order — should decrease as volume scales --- *Built by [AfrexAI](https://afrexai-cto.github.io/context-packs/) — AI operations context packs for business teams. Run the [AI Revenue Calculator](https://afrexai-cto.github.io/ai-revenue-calculator/) to find your biggest automation opportunities.*
Related Skills
Payroll Compliance Auditor
Run a full payroll audit in under 10 minutes. Catches the errors that cost companies $845 per violation.
Energy Audit — Commercial Building Assessment
Run a full energy audit for commercial or industrial facilities. Identifies waste, models savings, and generates a prioritized retrofit roadmap with ROI timelines.
Compliance & Audit Readiness Engine
Your AI compliance officer. Guides startups and scale-ups through SOC 2, ISO 27001, GDPR, HIPAA, and PCI DSS — from zero to audit-ready. No consultants needed.
Compliance Audit Generator
Run internal compliance audits against major frameworks without hiring a consultant.
Cloud Cost Optimization Audit
Analyze cloud infrastructure spend across AWS, Azure, and GCP. Identify waste, rightsizing opportunities, and reserved instance savings.
AI Safety Audit
Comprehensive AI safety and alignment audit framework for businesses deploying AI agents. Built around the UK AI Security Institute Alignment Project standards (2026), EU AI Act requirements, and NIST AI RMF.
SX-security-audit
全方位安全审计技能。检查文件权限、环境变量、依赖漏洞、配置文件、网络端口、Git 安全、Shell 安全、macOS 安全、密钥检测等。支持 CLI 参数、JSON 输出、配置文件。当用户要求"安全检查"、"漏洞扫描"、"权限检查"、"安全审计"时使用此技能。
Skill Audit 🔍
扫描 OpenClaw skills 中的安全风险,防止供应链攻击。
claude-audit
Full project audit — launches 5 parallel AI agents (security, bugs, dead code, architecture, performance) to scan your codebase read-only, then compiles a unified report with health grade (A+ to F) and offers surgical fixes. Language-agnostic. Zero config.
psyke-audit
Produce a branded Psyke SEO & GEO audit deck for any website. Use when asked to run an SEO audit, GEO audit, site audit, or website health check for a Psyke client. Also use when someone mentions "psyke audit", "run an audit", "audit this site", "SEO score", "GEO readiness", or "AI visibility audit". Outputs a single index.html slide deck with dual scoring (SEO Health /100 + GEO Readiness /100), competitor benchmarking, AI citation analysis, and Psyke-branded dark-mode theme.
gate-audit
Use this skill when the user provides AF2, ESMFold, AF3, Boltz-1, SASA, or MD results and needs a Gate 1-4 audit with a Go/Hold/Kill decision.
security-audit-hand
自主安全审计 - 定期检查系统安全、发现风险、生成报告