技能 cost-optimization
📦
cost-optimization
安全 🌐
網路存取⚙️
外部命令
優化雲端基礎設施成本
雲端支出可能會迅速失控。本技能提供經過驗證的策略,透過調整規模、預留容量和自動化模式,協助您在 AWS、Azure 和 GCP 上降低成本。
支援: Claude Codex Code(CC)
1
下載技能 ZIP
2
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
3
開啟並開始使用
測試它
正在使用「cost-optimization」。 How can I optimize my S3 storage costs?
預期結果:
- 實施 S3 生命週期策略以自動轉換資料
- 對頻繁存取的資料使用 S3 Standard(前 30 天)
- 將不頻繁存取的資料移至 S3 Standard-IA(30-90 天)
- 將長期儲存的資料歸檔至 S3 Glacier(90 天以上)
- 考慮使用 S3 Intelligent-Tiering 來實現自動化成本優化
- 刪除未使用的物件和不完整的分段上傳
安全審計
安全v4 • 1/17/2026
This is a pure documentation skill containing only markdown guidance and Terraform code examples for cloud cost optimization. No executable code, no network calls, no filesystem access, no environment variables, and no external commands. All 41 static findings are FALSE POSITIVES - the scanner misidentified cloud terminology (Standard, Glacier, control, spot) and markdown code fences as security risks.
2
已掃描檔案
454
分析行數
2
發現項
4
審計總數
風險因素
🌐 網路存取 (1)
⚙️ 外部命令 (22)
SKILL.md:51-56 SKILL.md:56-59 SKILL.md:59-64 SKILL.md:64-67 SKILL.md:67-72 SKILL.md:72-75 SKILL.md:75-98 SKILL.md:98-141 SKILL.md:141-163 SKILL.md:163-165 SKILL.md:165-170 SKILL.md:170-188 SKILL.md:188-204 SKILL.md:204-208 SKILL.md:208-211 SKILL.md:211-216 SKILL.md:216-219 SKILL.md:219-239 SKILL.md:239-268 SKILL.md:268-269 SKILL.md:269-273 SKILL.md:273-274
審計者: claude 查看審計歷史 →
品質評分
38
架構
100
可維護性
83
內容
20
社群
100
安全
91
規範符合性
你能建構什麼
降低每月雲端帳單
找出節省成本的機會,並在多雲端環境中實施優化策略。
設計具成本效益的架構
選擇適當的定價模式和設計模式,在效能與成本效益之間取得平衡。
實施成本治理
建立標籤標準、預算警報和成本分配策略,以實現組織問責。
試試這些提示
調整資源規模
Help me right-size my AWS EC2 instances. I have a t3.2xlarge running at 20% CPU utilization. What recommendations do you have?
選擇定價模型
I have a production database that runs 24/7 with steady usage. Compare reserved instances versus savings plans on AWS.
標籤策略
Create a tagging strategy for my multi-team organization. Include recommended tags for environment, cost center, and owner.
預算警報
Write a Terraform configuration for an AWS budget that alerts me when monthly spending exceeds 80% of my $2000 budget.
最佳實務
- 使用成本分配標籤來追蹤團隊、專案和環境的支出
- 實施自動擴展以使容量與實際需求匹配
- 使用雲端提供者的成本分析工具每週檢視和優化成本
避免
- 讓閒置資源持續執行而沒有清理程序
- 對可預測、穩定的工作負載使用隨需定價
- 忽視未使用的資源,如未附接的 EBS 磁碟區或彈性 IP
常見問題
這個技能會存取我的雲端帳戶嗎?
不行。本技能僅提供指導和範例。您必須手動提供任何帳戶資料。
支援哪些雲端平台?
本技能涵蓋 AWS、Azure 和 GCP,並為每個平台提供具體指導。
它可以對我的基礎設施進行變更嗎?
不行。本技能會產生程式碼範例和建議。由您自己審查並套用。
使用這些策略可以節省多少?
節省金額因工作負載而異。一般節省範圍從 30% 到 72%,使用預留容量。
這個技能會儲存任何資料嗎?
不行。這是一個基於提示的技能,僅在您目前的會話中處理查詢。
這與第三方工具相比如何?
本技能提供策略性指導。像 CloudHealth 這類第三方工具提供更深入的自動化功能。
開發者詳情
作者
wshobson授權
MIT
儲存庫
https://github.com/wshobson/agents/tree/main/plugins/cloud-infrastructure/skills/cost-optimization引用
main
檔案結構
📄 SKILL.md