finops-plugin
v1.4.1GitHub Actions FinOps analysis - billing, cache usage, workflow efficiency, and waste identification
License: MIT58 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 7 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install finops-plugin for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install finops-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/laurigates/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is finops-plugin/.
Plugin files
├── .claude-plugin/plugin.json├── skills/finops-caches/SKILL.md├── skills/finops-compare/SKILL.md├── skills/finops-overview/SKILL.md├── skills/finops-waste/SKILL.md├── skills/finops-workflows/SKILL.md├── skills/github-actions-cache-optimization/SKILL.md└── skills/github-actions-finops/SKILL.md
Included Skills7
GitHub Actions cache analysis — size, prefix/branch breakdown, stale detection. Use when investigating cache bloat, stale caches, or auditing cache key strategies.
FinOps metrics comparison across repos in an org. Use when benchmarking repos, identifying worst-performing ones, or doing org-wide CI cost analysis.
FinOps snapshot — org billing, workflow stats, cache usage. Use when you want a high-level view of CI spending or workflow health before diving deeper.
Identify GitHub Actions waste — skipped runs, bot triggers, missing concurrency — and suggest fixes. Use when CI costs are high or workflows run too often.
Analyze workflow runs — frequency, duration, success rates, efficiency. Use when investigating slow CI, high failure rates, or run patterns over time.
GitHub Actions cache analysis and optimization. Use when investigating cache bloat, finding stale caches, optimizing keys, or comparing cache usage across repos.
GitHub Actions billing, workflow efficiency, and waste analysis at org or repo level. Use when investigating CI/CD costs, wasted runs, or optimizing triggers.
Plugin manifests1
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "finops-plugin",
"version": "1.4.1",
"description": "GitHub Actions FinOps analysis - billing, cache usage, workflow efficiency, and waste identification",
"repository": "https://github.com/laurigates/claude-plugins",
"license": "MIT",
"keywords": [
"finops",
"github-actions",
"billing",
"cache",
"cost-optimization",
"workflow-analysis",
"waste-detection"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[finops-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/finops-plugin)