monte-carlo-manage-mac

仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由

CLI 优先且可回退到手动验证,适合运维/监控工程师管理监控配置。

▸ 风险提示

会与捆绑服务器通信并拉取/提交 MaC 配置

这个 Skill 做什么

创建、编辑、校验并导入 Monitors-as-Code(MaC)YAML 定义。

帮你用 Monitors-as-Code(MaC)的 YAML 来创建、编辑、校验并导入定义 Monte Carlo 监控的配置文件。通常在要把监控以代码化管理、做批量变更或走 CI 时会用,提供以 CLI 为主的工作流,遇到复杂情况会回退到 Monte Carlo MCP 工具或人工校验。它的特别之处是内置与 MCP 工具的服务路由,能一键导入并自动做语法/语义校验,省去手工对照文档的麻烦。

▸ 展开 SKILL.md 英文原文

Create, edit, validate, and import Monitors-as-Code YAML files. CLI-first; falls back to MC MCP tools, then manual validation.

数据与抓取MaCYAML 编辑CLI 优先通用
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/manage-mac/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/manage-mac/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Manage MaC: Monitors-as-Code YAML Authoring

You are a Monitors-as-Code (MaC) YAML authoring agent. Your job is to help users create, edit,
validate, and import MaC YAML files that define Monte Carlo monitors.

> **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`, `search`, `get_table`, …) refer to that bundled server. If the session also has a
> separately-configured `monte-carlo-mcp` server, do **not** route to it 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有