← Back to Skills Marketplace
gblockchainnetwork

Hostinger VPS Optimizer

by Goroni · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
718
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install hostinger-vps-optimizer
Description
Applies kernel tuning, web server optimization, security hardening, and resource limits to boost Hostinger VPS performance and reduce costs.
README (SKILL.md)

Hostinger VPS Optimizer v1.0.0

🎯 Purpose

Boost speed 2-5x, cut costs 20-50% on Hostinger VPS:

  • Sysctl tuning (TCP, VM)
  • Nginx/Apache optimization
  • Fail2ban + UFW
  • Resource limits
  • Cost analysis vs plans

🚀 Quick Start

!hostinger-vps-optimizer --plan kvm2 --focus speed

Files

  • scripts/optimize.sh: One-click optimizer
  • configs/hostinger.sysctl: Pre-tuned configs

Plans Supported

KVM 1-8, Cloud Startup/Pro.

Usage Guidance
This skill contains a small shell script that will modify kernel parameters, install packages (nginx, ufw, fail2ban) via apt, and enable the firewall. It does not request secrets, but it requires root and network access to apt repos. Actionable advice: - Do NOT run this on production systems without testing first—try on a throwaway/staging VPS. - Verify your OS is Debian/Ubuntu (script uses apt and ufw) before running; it will fail or break other distros. - Back up configs and have console access ready in case enabling UFW locks you out. The script does run 'ufw allow ssh' first, but mistakes or differences in SSH config can still cause lockout. - Note missing pieces: the SKILL.md mentions a configs/hostinger.sysctl file, cost analysis, and auto-scaling features that are not present in the package—treat those claims as unimplemented. - If you plan to use the agent to run this script autonomously, restrict that capability and require explicit human approval each time; the script performs high-privilege changes. - If you want safer behavior, require the skill to provide: OS detection, a dry-run mode, an explicit confirmation prompt, rollback/uninstall instructions, and the missing config files and cost-analysis code.
Capability Analysis
Type: OpenClaw Skill Name: hostinger-vps-optimizer Version: 1.0.0 The skill bundle performs standard system administration tasks for VPS optimization and security hardening. The `scripts/optimize.sh` file uses `sysctl` for kernel tuning, installs Nginx, UFW, and Fail2ban via `apt`, and configures UFW to allow SSH. All actions align with the stated purpose in `SKILL.md` and do not exhibit any signs of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent. The commands are legitimate and commonly used in server setup scripts.
Capability Assessment
Purpose & Capability
The declared purpose (kernel tuning, web-server tuning, security hardening) matches the included script (sysctl changes, apt install nginx/ufw/fail2ban, enable UFW). However, the SKILL.md also advertises cost analysis, auto-scaling, and references a configs/hostinger.sysctl file that is not present in the bundle — those advertised capabilities are not implemented here.
Instruction Scope
The runtime instructions imply a one-click optimizer but the provided script executes privileged system changes (sysctl -w, apt update && apt install, ufw enable). There are no safety checks, OS/distro compatibility checks, rollback/uninstall steps, or warnings about reboot and potential service disruption. The SKILL.md does not include the referenced config file or any cost-analysis/autoscaling logic, so the agent would be given authority to run impactful commands with incomplete documentation.
Install Mechanism
No install spec (instruction-only with an included script). Nothing is downloaded from external URLs and no archives are extracted. This minimizes install-time risk, but the included script will make on-system changes when executed.
Credentials
The skill does not request environment variables or credentials, which is appropriate. However, the script requires root privileges (to run apt, modify sysctl, enable UFW) and network access to apt repositories. Those privileges are proportional to the actions but are high-impact—users should be aware this is not a 'safe' read-only operation.
Persistence & Privilege
The skill does not request persistent presence (always: false) and does not attempt to modify other skills or agent config. The main concern is that the script performs privileged system modifications when run; this is not the same as the skill demanding permanent agent-level privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hostinger-vps-optimizer
  3. After installation, invoke the skill by name or use /hostinger-vps-optimizer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
v1 launch: Hostinger VPS tweaks for OpenClaw/costs.
Metadata
Slug hostinger-vps-optimizer
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Hostinger VPS Optimizer?

Applies kernel tuning, web server optimization, security hardening, and resource limits to boost Hostinger VPS performance and reduce costs. It is an AI Agent Skill for Claude Code / OpenClaw, with 718 downloads so far.

How do I install Hostinger VPS Optimizer?

Run "/install hostinger-vps-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hostinger VPS Optimizer free?

Yes, Hostinger VPS Optimizer is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Hostinger VPS Optimizer support?

Hostinger VPS Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hostinger VPS Optimizer?

It is built and maintained by Goroni (@gblockchainnetwork); the current version is v1.0.0.

💬 Comments