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.
git clone --depth 1 https://github.com/glassity/agent-skillsWrote 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.
[](https://agentmods.dev/commands/glassity/agent-skills/finops-discover)<a href="https://agentmods.dev/commands/glassity/agent-skills/finops-discover"><img src="https://agentmods.dev/badge/commands/glassity/agent-skills/finops-discover.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00059 | $0.01425 |
| Opus 5 | $0.00030 | $0.00713 |
| Sonnet 5 | $0.00012 | $0.00285 |
| Haiku 4.5 | $0.00006 | $0.00143 |
Grade A, and why
finops-discover scanned grade A with 0 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/finops-discover — step 1: Discovery
Shared vocabulary — the four idea types, the lifecycle stages, the gate definitions — lives in the
glassity-five-stepsskill. The idea types are repeated below so this command is runnable on its own.
Purpose
Collect optimization ideas from open opportunities, cost breakdowns, and
commitment recommendations, and classify each into exactly one of four types.
Stamp every idea with a discovery date so the pipeline has a provenance trail.
Then apply the typed-idea gate: an idea without a type and a date is not
assessable by /finops-assess.
This command is read-only. It mutates nothing; it produces the classified
candidate set that /finops-assess scores.
Variables
| Variable | Source | Default | Meaning |
|---|---|---|---|
SERVICE |
--service |
all | Restrict discovery to one AWS service, e.g. EC2, RDS. |
ACCOUNT |
--account |
active | Restrict to one AWS account id. |
SINCE |
--since |
none | Only surface ideas newer than this date. |
PROACTIVE |
--proactive |
off | Reserved for infrastructure-as-code scanning; not implemented. |
Tool surface
- CLI:
glassity --output=json opp listfor open opportunities, plus thecost-summary,cost-by-service,cost-mom-trends,rec-ec2-list,rec-rds-coverage, andrec-rds-recommendationsskills as further idea sources. - What
opp listactually filters on:--stage,--min-savings(USD per month),--limit,--page. That is the whole set.--service,--account, and--sincefrom this command's arguments have no server-side equivalent, so fetch the rows and filter them client-side ontitle,opportunity_type_identifier, andcreated_at. - No mutation verbs. Discovery reads.
- Binary check: run
command -v glassitybefore the first CLI call. If it is missing, stop and tell the user to install it withbrew install glassity/tap/glassityor from https://github.com/glassity/cli/releases. No account yet? Sign up at app.glassity.cloud.
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.
- 8d ago First seen · 111 lines · 59 tokens per session scan A e4a67302778a
finops-discover is a command published in the GitHub repository glassity/agent-skills (2 stars, last pushed 25d ago), licensed Apache-2.0. It adds 59 tokens to every session and 1,425 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, GCP, and OCI. Where provider-specific code appears below, adapt…
finops
Create FinOps strategy with cloud cost management, optimization, governance, and forecasting.
azure-cost
Azure cost and pricing analysis for a subscription — Advisor cost recommendations, retail pricing lookups, and quota-driven right-sizing signals, scoped to one subscription.
estimate-cost
Estimate AWS costs for planned infrastructure or analyze current spending.
estimate-gcp-cost
Estimate GCP resource costs and provide optimization recommendations.
cost-optimize
You are a cloud cost optimization expert specializing in reducing infrastructure expenses while maintaining performance and reliability. Analyze cloud spending, identify savings opportunities, and implement cost-effective architectures across AWS, Azure, and GCP.