> optimizing-cloud-costs
This skill enables Claude to analyze and optimize cloud costs. It identifies areas for potential savings, generates cost reports, and suggests configuration changes to reduce expenses. Use this skill when the user asks to "optimize cloud costs", "reduce cloud spending", "generate a cost report", or similar requests related to cloud resource expenses. It is especially useful when the user provides details about their cloud environment (e.g., AWS, Azure, GCP). The skill leverages best practices fo
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/cloud-cost-optimizer?format=md"Overview
This skill empowers Claude to be a FinOps expert, helping users identify and implement strategies to minimize their cloud expenditures. By analyzing current resource utilization and suggesting optimized configurations, it ensures efficient cloud spending.
How It Works
- Analyzing Cost Data: Claude analyzes the user's request to identify the scope and cloud provider (if specified).
- Generating Optimization Recommendations: Claude formulates specific recommendations to reduce costs, such as rightsizing instances, identifying unused resources, or leveraging reserved instances.
- Creating Cost Report: Claude generates a detailed cost report summarizing current spending and potential savings.
When to Use This Skill
This skill activates when you need to:
- Reduce your AWS, Azure, or GCP cloud spending.
- Generate a report detailing current cloud costs.
- Identify underutilized or unused cloud resources.
Examples
Example 1: Reducing AWS EC2 Costs
User request: "Optimize my AWS EC2 costs. I'm running several t3.medium instances."
The skill will:
- Analyze the usage patterns of the t3.medium instances.
- Suggest rightsizing to t3.small or using reserved instances if utilization is consistently high.
- Generate a cost report showing potential savings from the recommended changes.
Example 2: Identifying Idle Azure Resources
User request: "Generate a report of idle resources in my Azure subscription."
The skill will:
- Identify any virtual machines, storage accounts, or other resources that have been idle for a specified period.
- Recommend terminating or deallocating the idle resources.
- Provide a cost report detailing the savings achieved by removing the idle resources.
Best Practices
- Resource Utilization: Regularly review resource utilization metrics to identify opportunities for rightsizing.
- Reserved Instances: Leverage reserved instances or committed use discounts for consistently used resources.
- Cost Monitoring: Implement continuous cost monitoring and alerting to track spending trends and identify anomalies.
Integration
This skill can be used in conjunction with other DevOps plugins to automate the implementation of cost optimization recommendations. For example, it can integrate with infrastructure-as-code tools to automatically resize instances or terminate unused resources.
> related_skills --same-repo
> fathom-cost-tuning
Optimize Fathom API usage and plan selection. Trigger with phrases like "fathom cost", "fathom pricing", "fathom plan".
> fathom-core-workflow-b
Sync Fathom meeting data to CRM and build automated follow-up workflows. Use when integrating Fathom with Salesforce, HubSpot, or custom CRMs, or creating automated post-meeting email summaries. Trigger with phrases like "fathom crm sync", "fathom salesforce", "fathom follow-up", "fathom post-meeting workflow".
> fathom-core-workflow-a
Build a meeting analytics pipeline with Fathom transcripts and summaries. Use when extracting insights from meetings, building CRM sync, or creating automated meeting follow-up workflows. Trigger with phrases like "fathom analytics", "fathom meeting pipeline", "fathom transcript analysis", "fathom action items sync".
> fathom-common-errors
Diagnose and fix Fathom API errors including auth failures and missing data. Use when API calls fail, transcripts are empty, or webhooks are not firing. Trigger with phrases like "fathom error", "fathom not working", "fathom api failure", "fix fathom".