connection-auth-rules
仓库创建 2026年2月26日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
便于把通用凭据变为驱动专用连接参数,节省手工适配工作。
▸ 风险提示
需要访问 apollo-agent 仓库和运行时凭据才能完成配置
这个 Skill 做什么
为 Monte Carlo 连接类型生成和测试 Connection Auth Rules(ctp_config)。
把平铺的凭证变成 Monte Carlo 驱动器能用的 connect_args,生成并测试存放在 Connection 上的 ctp_config(Connection Auth Rules)。在创建或调试 Monte Carlo 连接器、需要从 apollo-agent 仓库拉取实时连接器 schema 和转换步骤时启用。特别之处是直接结合线上 schema 和转换逻辑,输出可在单体系统里使用和验证的配置。
▸ 展开 SKILL.md 英文原文
Build a Connection Auth Rules for a Monte Carlo connection type. Fetches live connector schemas and transform steps from the apollo-agent repo.
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/connection-auth-rules/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/connection-auth-rules/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Connection Auth Rules Builder Use this skill when the user wants to build a Connection Auth Rules (stored as `ctp_config`) for a Monte Carlo connection. The config is stored on the `Connection` object in the monolith and tells the Apollo agent how to transform flat credentials into the driver-specific `connect_args` format. ## When to activate this skill Activate when the user: - Asks to create, build, or generate a Connection Auth Rules - Asks what fields are needed for a connection type's Connection Auth Rules - Wants to customize credential transformation for a connection - Asks about `MapperConfig`, `TransformStep`, or `CtpConfig` - Says things like "help me write Connection Auth R
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有