tencentblueking/bk-cli · Archived

bk-cli-gse

当需要通过 `bk-cli gse` 查询 GSE Agent 状态或详?

First seen Jul 3, 2026

Installation

$ npx skills add tencentblueking/bk-cli --skill bk-cli-gse

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from tencentblueking/bk-cli · top by installs.

npx skills add tencentblueking/bk-cli

Browse all from tencentblueking/bk-cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE.txt
Default branch master
Open issues 6
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,423 B
  • docs SUMMARY.md 140 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 5 installs

SKILL.md

bk-cli gse — GSE 管控平台能力使用说明

用于通过 bk-cli gse 调用蓝鲸 GSE 管控平台 API 的系统子命令。

CRITICAL — 开始前 MUST 先用 Read 工具读取 ../bk-cli-shared/SKILL.md。共享 skill 负责认证、context、tenant、stage、dry-run、verbose、header/body 和通用请求规则;本 skill 只补充 gse 命令自己的语义与输入约定。

当前覆盖范围

当前 skill 覆盖两个高频命令:

  • listagentstate
  • listagentinfo

输入约定

  • --agentidlist 使用逗号分隔的 CMDB bkagentid 列表,最多支持 1000 个
  • 这里的 Agent ID 需要使用 CMDB 中的 bkagentid 字段格式,例如 02000000000000000000000000000001,不是 cloud_id:ip 或 0:IP 格式

Commands

listagentstate

bk-cli gse list_agent_state --agent_id_list 02000000000000000000000000000001,02000000000000000000000000000002
  • 批量查询 Agent 运行状态
  • 调用路径:POST /api/v2/cluster/listagentstate

listagentinfo

bk-cli gse list_agent_info --agent_id_list 02000000000000000000000000000001,02000000000000000000000000000002
  • 批量查询 Agent 详细信息
  • 调用路径:POST /api/v2/cluster/listagentinfo