← 返回 Skills 市场
poiuyhje

EQVPS

作者 Poiuyhje · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
39
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install eqvps
功能描述
Provision and manage a cloud VPS for your agent — pick a plan, deploy a server, and get SSH access through the EQVPS API.
使用说明 (SKILL.md)

EQVPS — rent and manage a VPS for your agent

EQVPS is a hosting provider with a programmatic, agent-friendly API and MCP server. Use this skill when the user asks to spin up, deploy, list, or manage a virtual private server (VPS) — e.g. to host a bot, a website, a script, or any workload that needs to run somewhere persistent.

This is a paid third-party service. Servers are billed from a prepaid account balance. The user funds the balance (card or stablecoin). The agent must show prices and get the user's explicit confirmation before any paid action, and must never spend beyond the funded balance.

Setup (one time)

EQVPS exposes a Model Context Protocol (MCP) server. Add it to your openclaw.json so its tools become available, then restart the OpenClaw gateway:

{
  "mcpServers": {
    "eqvps": { "url": "https://mcp.eqvps.com/mcp" }
  }
}

It is a Streamable HTTP MCP server; if your OpenClaw version needs an explicit transport/type field, see the OpenClaw MCP docs. Once connected, the EQVPS tools (register_account, login, get_balance, topup_balance, list_plans, order_vps, list_vps, get_vps_status, power_vps, reinstall_vps, set_hostname, reset_password, cancel_service) appear automatically. Each tool describes its own input fields — read them before calling.

Workflow

  1. Account. If EQVPS_API_TOKEN is set, you already have an account — go to step 3. Otherwise call register_account (email), store the returned token, and tell the user to save it as EQVPS_API_TOKEN for next time.
  2. Funds. Call get_balance. If it is too low for the chosen plan, call topup_balance — it returns payment details (stablecoin or card). Tell the user the amount, let them complete and confirm payment, and do not proceed until the balance reflects it.
  3. Plan. Call list_plans and show the user the options with prices. There are two kinds: NAT (shared IP, SSH over a port — cheapest, good for bots/agents) and dedicated-IP (own IP, all ports — for sites/mail). Confirm the choice and that the user accepts the cost.
  4. Deploy. Call order_vps with the chosen plan and OS. This draws from the balance.
  5. Access. Call get_vps_status for the IP, SSH port, and root credentials once provisioning completes. Give these to the user and treat credentials as secret.
  6. Manage. Use power_vps (start/stop/reboot), reinstall_vps, set_hostname, reset_password, list_vps. Use cancel_service to stop billing a server no longer needed.

Rules

  • Always show the price and get explicit user confirmation before topup_balance and before order_vps. Money actions are never silent.
  • Never order a server the balance cannot cover.
  • Treat API tokens and root credentials as secrets: show them to the user, do not log or post them anywhere else.
  • If the user only wants information (plans, status, balance), do not place any order.
安全使用建议
Before installing, understand that this connects your agent to a paid VPS provider and may expose account tokens and server root credentials to the agent. Only use it with an EQVPS account or token you trust, verify prices before confirming any paid action, and cancel servers you no longer need to avoid continued billing.
能力评估
Purpose & Capability
The skill enables high-impact actions such as funding an account, ordering VPS instances, resetting passwords, reinstalling servers, and canceling services, but these capabilities directly match its stated VPS provisioning and management purpose.
Instruction Scope
Runtime instructions require showing prices, getting explicit user confirmation before paid actions, avoiding orders for information-only requests, and treating API tokens and root credentials as secrets.
Install Mechanism
Installation is disclosed as adding a remote EQVPS MCP server URL to openclaw.json; no executable scripts, package installs, or hidden local code are present in the artifact.
Credentials
Network access to a third-party provider and use of EQVPS_API_TOKEN are proportionate for managing cloud servers, with the paid-service nature disclosed.
Persistence & Privilege
The skill can create persistent VPS resources and billing obligations, but it instructs the agent to require confirmation and provides a cancel_service path to stop billing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install eqvps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /eqvps 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug eqvps
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

EQVPS 是什么?

Provision and manage a cloud VPS for your agent — pick a plan, deploy a server, and get SSH access through the EQVPS API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。

如何安装 EQVPS?

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

EQVPS 是免费的吗?

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

EQVPS 支持哪些平台?

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

谁开发了 EQVPS?

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

💬 留言讨论