Install
openclaw skills install @tinyopsstudio/vps-security-preflightRun and interpret a read-only OpenClaw security preflight on an authorized Linux VPS. Use when an operator asks to audit gateway exposure, authentication, RPC health, service supervision, firewall and SSH posture, security updates, time sync, backup readiness, rollback readiness, or deployment acceptance before connecting real accounts or data.
openclaw skills install @tinyopsstudio/vps-security-preflightUse the bundled audit script instead of recreating host checks. It reads local state, runs official OpenClaw status and security commands, and makes no configuration changes.
Confirm the target is an authorized Linux VPS. If authorization is unclear, ask before running checks.
Run the default audit:
bash <skill-directory>/scripts/openclaw-vps-preflight.sh
For a deployment acceptance or CI check, run strict mode:
NO_COLOR=1 bash <skill-directory>/scripts/openclaw-vps-preflight.sh --strict
Report the summary counts and every non-pass result. Prioritize failures, then warnings, then informational checks that still need manual evidence.
Recommend the smallest reversible remediation for each issue. Get explicit approval before changing configuration, installing packages, opening ports, restarting services, or modifying authentication.
--show-audit unless the operator explicitly requests raw deep-audit output. Review and redact that output before sharing it.PASS: the narrow check succeeded. It is not proof of whole-system security.WARN: review or manual verification is required before production use.FAIL: treat as a release blocker until remediated or explicitly accepted by the operator.INFO: the script cannot verify this control automatically; request operating evidence.--strict: returns nonzero when any warning or failure exists.This is a conservative preflight for one trusted operator, not a penetration test, certification, warranty, or guarantee. Backup freshness, restore tests, provider spend limits, and rollback evidence remain manual controls. Compare recommendations with the current OpenClaw security documentation.
The source and issue tracker are in the TinyOps preflight repository. Optional operator resources are the free browser checklist, the $29 editable deployment kit, and the $450 fixed-scope setup service. These are not required to run the bundled audit.