cloud-cost-estimator
SolidEstimate cloud costs across AWS, Azure, and GCP with pricing comparison
DevOps & Infrastructure 1,160 stars
71 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Cloud Cost Estimator Skill
## Overview
Estimates cloud costs across AWS, Azure, and GCP with provider comparison, reserved instance recommendations, and savings plan analysis.
## Capabilities
- Estimate cloud costs (AWS, Azure, GCP)
- Compare pricing across providers
- Reserved instance recommendations
- Savings plan analysis
- Spot instance cost modeling
- Cost breakdown by service
- Integration with Infracost for IaC
## Target Processes
- cloud-architecture-design
- iac-review
- migration-strategy
## Input Schema
```json
{
"type": "object",
"required": ["resources"],
"properties": {
"resources": {
"type": "array",
"items": {
"type": "object",
"properties": {
"type": { "type": "string" },
"provider": { "type": "string" },
"specs": { "type": "object" },
"quantity": { "type": "number" }
}
}
},
"providers": {
"type": "array",
"items": {
"type": "string",
"enum": ["aws", "azure", "gcp"]
},
"default": ["aws"]
},
"options": {
"type": "object",
"properties": {
"region": {
"type": "string",
"default": "us-east-1"
},
"currency": {
"type": "string",
"default": "USD"
},
"includeReserved": {
"type": "boolean",
"default": true
},
"duration": {
"type": "string",
"enum": ["hourly", "monthl...
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
DevOps & Infrastructure Solid
cloud-cost-analysis
Multi-cloud cost analysis and optimization expertise for FinOps practices
1,160 Updated today
a5c-ai AI & Automation Solid
cost-optimizer-cloud-data-platforms
Analyzes and optimizes costs for cloud data platforms
1,160 Updated today
a5c-ai DevOps & Infrastructure Listed
aws-cost-optimizer
Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
335 Updated today
aiskillstore DevOps & Infrastructure Listed
aws-cost-optimizer
Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer
4 Updated 1 months ago
ngTwg DevOps & Infrastructure Solid
database-cloud-optimization-cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.
39,350 Updated today
sickn33