Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

afrexai-ai-spend-auditAfrexai AI 支出审计

Agent Skill

用于辅助安全审计、权限检查、凭据风险、认证流程和常见漏洞排查。它适合让 Agent 梳理敏感配置、检查依赖风险、分析鉴权逻辑或生成安全复核清单。使用时不能把工具输出直接当最终结论,涉及密钥、令牌、用户数据或生产系统时,应先确认最小权限、脱敏方式和操作边界。

总安装

14,112

周安装

578

GitHub Stars

公开资料未说明

下载量

4,944
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:afrexai-ai-spend-audit(Afrexai AI 支出审计)
来源仓库:https://github.com/1kalin/afrexai-ai-spend-audit
安装命令:
openclaw skills install afrexai-ai-spend-audit
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install afrexai-ai-spend-audit

简介

通过识别浪费、衡量投资回报率、调整工具层规模以及整合供应商以节省成本,审计和优化公司的人工智能支出。

SKILL.md

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:

CategoryExamplesTypical Waste
Foundation ModelsOpenAI, Anthropic, Google API keys40-60% (unused capacity, wrong model tier)
SaaS with AISalesforce Einstein, HubSpot AI, Notion AI30-50% (features enabled but unused)
Custom DevelopmentInternal ML teams, fine-tuning, RAG pipelines25-45% (duplicate efforts, over-engineering)
InfrastructureGPU instances, vector DBs, embedding compute35-55% (over-provisioned, always-on dev instances)
Data & TrainingLabeling services, training data, synthetic data20-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

  1. 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%

  1. 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

  1. 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 SizeTypical AI SpendTypical WasteRecoverable
10-25 employees$2K-$8K/mo35-50%$700-$4K/mo
25-50 employees$8K-$25K/mo30-45%$2.4K-$11K/mo
50-200 employees$25K-$80K/mo25-40%$6K-$32K/mo
200-500 employees$80K-$300K/mo20-35%$16K-$105K/mo
500+ employees$300K-$1M+/mo15-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 — AI operations context packs for business teams. Run the AI Revenue Calculator to find your biggest automation opportunities.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

97.76%
按下载量换算4,833

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills