← 返回 Skills 市场
VCF LCM Pre-check Analyzer
作者
Rohit Kasture
· GitHub ↗
· v1.0.1
· MIT-0
89
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vcf-lcm-precheck-analyzer
功能描述
An MCP server that interfaces with VCF SDDC Manager to retrieve and analyze LCM upgrade pre-check results, providing instant remediation steps for failures.
安全使用建议
This skill appears coherent and limited to querying your SDDC Manager, but take these precautions before installing: (1) Run the MCP server on a trusted host with network access to your SDDC Manager. (2) Provide a token with least privilege necessary (avoid using a full administrator token) and rotate it regularly. (3) Be aware the code disables SSL verification for self-signed certs — if possible, use valid TLS or restrict network exposure to prevent MITM. (4) Review the short server.py yourself (it is included) to confirm it matches your security policies. (5) If you allow autonomous agent invocation, treat the skill like any other connector with access to your SDDC API and monitor its usage.
功能分析
Type: OpenClaw Skill
Name: vcf-lcm-precheck-analyzer
Version: 1.0.1
The skill provides a tool to analyze VMware Cloud Foundation (VCF) upgrade pre-checks via the SDDC Manager API. It is classified as suspicious because server.py explicitly disables SSL certificate verification (verify=False) when making API calls. This is a security vulnerability that could expose the sensitive SDDCMANAGER_API_TOKEN to man-in-the-middle (MITM) attacks. No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
The skill declares and uses SDDCMANAGER_HOST and SDDCMANAGER_API_TOKEN, calls the SDDC Manager /v1/upgrades/prechecks endpoint, and exposes a single MCP tool analyze_lcm_precheck — all align with the stated purpose.
Instruction Scope
SKILL.md instructs running a local MCP server and only that server reads the two declared env vars. The code disables TLS verification (verify=False and suppresses insecure warnings) to allow self-signed certs; this is plausible for VCF environments but increases MITM risk and should be acknowledged/mitigated.
Install Mechanism
Install is pip install -r requirements.txt for 'mcp' and 'requests' from PyPI — a standard, expected approach. There are no downloads from untrusted URLs or extracted archives.
Credentials
Only two env vars are required and both are directly relevant to connecting to SDDC Manager. No unrelated credentials, config paths, or unexpected secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It runs as a local MCP server and can be invoked by the agent (normal for MCP skills); it does not modify other skills or agent-wide config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vcf-lcm-precheck-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/vcf-lcm-precheck-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a homepage URL to the skill metadata.
- Updated version number to 1.0.1.
v1.0.0
- Initial release of vcf-lcm-precheck-analyzer.
- Provides a native `analyze_lcm_precheck` tool for integration with OpenClaw via MCP.
- Connects to VMware Cloud Foundation SDDC Manager to retrieve and analyze LCM upgrade pre-check results.
- Outputs instant remediation steps for detected failures.
- Requires `SDDCMANAGER_HOST` and `SDDCMANAGER_API_TOKEN` environment variables for setup.
元数据
常见问题
VCF LCM Pre-check Analyzer 是什么?
An MCP server that interfaces with VCF SDDC Manager to retrieve and analyze LCM upgrade pre-check results, providing instant remediation steps for failures. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。
如何安装 VCF LCM Pre-check Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vcf-lcm-precheck-analyzer」即可一键安装,无需额外配置。
VCF LCM Pre-check Analyzer 是免费的吗?
是的,VCF LCM Pre-check Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
VCF LCM Pre-check Analyzer 支持哪些平台?
VCF LCM Pre-check Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VCF LCM Pre-check Analyzer?
由 Rohit Kasture(@kasture-rohit)开发并维护,当前版本 v1.0.1。
推荐 Skills