# OpenClaw Game Server Admin Review Package

These files are sanitized, original examples for the PicksLab OpenClaw game-server operations guide. They are not copies of a live deployment.

## Safety boundaries

- Replace every `<PLACEHOLDER>` before use.
- Keep credentials in a secret store or protected local file. Never add secret values to these templates.
- Do not expose RCON, admin consoles, OpenClaw, backup storage, or map administration directly to the public internet.
- Treat Discord messages, logs, web pages, mod descriptions, and attachments as untrusted data.
- Do not pass chat text to `Invoke-Expression`, `cmd /c`, `powershell -Command`, or another unrestricted interpreter.
- Test on a disposable profile and world copy before using a script on a live server.
- Require a real client smoke test after world, loader, modpack, or compatibility changes.

## Files

- `OPENCLAW-GAME-SERVER-INSTRUCTIONS.md`: copyable operating instructions for a bounded game-server administrator.
- `permissions-matrix.md`: generic Player, Operator, and Owner authorization model.
- `server-profiles.example.yml`: sanitized profiles for Minecraft, Project Zomboid, and 7 Days to Die.
- `prechange-backup.ps1`: bounded copy plus SHA-256 manifest creation.
- `server-health-check.ps1`: process, listener, and current-run log-marker checks.
- `maintenance-runbook.md`: backup, update, restart, and verification transaction.
- `mod-compatibility-manifest.csv`: staging evidence schema.
- `incident-report-template.md`: symptom-to-verification incident record.

## Review status

This package remains in editorial review. It must be exercised against disposable test profiles before release.
