monte-carlo-context-detection
仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由
能把模糊或多步数据请求智能分发给正确技能,提升响应准确率。
▸ 风险提示
依赖外部 MCP 工具与路由器配置,需访问监控元数据
这个 Skill 做什么
基于用户问题自动判定并路由到合适的 Monte Carlo 技能或工作流。
自动判断用户的问题属于哪类数据可观测场景,然后把请求路由到最合适的 Monte Carlo 技能或工作流。遇到模糊告警、数据质量问题、覆盖率缺失或多步调查请求时会触发,先收集信号再分发处理。这样能避免误调技能、提高响应速度,并减少人工判断成本。
▸ 展开 SKILL.md 英文原文
Route data-related requests to the right Monte Carlo skill or workflow. USE WHEN alerts, incidents, data broken, stale, coverage gaps, data quality, or any ambiguous data observability request.
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/context-detection/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/context-detection/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Monte Carlo Context Detection This skill determines which Monte Carlo skill or workflow best fits the user's current context. It activates reactively for ambiguous or multi-step data-related messages, gathers signals, and routes to the right skill or workflow. > **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-configur
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有