← 返回 Skills 市场
kasture-rohit

VCF Green IT & Carbon Footprint

作者 Rohit Kasture · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install vcf-sustainability-mcp
功能描述
An MCP server that interfaces with VMware Aria Operations to extract Green IT metrics, carbon footprint data, and the organizational Green Score for ESG repo...
安全使用建议
This skill is coherent with its stated purpose, but review these practical risks before enabling it: - Protect the API token: avoid placing ARIA_OPS_API_TOKEN as plaintext in shared config or logs; use a secure secret store or scoped service account with least privilege. - TLS verification: the code disables SSL verification (verify=False) and suppresses warnings—this weakens transport security and could allow MITM. If your Aria Ops has a valid certificate, modify the code to enable verification; if using self-signed certs, add the CA instead of disabling verification. - Data exposure: the tool returns whatever the Aria endpoint provides. Ensure you are comfortable with the agent receiving those metrics and any underlying resource identifiers. - Run in a controlled environment: host the MCP server on a trusted machine/network and restrict outbound access to the ARIA_OPS_HOST only. - Audit and rotate credentials: monitor usage of the API token and rotate/revoke if needed. Review the mcp and requests dependencies for supply-chain concerns. If you need the skill to be stricter about TLS or token handling, ask the maintainer to (1) remove verify=False or accept a CA file, and (2) support reading the token from a secure vault instead of env var plaintext.
功能分析
Type: OpenClaw Skill Name: vcf-sustainability-mcp Version: 1.0.1 The skill bundle is a legitimate MCP server designed to interface with VMware Aria Operations for sustainability reporting. The code in server.py correctly implements the get_vcf_carbon_footprint tool using the provided environment variables for authentication. While the script disables SSL verification (verify=False), it is explicitly documented as a workaround for self-signed certificates common in internal enterprise environments. There are no signs of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description ask for Aria Operations sustainability data and the skill requires ARIA_OPS_HOST and ARIA_OPS_API_TOKEN and contains code that calls the Aria suite-api—these requirements are proportional and expected.
Instruction Scope
SKILL.md only instructs installing Python deps and launching the provided MCP server with the two Aria env vars. It does not ask to read unrelated files or other credentials. Note: the server will return whatever data the Aria Ops endpoint provides, so sensitive inventory/metrics from Aria may be surfaced to the agent.
Install Mechanism
No install spec; it is instruction-only with a requirements.txt for pip. This is low-risk and expected for a Python MCP server.
Credentials
Only ARIA_OPS_HOST and ARIA_OPS_API_TOKEN are required, which matches the stated purpose. Caution: the SKILL.md example places the token directly in the agent MCP config (plaintext in env), which may expose the token to logs or other processes—use a secure secret store or restricted environment.
Persistence & Privilege
always is false and the skill is user-invocable. The MCP server runs when configured by the user; it does not request system-wide modifications or permanent platform-level privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vcf-sustainability-mcp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vcf-sustainability-mcp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added a homepage URL to SKILL.md for easier access to documentation and source code. - Updated the version number to 1.0.1.
v1.0.0
Initial release of vcf-sustainability-mcp. - Provides an MCP server that extracts Green IT metrics, carbon footprint data, and organizational Green Score from VMware Aria Operations. - Supplies a native get_vcf_carbon_footprint tool for ESG and Green IT executive reporting. - Requires ARIA_OPS_HOST and ARIA_OPS_API_TOKEN environment variables. - Includes setup instructions for integration with OpenClaw agents.
元数据
Slug vcf-sustainability-mcp
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

VCF Green IT & Carbon Footprint 是什么?

An MCP server that interfaces with VMware Aria Operations to extract Green IT metrics, carbon footprint data, and the organizational Green Score for ESG repo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 VCF Green IT & Carbon Footprint?

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

VCF Green IT & Carbon Footprint 是免费的吗?

是的,VCF Green IT & Carbon Footprint 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

VCF Green IT & Carbon Footprint 支持哪些平台?

VCF Green IT & Carbon Footprint 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 VCF Green IT & Carbon Footprint?

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

💬 留言讨论