← 返回 Skills 市场
pushp1997

Ovh

作者 pushp1997 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
983
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ovh
功能描述
Manage OVHcloud services via API. Use when user asks about OVH domains, DNS records, VPS, cloud instances, dedicated servers, email, SSL certificates, or any OVH service management. Supports listing, creating, updating, and deleting resources.
安全使用建议
This skill appears to implement what it claims (it calls only OVH API endpoints), but the package metadata incorrectly omits the required OVH environment variables. Before installing: (1) Review and trust the script source (scripts/ovh-cli.py is included and readable). (2) Create a dedicated OVH consumer key with as-limited permissions as possible (prefer read-only or narrowly scoped write perms for the specific operations you need). (3) Do not supply account-wide or admin-level keys; test first with read-only commands like 'me', 'domains', 'dns <domain>' before performing creates/deletes/reboots. (4) Be cautious if allowing autonomous agent invocation: the agent could call destructive operations using the provided credentials. (5) Ask the publisher to update registry metadata to declare the required environment variables and document recommended minimal scopes — if they cannot, treat the omission as a sign of sloppy packaging and proceed only after manual review.
功能分析
Type: OpenClaw Skill Name: ovh Version: 1.0.0 The OpenClaw AgentSkill for OVHcloud services is classified as benign. The `ovh-cli.py` script securely retrieves OVH API credentials from environment variables and uses the legitimate `ovh` Python library to interact with the OVH API. All operations, including DNS management and server control, are directly aligned with the stated purpose of managing OVH services. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts in the `SKILL.md` or the Python script. While the skill grants access to powerful cloud management actions, these are inherent to its stated purpose and do not indicate malicious intent from the skill itself.
能力评估
Purpose & Capability
The Python script uses the official ovh client and calls OVH API endpoints for domains, DNS, VPS, cloud projects, dedicated servers, SSL, bills, and orders — this aligns with the skill description. However, the skill registry metadata lists no required environment variables or primary credential even though both the SKILL.md and the script require OVH API credentials.
Instruction Scope
Runtime instructions are limited to exporting OVH environment variables and running the bundled scripts/ovh-cli.py. The SKILL.md and script only interact with the OVH API and do not read unrelated files or network endpoints.
Install Mechanism
There is no install spec; this is instruction-only plus a bundled script. The script depends on the public 'ovh' Python package (the code prints an error advising 'pip install ovh'). No remote downloads or opaque installers are present.
Credentials
The script requires OVH_ENDPOINT, OVH_APP_KEY, OVH_APP_SECRET, and OVH_CONSUMER_KEY (and SKILL.md instructs creating a consumer key). Those env vars are necessary for the stated purpose, but the skill registry metadata does not declare them — an inconsistency that could lead to missing permission reviews. Also, those credentials can permit destructive actions (DNS deletes, server reboots, etc.), so tokens should be scoped narrowly; the skill does not enforce or document minimum permission scopes.
Persistence & Privilege
The skill is not always:true, does not install persistent system components, and does not modify other skills or global config. It can be invoked autonomously by agents (platform default) — combined with write-capable credentials this increases risk if misused, but autonomous invocation alone is expected behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ovh
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ovh 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the OVH skill. - Manage OVHcloud services via the included `ovh-cli.py` script. - Supports domains, DNS records, VPS management, cloud instances, dedicated servers, email, SSL certificates, and billing. - Allows listing, creating, updating, and deleting various OVH resources. - Includes setup and usage instructions for API credentials and script commands. - Provides example command patterns for common tasks.
元数据
Slug ovh
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ovh 是什么?

Manage OVHcloud services via API. Use when user asks about OVH domains, DNS records, VPS, cloud instances, dedicated servers, email, SSL certificates, or any OVH service management. Supports listing, creating, updating, and deleting resources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 983 次。

如何安装 Ovh?

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

Ovh 是免费的吗?

是的,Ovh 完全免费(开源免费),可自由下载、安装和使用。

Ovh 支持哪些平台?

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

谁开发了 Ovh?

由 pushp1997(@pushp1997)开发并维护,当前版本 v1.0.0。

💬 留言讨论