원클릭으로
foundation-cli-network
当用户需要通过 `foundation-cli network` 执行子网、子网节点、节点业务 IP 查询,或设置、移除节点业务 IP 时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
当用户需要通过 `foundation-cli network` 执行子网、子网节点、节点业务 IP 查询,或设置、移除节点业务 IP 时使用。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when executing or verifying the AnyBackup Agent release deployment flow with KWeaver Core, Foundation, sandbox, V9 infra, and business services.
Use when an Agent must design user-visible AG-UI Markdown constraints before ag-ui-response publishes MQ, including layout, components, semantic labels, thought summaries, tool-call presentation, results, errors, clarification, and hidden-content boundaries.
Use when an Agent must produce user-visible Markdown and wrap it into the Decision Agent MQ field payload.ag_ui.
当用户需要通过 `foundation-cli api` 访问暂时没有标准业务命令覆盖的 Foundation REST API,或者用户直接给出原始路径、HTTP 方法、查询参数或请求体时使用。
当用户需要通过 `foundation-cli client` 执行客户端部署、部署历史、客户端清单、Runner、数据源、部署配置或部署日志相关命令时使用。
当用户需要通过 `foundation-cli host` 执行主机列表、主机保护对象、备份配置或主机恢复相关命令时使用。
| name | foundation-cli-network |
| description | 当用户需要通过 `foundation-cli network` 执行子网、子网节点、节点业务 IP 查询,或设置、移除节点业务 IP 时使用。 |
| metadata | {"requires":{"bins":["foundation-cli"]},"cliHelp":"foundation-cli network --help"} |
当任务属于 foundation-cli network 域命令时,使用本技能。
本文件是入口,不是完整参考手册。 它的作用是帮助 agent:
network 域。network 命令。references/commands/*.md 中对应的单命令文档。storage 域技能。network 命令覆盖时,应回到共享技能重新判断是否改走 api 域。./references/commands/ 下对应的单命令文档。network subnet list。network subnet node list。network subnet node ip list。network subnet node ip set。network subnet node ip remove。subnet node* 命令都依赖 --subnet-id。subnet node ip* 命令都依赖 --node-id。--plane-type 是枚举类型:1 管理平面,2 存储平面,3 备份平面,4 复制平面。set 和 remove 都要求 --ip 是标准 IPv4 或 IPv6,不接受 CIDR。写入命令:
network subnet node ip setnetwork subnet node ip remove只读命令:
network subnet listnetwork subnet node listnetwork subnet node ip list除非调用环境已经隐式提供,否则先确认这些参数:
--tenant-id--endpoint--ak--sk--storage-svc-idstorage 域和 network 域混淆。--subnet-id 的情况下调用子网节点相关命令。--node-id 的情况下调用节点业务 IP 相关命令。ip list 和 ip set/remove 混淆。| 意图 | 推荐命令 | 下一步打开的文件 |
|---|---|---|
| 获取子网列表 | `foundation-cli network subnet list --tenant-id --storage-svc-id [--plane-type <1 | 2 |
| 获取子网节点列表 | foundation-cli network subnet node list --tenant-id <tenant-id> --storage-svc-id <storage-svc-id> --subnet-id <subnet-id> | subnet-node-list.md |
| 获取节点业务 IP 列表 | foundation-cli network subnet node ip list --tenant-id <tenant-id> --storage-svc-id <storage-svc-id> --subnet-id <subnet-id> --node-id <node-id> | subnet-node-ip-list.md |
| 设置节点业务 IP | foundation-cli network subnet node ip set --tenant-id <tenant-id> --storage-svc-id <storage-svc-id> --subnet-id <subnet-id> --node-id <node-id> --ip <ip> | subnet-node-ip-set.md |
| 移除节点业务 IP | foundation-cli network subnet node ip remove --tenant-id <tenant-id> --storage-svc-id <storage-svc-id> --subnet-id <subnet-id> --node-id <node-id> --ip <ip> | subnet-node-ip-remove.md |