Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:19:03 +08:00
commit 86b29444ff
12 changed files with 455 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for cloud-cost-optimizer skill
- [ ] generate_cost_report.py: Generates a detailed cost report in various formats (CSV, PDF, etc.) based on cloud provider APIs.
- [ ] recommend_optimization.py: Analyzes cloud resource utilization and suggests specific configuration changes to reduce costs.
- [ ] apply_optimization.py: Applies the recommended optimization changes to the cloud environment (with user confirmation).
- [ ] validate_cost_savings.py: Validates the cost savings achieved after applying the optimization changes.