MCP HubMCP Hub
スキル一覧に戻る

optimizing-cloud-costs

jeremylongshore
更新日 Yesterday
78 閲覧
712
74
712
GitHubで表示
メタai

について

このスキルは、Claudeがクラウドインフラを分析し、実践的なコスト最適化の提案を行うことを可能にします。AWS、Azure、GCP環境において、コスト削減の機会を特定し、コストレポートを生成し、本番環境で即時適用可能な設定変更を提案します。クラウド支出の削減要請、コストレポートの作成、または最適化戦略の策定が必要な際に、開発者が活用すべきスキルです。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus
Git クローン代替
git clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/optimizing-cloud-costs

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

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

  1. Analyzing Cost Data: Claude analyzes the user's request to identify the scope and cloud provider (if specified).
  2. Generating Optimization Recommendations: Claude formulates specific recommendations to reduce costs, such as rightsizing instances, identifying unused resources, or leveraging reserved instances.
  3. 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:

  1. Analyze the usage patterns of the t3.medium instances.
  2. Suggest rightsizing to t3.small or using reserved instances if utilization is consistently high.
  3. 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:

  1. Identify any virtual machines, storage accounts, or other resources that have been idle for a specified period.
  2. Recommend terminating or deallocating the idle resources.
  3. 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.

GitHub リポジトリ

jeremylongshore/claude-code-plugins-plus
パス: backups/skills-batch-20251204-000554/plugins/devops/cloud-cost-optimizer/skills/cloud-cost-optimizer
aiautomationclaude-codedevopsmarketplacemcp

関連スキル

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る