← 返回 Skills 市场
Vultr
作者
happytreees
· GitHub ↗
· v1.3.0
· MIT-0
366
总下载
1
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install vultr
功能描述
Manage Vultr cloud infrastructure including VPS instances, bare metal, Kubernetes clusters, databases, DNS, firewalls, VPCs, object storage, and more. Use wh...
安全使用建议
This skill is a full Vultr API client and mostly coherent, but the manifest omits the fact that it needs your Vultr API key stored at ~/.config/vultr/api_key. Before installing: (1) verify the script contents yourself (scripts/vultr.py) to confirm it only talks to api.vultr.com; (2) create an API key with the minimum permissions required and store it with tight file permissions (chmod 600); (3) consider using a dedicated, limited-scope API key rather than a broad account key; (4) if you need stronger assurance, run the skill in an isolated environment or container. The metadata omission is likely an oversight but you should confirm the credential storage and usage before trusting the skill with sensitive keys.
功能分析
Type: OpenClaw Skill
Name: vultr
Version: 1.3.0
The vultr skill bundle is a comprehensive and well-structured CLI client for the Vultr API v2, designed to manage cloud infrastructure. The Python script (scripts/vultr.py) uses standard libraries to interact with the official Vultr API and follows secure practices by reading the API key from a local configuration file (~/.config/vultr/api_key) with recommended restricted permissions. No evidence of data exfiltration, malicious execution, or prompt injection was found; the tool's broad capabilities are consistent with its stated purpose of infrastructure management.
能力评估
Purpose & Capability
The name, description, SKILL.md, reference doc, and scripts/vultr.py are consistent: this is a comprehensive Vultr API client covering instances, kubernetes, DNS, firewalls, object storage, etc. However, the registry metadata lists no required credentials or primary credential while the SKILL.md and script explicitly require an API key stored at ~/.config/vultr/api_key. That metadata omission is an inconsistency (likely an oversight) but not proof of malicious intent.
Instruction Scope
The runtime instructions are narrowly scoped to interacting with the Vultr API and to storing/reading the API key from the user's home config path. The SKILL.md does not instruct the agent to read unrelated files, call external endpoints other than api.vultr.com, or exfiltrate data. The script constructs HTTP requests to the Vultr API and handles responses.
Install Mechanism
There is no install spec (instruction-only skill with included script). No downloads from arbitrary URLs, no package installs, and nothing is written to disk by an installer. The included script will be executed by the agent when invoked, which is expected for a code-backed skill.
Credentials
The skill requires an API key (SKILL.md and scripts/vultr.py instruct storing it at ~/.config/vultr/api_key), but the registry metadata declares no required env vars or primary credential. Requiring an API key is reasonable for a cloud-management skill, but the manifest should explicitly declare that credential. Also note the script reads a file in the user's home directory — ensure you understand which key is stored there and limit its permissions and scope.
Persistence & Privilege
The skill does not request always: true and does not attempt to modify other skills or system-wide agent settings. Its recommended configuration is to store an API key in a dedicated config file (~/.config/vultr/api_key), which is scoped to the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vultr - 安装完成后,直接呼叫该 Skill 的名称或使用
/vultr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Removed env var metadata - skill only uses file-based auth (~/.config/vultr/api_key). Matches DigitalOcean pattern exactly.
v1.2.1
Added credential metadata declaration (requires.env: VULTR_API_KEY) to fix security scan warning about undeclared credentials.
v1.2.0
Security hardening: Removed all env var and CLI arg auth methods. API key MUST be stored in ~/.config/vultr/api_key (matches DigitalOcean pattern).
v1.1.0
Security: API key now stored in config file (~/.config/vultr/api_key) instead of env var. Falls back to VULTR_API_KEY env var or --api-key flag.
v1.0.1
Initial release
v1.0.0
Initial release - Vultr cloud infrastructure management skill
元数据
常见问题
Vultr 是什么?
Manage Vultr cloud infrastructure including VPS instances, bare metal, Kubernetes clusters, databases, DNS, firewalls, VPCs, object storage, and more. Use wh... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 366 次。
如何安装 Vultr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vultr」即可一键安装,无需额外配置。
Vultr 是免费的吗?
是的,Vultr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Vultr 支持哪些平台?
Vultr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Vultr?
由 happytreees(@happytreees)开发并维护,当前版本 v1.3.0。
推荐 Skills