一键导入
gemini-finops
Monitor and analyze GenAI expenditure on Google Cloud (Vertex AI/Gemini).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor and analyze GenAI expenditure on Google Cloud (Vertex AI/Gemini).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Resolves open GitHub Issues in parallel by fanning out independent subagents and then fanning in to aggregate lessons learned.
(🥑) Expert guide for authoring, building, testing, and publishing technical articles to ricc.rocks and Medium.
Hackathon security guide to prevent leaking secrets. Based on Romin Irani's article.
💛 Expert guide for interacting with Riccardo's Obsidian vault (The Carlessian Vault).
Record browser-based video demos from YAML storyboards using shot-scraper.
Installs a lightweight CPU and RAM monitoring cron job and visualization script for agents on the local machine.
| name | gemini-finops |
| description | Monitor and analyze GenAI expenditure on Google Cloud (Vertex AI/Gemini). |
| compatibility | gemini-cli |
| metadata | {"version":"0.0.1"} |
Monitor and analyze GenAI expenditure on Google Cloud (Vertex AI/Gemini).
list_project_costsLists GenAI costs per project and per API key for "today" and "yesterday". Arguments:
project_id (string): The GCP project ID.days (integer, optional): Number of days to look back (default: 2).show_cost_graphDisplays an ASCII graph of GenAI costs from a CSV file. Arguments:
csv_file (string): Path to the CSV file containing cost data.export_cost_csvDownloads/exports the cost data to a CSV file. Arguments:
project_id (string): The GCP project ID.output_file (string): Path to the output CSV file.days (integer, optional): Number of days to look back (default: 7).apikey_usage_by_projectProvides a high-signal summary of GenAI usage per API key, including estimated costs and visual sparklines. Arguments:
project_id (string): The GCP project ID.breakdown_by_product (boolean, optional): If true, breaks down usage by specific GCP service (default: false).credential_types (string, optional): Comma-separated list of types to include: apikey, serviceaccount, oauth2, unknown, or all (default: apikey).for_id (string, optional): Filter for a specific credential ID (UUID, email, etc.) to see a detailed method-level breakdown.compare_costsCompares two CSV cost reports and highlights differences. Arguments:
file1 (string): Path to the first CSV file.file2 (string): Path to the second CSV file.