← 返回 Skills 市场
kasture-rohit

VCF SDDC Manager Errors

作者 Rohit Kasture · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
94
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vcf-loginsight-sddc-errors
功能描述
Extract recent critical SDDC Manager and vCenter error logs from Aria Operations for Logs to assist with VCF troubleshooting.
安全使用建议
This skill appears to do what it says: it calls your Log Insight API using LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN and returns recent error events. Before installing, confirm you are comfortable providing an API token via environment variables, ensure the token has least privilege and is rotated, and consider removing the -k flag so TLS certs are validated (or only use -k in isolated, trusted networks). Also consider tightening the API query (filter by source or severity) to avoid noisy/irrelevant results and avoid pasting sensitive log contents or tokens into public channels.
功能分析
Type: OpenClaw Skill Name: vcf-loginsight-sddc-errors Version: 1.0.1 The skill uses 'curl' with the '-k' (insecure) flag in SKILL.md, which disables SSL certificate verification and exposes the LOGINSIGHT_API_TOKEN to potential Man-in-the-Middle (MitM) attacks. Additionally, the direct inclusion of environment variables like $LOGINSIGHT_HOST into a shell command string without sanitization presents a command injection vulnerability if the environment variables are improperly configured.
能力评估
Purpose & Capability
Name/description, required env vars (LOGINSIGHT_HOST, LOGINSIGHT_API_TOKEN), and required binaries (curl, jq) align with the stated purpose of querying Aria Operations for Logs. Nothing requested appears unrelated to extracting Log Insight events.
Instruction Scope
The SKILL.md stays within scope: it checks for the declared env vars, issues a direct API request to the declared LOGINSIGHT_HOST, and parses the JSON with jq. Two operational cautions: (1) the example curl uses -k (insecure; bypasses TLS certificate validation) which weakens transport security, and (2) the query uses a generic keyword=error and no source or severity filters, so returned entries may include unrelated or noisy results—this is functional but worth tightening for accuracy.
Install Mechanism
Instruction-only skill with no install spec and no code files — minimal surface area and no disk writes or third-party downloads are performed by the skill itself.
Credentials
Only LOGINSIGHT_HOST and LOGINSIGHT_API_TOKEN are required (primaryEnv set appropriately), which is proportional for this integration. Reminder: the API token is sensitive—avoid exposing it in logs or chat, restrict the token's scope and rotate regularly.
Persistence & Privilege
always:false and no install/persistence steps. The skill does not request elevated or persistent system privileges and does not modify other skills or system config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vcf-loginsight-sddc-errors
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vcf-loginsight-sddc-errors 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added homepage link to project metadata for easy access to documentation and source. - Version updated to 1.0.1; no changes to functionality or logic.
v1.0.0
vcf-loginsight-sddc-errors v1.0.0 - Initial release. - Enables extraction of recent critical error logs from SDDC Manager and vCenter via Aria Operations for Logs. - Provides step-by-step guidance for querying and presenting error events. - Assists with VCF troubleshooting by formatting logs and offering basic diagnostic analysis.
元数据
Slug vcf-loginsight-sddc-errors
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

VCF SDDC Manager Errors 是什么?

Extract recent critical SDDC Manager and vCenter error logs from Aria Operations for Logs to assist with VCF troubleshooting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。

如何安装 VCF SDDC Manager Errors?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install vcf-loginsight-sddc-errors」即可一键安装,无需额外配置。

VCF SDDC Manager Errors 是免费的吗?

是的,VCF SDDC Manager Errors 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VCF SDDC Manager Errors 支持哪些平台?

VCF SDDC Manager Errors 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VCF SDDC Manager Errors?

由 Rohit Kasture(@kasture-rohit)开发并维护,当前版本 v1.0.1。

💬 留言讨论