🦀 ClawHub
ShellWard Security Guide
by @jnmetacode
OpenClaw 安全部署指南 / Security deployment guide — help users secure their OpenClaw installation
TERMINAL
clawhub install shellward-security-guide📖 About This Skill
name: security-guide description: OpenClaw 安全部署指南 / Security deployment guide — help users secure their OpenClaw installation user-invocable: true disable-model-invocation: false
ShellWard Security Deployment Guide / 安全部署指南
When the user invokes this skill, provide a complete security deployment checklist based on the following best practices. Check the current system state using available tools and give actionable recommendations.
Security Checklist
1. Network Control / 网络控制
ufw allow from 127.0.0.1 to any port 190002. Container Isolation / 容器隔离
docker run --cap-drop=ALL --cap-add=NET_BIND_SERVICE \
--read-only --tmpfs /tmp \
-u 1000:1000 \
openclaw
--memory=2g --cpus=13. Credential Management / 凭证管理
chmod 600 ~/.env ~/.ssh/* ~/.aws/credentials4. Audit Logging / 审计日志
5. Plugin Security / 插件安全
6. Patch Management / 补丁管理
Available Commands
Remind the user about ShellWard's quick commands:/security — Full security status overview/audit [count] [filter] — View audit log/harden — Scan for issues, /harden fix to auto-fix/scan-plugins — Scan plugins for security risks/check-updates — Check versions and vulnerabilities