con un clic
analyze-cloud-costs
Analyze Langfuse Cloud infrastructure cost structure using Metabase
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Analyze Langfuse Cloud infrastructure cost structure using Metabase
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Set up and use 1Password CLI (op). Use when installing the CLI, enabling
Guide for adding new AI function examples, for testing specific features against the actual provider APIs.
Use when editing worker/src/constants/default-model-prices.json, packages/shared/src/server/llm/types.ts, pricing tiers, tokenizer IDs, or matchPattern regexes for OpenAI, Anthropic, Bedrock, Vertex, Azure, or Gemini model pricing.
Fixes broken typing checks detected by ty, make typing, or make check-repo. Use when typing errors appear in local runs, CI, or PR logs.
Add documentation for a new AI provider — usage docs, env vars, Docker
Guide for adding new AI provider packages to the AI SDK. Use when creating
| name | analyze-cloud-costs |
| name_zh | 分析云成本 |
| description | Analyze Langfuse Cloud infrastructure cost structure using Metabase |
| description_zh | 分析和优化云服务的成本,识别浪费和优化机会。 |
| category | dev-tools |
| tags | ["ai","cli","frontend","javascript","llm"] |
| source | null |
| license | UNKNOWN |
| language | en |
| author | unknown |
| version | 0.1.0 |
| needs_review | false |
| slug | analyze-cloud-costs |
| created | 2026-06-12 |
| updated | 2026-06-12 |
| inputs | [{"name":"request","type":"string","required":true,"description":"User request or task description"}] |
| output | {"format":"markdown","description":"Generated content based on the user request"} |
Use this skill when you need guidance on analyze cloud costs.
User request or task description.
Generated content based on the user request.
Follow the guidelines in this skill when working on related tasks.
Use this skill for evidence-backed Langfuse Cloud cost analysis. The primary source is the Metabase infra cost dashboard and its production cost marts; the deliverable should name the time window, query grain, top drivers, and caveats.
references/cost-marts.md for table IDs,
field IDs, query examples, and caveats.mcp__metabase__.query for quick reads. Use
construct_query plus execute_query when you need to inspect or reuse the
opaque query.filters, aggregations, group_by, and fields as JSON arrays. Some
tool schemas may display these as strings; if that happens, serialize the same
arrays without changing their shape.Summarize:
Do not use this skill for tasks outside its scope.
See the skill content above for practical examples.
# 使用 analyze-cloud-costs 进行监控
from monitor import Monitor, Metric
# 初始化监控器
monitor = Monitor(
skill="analyze-cloud-costs",
metrics=["response_time", "error_rate", "throughput"]
)
# 收集指标
metrics = monitor.collect(duration="5m")
# 分析指标
analysis = monitor.analyze(metrics)
print(f"Average response time: {analysis.avg_response_time}ms")
print(f"Error rate: {analysis.error_rate}%")