← Back to Skills Marketplace
VCF SDDC Manager Errors
by
Rohit Kasture
· GitHub ↗
· v1.0.1
· MIT-0
94
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vcf-loginsight-sddc-errors
Description
Extract recent critical SDDC Manager and vCenter error logs from Aria Operations for Logs to assist with VCF troubleshooting.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vcf-loginsight-sddc-errors - After installation, invoke the skill by name or use
/vcf-loginsight-sddc-errors - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is VCF SDDC Manager Errors?
Extract recent critical SDDC Manager and vCenter error logs from Aria Operations for Logs to assist with VCF troubleshooting. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install VCF SDDC Manager Errors?
Run "/install vcf-loginsight-sddc-errors" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VCF SDDC Manager Errors free?
Yes, VCF SDDC Manager Errors is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VCF SDDC Manager Errors support?
VCF SDDC Manager Errors is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VCF SDDC Manager Errors?
It is built and maintained by Rohit Kasture (@kasture-rohit); the current version is v1.0.1.
More Skills