Token导航 LogoToken导航TokenDH.com
研究检索external-serviceclawhub未标认证来源可访问clear审计通过

afrexai-cloud-cost-auditafrexai 云成本审计

Agent Skill

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

总安装

16,167

周安装

654

GitHub Stars

公开资料未说明

下载量

5,075
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install afrexai-cloud-cost-audit

简介

分析多云支出数据,以识别浪费、调整规模、预留实例节省,并生成优先的 90 天成本优化路线图。

SKILL.md

Cloud Cost Optimization Audit

Analyze cloud infrastructure spend across AWS, Azure, and GCP. Identify waste, rightsizing opportunities, and reserved instance savings.

What This Skill Does

When given cloud spend data (billing exports, cost explorer screenshots, or manual input), this skill:

  1. Categorizes spend across 8 cost domains (compute, storage, networking, databases, AI/ML, observability, security, licensing)
  2. Identifies waste patterns using 12 common anti-patterns
  3. Calculates savings with specific dollar amounts per optimization
  4. Prioritizes actions by effort vs. impact (quick wins → strategic moves)
  5. Generates executive summary with 90-day roadmap

Cost Domains & Benchmarks (2026)

1. Compute (typically 40-55% of total)

  • Idle instances: >30% idle = waste. Benchmark: <10% idle capacity
  • Rightsizing: 60% of instances are oversized by 1+ size category
  • Spot/preemptible: Batch workloads not on spot = 60-80% overpay
  • Reserved/savings plans: On-demand for steady-state = 30-50% overpay
  • Container density: <40% CPU utilization on nodes = poor bin-packing

2. Storage (typically 10-20%)

  • Tiering: Data not accessed in 90 days still on hot storage = 60-80% overpay
  • Snapshot sprawl: Orphaned snapshots older than 30 days
  • Duplicate data: Cross-region replication without business justification
  • Object lifecycle: No lifecycle policies = guaranteed bloat

3. Networking (typically 8-15%)

  • Cross-AZ traffic: Unnecessary data transfer between zones ($0.01-0.02/GB)
  • NAT gateway abuse: High-throughput through NAT vs. VPC endpoints
  • CDN miss rate: >20% miss rate = CDN config issue
  • Egress optimization: No committed use discounts on egress

4. Databases (typically 10-20%)

  • Over-provisioned RDS/Cloud SQL: Multi-AZ for dev/staging environments
  • Read replica sprawl: Replicas with <5% query load
  • DynamoDB/Cosmos over-provisioning: Provisioned capacity 3x+ actual usage
  • License waste: Commercial DB when open-source works

5. AI/ML Infrastructure (growing — 5-25%)

  • GPU idle time: Training instances running 24/7 for 4hr/day workloads
  • Inference over-provisioning: GPU instances for CPU-viable inference
  • Model storage: Old model versions consuming storage
  • API costs: Frontier model API calls without caching layer

6. Observability (typically 3-8%)

  • Log ingestion bloat: Debug logs in production, duplicate log streams
  • Metric cardinality: High-cardinality custom metrics ($$$)
  • Trace sampling: 100% trace sampling when 10% suffices
  • Retention overkill: 13-month retention for non-compliance data

7. Security (typically 2-5%)

  • WAF rule bloat: Managed rule groups not actively tuned
  • Key management: KMS keys for non-sensitive data
  • Compliance scanning: Overlapping tools doing same checks

8. Licensing (typically 5-15%)

  • Shelfware: Paid seats not logged in 60+ days
  • Duplicate tools: Multiple tools solving same problem
  • Enterprise tiers: Enterprise features unused, paying enterprise price

12 Waste Anti-Patterns

#PatternTypical WasteFix Effort
1Zombie resources (stopped but attached)5-15% of billLow
2Over-provisioned instances15-30% computeMedium
3No reserved capacity strategy25-40% computeMedium
4Hot storage hoarding40-70% storageLow
5Cross-AZ data transfer abuse10-30% networkMedium
6Dev/staging mirrors production20-40% of envsLow
7Orphaned snapshots/AMIs3-8% storageLow
8Log ingestion without sampling30-60% observabilityLow
9GPU instances for CPU workloads70-85% computeMedium
10No spot/preemptible for batch60-80% batchMedium
11Shelfware licenses20-40% licensingLow
12No tagging = no accountabilityUnmeasurableHigh

Savings Estimation Framework

For each finding, calculate:

Annual Savings = (Current Cost - Optimized Cost) × 12
Implementation Cost = Engineering Hours × Loaded Rate
ROI = (Annual Savings - Implementation Cost) / Implementation Cost
Payback Period = Implementation Cost / (Annual Savings / 12)

Typical Savings by Company Size

Company SizeMonthly Cloud SpendTypical Waste %Annual Savings
Startup (5-15)$2K-$15K35-50%$8K-$90K
Growth (15-50)$15K-$80K25-40%$45K-$384K
Mid-market (50-200)$80K-$500K20-35%$192K-$2.1M
Enterprise (200+)$500K-$5M+15-25%$900K-$15M+

Output Format

Generate a report with:

  1. Executive Summary: Total spend, waste identified, savings potential, top 3 quick wins
  2. Domain Breakdown: Spend per domain vs. benchmarks
  3. Findings Table: Each finding with current cost, optimized cost, savings, effort, priority
  4. 90-Day Roadmap: Week 1-2 quick wins, Week 3-6 medium effort, Week 7-12 strategic
  5. Governance Recommendations: Tagging strategy, budget alerts, review cadence

Usage

Provide your cloud billing data in any format:

  • AWS Cost Explorer export / Azure Cost Management / GCP Billing
  • Monthly bill summary
  • Architecture description with approximate sizing
  • Or just describe your stack and team size for estimates

The agent will analyze and produce the full optimization report.


Want Industry-Specific Cloud Optimization?

Different industries have different compliance, data residency, and workload patterns that change the optimization calculus entirely.

Get your industry context pack — pre-built frameworks for Fintech, Healthcare, Legal, SaaS, Ecommerce, Construction, Real Estate, Recruitment, Manufacturing, and Professional Services.

🛒 Browse packs: https://afrexai-cto.github.io/context-packs/ 🧮 Calculate your AI savings: https://afrexai-cto.github.io/ai-revenue-calculator/ 🤖 Set up your agent: https://afrexai-cto.github.io/agent-setup/

Bundle deals:

  • Pick 3 packs: $97
  • All 10 packs: $197
  • Everything bundle: $247

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

96.79%
按下载量换算4,912

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills