Cloud Gateway Router

自然语言智能路由网关 — 一句话描述你的需求,自动识别云平台、操作类型,路由到对应的执行 Skill

Azure AWS Alibaba Cloud Tencent Cloud
系统架构
Gateway Router 是一个 Meta-Skill:不直接执行任务,而是从自然语言中提取特征,匹配路由表,分派到正确的下游 Skill。
Input layer

User input

自然语言 / Jira 链接 / 工单号 / 操作描述

Gateway layer

Feature extraction

正则 + 语义分析提取 platform / service / operation / ticket_id / resource

Route matching

精确匹配 → 模糊匹配 + 置信度 → 用户确认 → Fallback

Param enrichment

将已提取的参数打包,传给下游 Skill,避免重复询问

Skill layer — downstream executors

Azure skill

VM / sudo / RBAC / VNet / NSG / AAD

azure

AWS skill

EC2 / IAM / SG / VPC / S3 / Lambda

aws

Alibaba skill

ECS / RAM / SG / VPC / OSS / FC

aliyun

Tencent skill

CVM / CAM / SG / VPC / COS / SCF

tencent
支持的高频操作
覆盖四朵云的日常运维操作,Gateway 自动识别操作类型并路由。

+Account

  • 申请云账号 / Subscription
  • 账号初始化配置
  • MFA / SSO 配置

🔑IAM

  • 创建/删除用户或角色
  • 权限策略绑定/解绑
  • sudo 授权/回收

🛡Security group

  • 开放/关闭端口
  • 添加 IP 白名单
  • 规则审计与清理

🖥VM

  • 创建/启停/重启实例
  • 磁盘扩容 / 快照
  • 系统配置与巡检

🌐Network

  • VPC / VNet 配置
  • Peering / 路由表
  • DNS / Load balancer

📦Storage

  • Bucket / Container 管理
  • 权限与生命周期策略
  • 跨区域复制
试一试路由引擎
输入自然语言请求,观察 Gateway 如何提取特征、匹配路由、预填参数。

Input

gateway-router output

选择一个预设或输入自然语言
观察路由引擎如何工作

声明式路由表
添加新 Skill 只需追加一条规则,Gateway 自身无需修改。
Match conditionsTarget skillPriorityConfidence
platform: azureservice: vmop: grant|ungrant|revoke azure-sudo-cmd P00.90
platform: azureservice: vm|nsg|vnet azure-infra P10.80
platform: awsservice: ec2|sg|vpc aws-infra P10.80
platform: awsservice: iam aws-iam P00.85
platform: aliyunservice: ecs|sg|vpc|oss aliyun-infra P10.80
platform: aliyunservice: ram aliyun-iam P00.85
platform: tencentservice: cvm|sg|vpc|cos tencent-infra P10.80
platform: tencentservice: cam tencent-iam P00.85
op: troubleshoot* diagnostics P20.60
op: create_accountmulti-cloud account-provisioner P00.85