cost-optimization
FinOps expert for AWS/Azure/GCP cost optimization - right-sizing, reserved instances, savings plans, spot instances. Use for reducing cloud costs.
Why use this skill?
Reduce your cloud spend with the OpenClaw cost-optimization skill. Expert FinOps guidance for right-sizing, savings plans, and storage lifecycle management.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anton-abyzov/sw-cost-optimizationWhat This Skill Does
The cost-optimization skill acts as a dedicated FinOps engineer embedded within your OpenClaw agent. It leverages deep knowledge of AWS, Azure, and GCP pricing structures to analyze your infrastructure and identify actionable savings. By focusing on compute right-sizing, storage lifecycle policies, serverless performance tuning, and the strategic application of commitment-based discounts like Savings Plans and Reserved Instances, it helps teams reduce cloud spend by 20-50% on average.
Installation
Install this skill via the OpenClaw command-line interface using the following command: clawhub install openclaw/skills/skills/anton-abyzov/sw-cost-optimization
Use Cases
- Audit & Discovery: Analyzing cloud billing reports to identify underutilized resources such as idle EC2 instances or oversized RDS databases.
- Right-Sizing: Providing technical recommendations for shifting from legacy gp2 storage volumes to gp3, or transitioning from traditional EC2 nodes to Graviton-based instances for better price-performance.
- Serverless Tuning: Analyzing AWS Lambda execution durations and memory configurations to calculate optimal cost-per-request ratios.
- Storage Lifecycle Implementation: Automating the creation of S3 lifecycle rules to transition cold data from Standard storage to Glacier Deep Archive, reducing storage costs by up to 96%.
- Strategic Purchasing: Guiding the procurement of Reserved Instances or Savings Plans based on consistent, baseline resource usage patterns.
Example Prompts
- "Analyze our current AWS bill and identify the top 5 areas where we are over-provisioned on compute resources."
- "Compare the cost-effectiveness of moving our image processing service from a standard Lambda function to a Fargate task."
- "Create a lifecycle policy for my S3 bucket 'production-logs' that moves data to Infrequent Access after 30 days and Glacier after 90 days."
Tips & Limitations
- Continuous Monitoring: FinOps is not a one-time task. Run this skill periodically as your infrastructure evolves to catch new "zombie" resources.
- Risk Tolerance: Always cross-reference spot instance recommendations with the fault tolerance of your application. While 90% cheaper, they are not suitable for non-checkpointed workloads.
- Performance Baseline: Before right-sizing a database or compute node, ensure you have historical performance metrics. Aggressive down-sizing without data can lead to application latency or stability issues.
- Data Privacy: The skill performs analysis based on the resource metadata you provide; ensure that your cloud billing exports and configuration dumps have sensitive PII redacted before sharing.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anton-abyzov-sw-cost-optimization": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
network-engineer
Cloud network architect for VPC design, service mesh, zero-trust networking, load balancers, and CDN optimization. Use for network troubleshooting or connectivity issues.
jira-multi-project-mapper
Expert in mapping SpecWeave specs to multiple JIRA projects with intelligent project detection and cross-project coordination. Use when syncing to multiple JIRA projects (project-per-team, component-based), or managing bidirectional sync across team boundaries.
helm-chart-scaffolding
Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or implementing templated deployments.
performance-optimization
React Native performance with Hermes V1, FlashList, expo-image v2, concurrent rendering. Use for slow app, memory leaks, or FPS issues.
release-strategy-advisor
Release strategy advisor - detects brownfield patterns (tags, CI/CD, changelogs), recommends versioning strategy based on architecture. Creates release-strategy.md.