Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

vps虚拟专用网

Agent Skill

vps 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

32,457

周安装

1,339

GitHub Stars

2

下载量

10,605
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:vps(虚拟专用网)
来源仓库:https://github.com/ivangdavila/vps
安装命令:
openclaw skills install vps
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install vps

简介

用于查找、检索和筛选相关信息。

  • 适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。
  • 可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 支持 OpenClaw 宿主环境,通过 clawhub 安装使用。

SKILL.md

name
VPS
description
Provision, secure, and manage virtual private servers with practical hosting guidance.
metadata
{"clawdbot":{"emoji":"🖧","os":["linux","darwin","win32"]}}

VPS Management Rules

Choosing a VPS

  • Match location to users — latency matters more than raw specs for user-facing apps
  • ARM instances cost 20-40% less with equivalent performance for most workloads — check compatibility first
  • Shared vCPU is fine for most apps — dedicated CPU only for sustained compute-heavy workloads
  • Bandwidth overage fees can exceed server cost — check limits before choosing plan

Initial Setup Priority

  • Update system packages immediately after first boot — fresh images are often months behind on security patches
  • Create non-root user with sudo before disabling root — locking yourself out requires provider console access
  • SSH key authentication before disabling password login — test the key works first
  • Firewall rules before exposing services — default is often all ports open

SSH Hardening

  • Change SSH port from 22 — reduces automated scanning noise by 99%
  • Disable root login via SSH — force sudo for audit trail
  • Disable password authentication — keys only, no exceptions
  • Install fail2ban — bans IPs after failed attempts, essential for any public server

Firewall Basics

  • Default deny incoming, allow outgoing — only open what you need
  • Allow SSH (your custom port) before enabling firewall — or you're locked out
  • HTTP/HTTPS (80/443) only if running web services
  • Keep firewall rules minimal — every open port is attack surface

Resource Management

  • Enable swap even with enough RAM — prevents OOM kills during traffic spikes
  • Monitor disk usage — logs and Docker images fill disks silently
  • Set up basic monitoring (uptime, disk, memory) — know when things break before users tell you
  • Reboot periodically to apply kernel updates — unattended-upgrades doesn't cover everything

Backups and Snapshots

  • Provider snapshots are not backups — they're tied to the provider, not portable
  • Test restore process before you need it — untested backups are wishful thinking
  • Automate backups — manual backups get forgotten
  • Keep at least one backup offsite — provider outages take everything with them

Networking

  • Static IP is usually default — but verify before relying on it for DNS
  • IPv6 is free and increasingly expected — enable it unless you have specific reasons not to
  • Private networking between VPS instances avoids public internet for internal traffic
  • Document your IP addresses — easy to lose track with multiple servers

Cost Awareness

  • Stopped instances still cost money for storage — delete unused servers
  • Reserved instances save 30-50% for long-term use — commit if you're sure
  • Bandwidth is often the surprise cost — especially for media-heavy apps
  • Multiple small VPS often beats one large one — isolation and redundancy

Provider-Specific

  • Hetzner, DigitalOcean, Linode, Vultr all work similarly — skills transfer between them
  • Provider firewalls (security groups) act before OS firewall — configure both
  • Provider console access works when SSH is broken — know how to access it
  • Some providers charge for IPv4 addresses separately — check before assuming you have one

Common Mistakes

  • Not updating for months — security vulnerabilities accumulate
  • Running everything as root — no audit trail, maximum blast radius
  • No firewall because "nobody knows my IP" — scanners find everything
  • Oversizing from day one — start small, scale when needed
  • Ignoring provider status pages — outages explain mysterious issues

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

79.72%
按下载量换算8,454

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills