finfocus-install

finfocus-install is a skill for Claude Code, Codex from rshade/finfocus. It costs 102 tokens per session (1,096 once invoked), scanned C, original, Apache-2.0.

A setup workflow for FinFocus, a command-line tool for analyzing cloud costs, including its plugins and Pulumi integration.

In plain words
What is it for?
For installing FinFocus, checking or configuring Pulumi, creating required directories and configuration, installing the analyzer, and adding the default cloud-cost plugin.
Why use it?
It gathers installation and configuration steps into one repeatable process and supports both normal setup and non-interactive setup for automation.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rshade/finfocus/finfocus-install
Any agent
npx skills add rshade/finfocus --skill finfocus-install
Clone the repo
git clone --depth 1 https://github.com/rshade/finfocus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for finfocus-install

README.md
[![agentmods](https://agentmods.dev/badge/skills/rshade/finfocus/finfocus-install.svg)](https://agentmods.dev/skills/rshade/finfocus/finfocus-install)
Your own site
<a href="https://agentmods.dev/skills/rshade/finfocus/finfocus-install"><img src="https://agentmods.dev/badge/skills/rshade/finfocus/finfocus-install.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,096 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00102 $0.01096
Opus 5 $0.00051 $0.00548
Sonnet 5 $0.00020 $0.00219
Haiku 4.5 $0.00010 $0.00110

Measured 4d ago against content hash 516657b5b556, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

finfocus-install scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -fsSL https://raw.githubusercontent.com/rshade/finfocus/main/scripts/install.sh | sh

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -fsSL https://raw.githubusercontent.com/rshade/finfocus/main/scripts/install.sh | sh
agent-skills/finfocus-install/SKILL.md · 155 lines

How it starts

The opening of the file, as written. The whole thing — 155 lines — stays where its author put it; the contents beside it link to each section on GitHub.

FinFocus Installation

Quick Path: Existing Install

If finfocus is already installed, prefer the built-in setup command:

finfocus setup                    # Full bootstrap (idempotent)
finfocus setup --skip-analyzer    # Without Pulumi analyzer
finfocus setup --skip-plugins     # Without plugins (offline)
finfocus setup --non-interactive  # CI/CD mode

Setup runs: version check, Pulumi detection, directory creation, config init, analyzer install, and default plugin (aws-public) install.

Full Workflow

Step 1: Check Existing Installation

finfocus --version

If installed, skip to Step 3. If not, continue.

Step 2: Install the CLI Binary

Install script (Linux/macOS):

curl -fsSL https://raw.githubusercontent.com/rshade/finfocus/main/scripts/install.sh | sh
Env Var Purpose
FINFOCUS_VERSION Pin specific version (default: latest)
FINFOCUS_INSTALL_DIR Custom install dir (default: /usr/local/bin or ~/.local/bin)
FINFOCUS_NO_VERIFY=1 Skip SHA256 checksum verification

Go install (fallback/Windows):

go install github.com/rshade/finfocus/cmd/finfocus@latest

Source build (last resort):

git clone https://github.com/rshade/finfocus.git && cd finfocus && make build

Verify: finfocus --version

Step 3: Detect Cloud Providers

Determine which plugins to install:

  1. Check for Pulumi.yaml/Pulumi.yml — scan resource type prefixes (aws:, kubernetes:)
  2. Check Pulumi state (pulumi stack export) for resource types
  3. Check filesystem: ~/.aws/, ~/.config/gcloud/, ~/.azure/, kubeconfig
  4. Default to aws-public if nothing detected

Provider-to-plugin mapping — see references/registry-plugins.md.

Step 4: Install Plugins

finfocus plugin install aws-public
finfocus plugin install kubecost

Read the full file on GitHub · 155 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 155 lines · 102 tokens per session scan C 516657b5b556

Subscribe to this mod's changes

finfocus-install is a skill published in the GitHub repository rshade/finfocus (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 102 tokens to every session and 1,096 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

aws-cost-ops

AWS Cost Explorer — spending analysis, service breakdowns, forecasts, cost anomalies. Use when analyzing AWS spending, investigating cost spikes, reviewing network cost drivers like NAT Gateway, or forecasting next month's bill.

automateyournetwork/netclaw · 45 tokens

dashboards

Use when creating or extending Costory dashboards, generating interesting FinOps overviews (suggestgroupby + suggestusagemetrics + text widgets), adding or replacing widgets, copying widgets between dashboards, editing dashboardContext (global filter / period / groupBy) via updatedashboard, or applying shared-context…

costory-io/costory-finops-mcp-skills · 92 tokens

reports

Use when creating, previewing, updating, scheduling, or exploring Costory reports. Route by intent: scheduled Slack/Teams/email sharing (Schedule — ask before build) vs explain last-month cost with preview-first DIGEST (Explain — chat preview required; not query+compare). Workflows are named, never lettered. DIGEST AI…

costory-io/costory-finops-mcp-skills · 136 tokens

query

Use when exploring Costory cost, usage, metric, formula, budget, or external-metric data with the query tool — scope vs split (filterCel / groupBy), explorer PoP comparison, CEL discovery, unit economics, budgets. Not for one-shot "what changed last month" change trees — those use recipes explain-period-change /…

costory-io/costory-finops-mcp-skills · 93 tokens

cost-change-investigation

Use when investigating a cost change to explain what changed, when, and the best-supported drivers with contribution, timing, usage, metric, event, alert, and terminology evidence. Call getskill with skillId "cost-change-investigation" before starting the investigation.

costory-io/costory-finops-mcp-skills · 57 tokens

runway

Show current cloud credit and spend numbers - how much credit was granted, how much is used, how much is left, when it expires, and where the money went. Use whenever the user asks about cloud spend, cloud costs, credits, AWS/Azure/GCP spend, "how much have I spent", "how much is left", "what's my burn", "what's my…

ozkilim/runway · 123 tokens