monte-carlo-storage-cost-analysis
仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由
帮助识别可回收存储与降低成本的表集。
▸ 风险提示
会读取表元数据和使用统计,可能暴露仓库使用细节。
这个 Skill 做什么
分析仓库陈旧/冗余表并给出删除与分级建议。
扫描数据仓库找出陈旧、未用或冗余表,按浪费类型分类并给出删除或分级保留的建议,帮你降低存储成本。适合清理长期积压表、做归档或优化费用时使用。会调用 analyze_storage_costs 工具计算安全等级并支持按类别钻取和沿 lineage 追查来源。
▸ 展开 SKILL.md 英文原文
Analyze a warehouse for stale, unused, or redundant tables via the analyze_storage_costs MCP tool. Classifies waste patterns and table categories, computes safety tiers, and handles category drill-downs and lineage follow-ups.
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/storage-cost-analysis/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/storage-cost-analysis/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Monte Carlo Storage Cost Analysis Skill This skill analyzes a data warehouse for stale tables that can be removed to reduce storage costs. It delegates classification, safety scoring, and formatting to the `analyze_storage_costs` MCP tool, then presents the pre-formatted result verbatim and handles follow-up questions (category drill-downs, lineage checks). > **Monte Carlo tool routing (required):** Always call Monte Carlo MCP tools through this plugin's > bundled server, whose fully-qualified tool names are > `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__<tool>` (e.g. > `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__get_alerts`). Bare tool names used in this skill > (`get_alerts`, `sea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有